NiiX
04-05-2009, 05:50 PM
My cousin Berhem wants me to crack him some Habbo coins, and as the coins are server-side, I thougt about trying to attack it in hopes of getting some users&passes to log into and plunder, but Ive had difficulties with the auto-login URL that Habbo.se has.
The auto-login url of a normal site would be like this :
www.Site.com/Username=Something&Password=Something
but I have tried all possible ways with Habbo by reading the source and I have not been successful.
These are the codes used when you try to log into habbo.se
<label for="login-username" class="login-text">Habbo-namn</label>
<input tabindex="1" type="text" class="login-field" name="credentials.username" id="login-username" value="" />
</li>
<li>
<label for="login-password" class="login-text">Lösenord</label>
<input tabindex="2" type="password" class="login-field" name="credentials.password" id="login-password" />
<input type="submit" value="Logga in" class="submit" id="login-submit-button"/>
<a href="#" id="login-submit-new-button" class="new-button" style="float: left; margin-left: 0;display:none"><b style="padding-left: 10px; padding-right: 7px; width: 55px">Logga in</b><i></i></a>
I would appreciate any help with this.
The auto-login url of a normal site would be like this :
www.Site.com/Username=Something&Password=Something
but I have tried all possible ways with Habbo by reading the source and I have not been successful.
These are the codes used when you try to log into habbo.se
<label for="login-username" class="login-text">Habbo-namn</label>
<input tabindex="1" type="text" class="login-field" name="credentials.username" id="login-username" value="" />
</li>
<li>
<label for="login-password" class="login-text">Lösenord</label>
<input tabindex="2" type="password" class="login-field" name="credentials.password" id="login-password" />
<input type="submit" value="Logga in" class="submit" id="login-submit-button"/>
<a href="#" id="login-submit-new-button" class="new-button" style="float: left; margin-left: 0;display:none"><b style="padding-left: 10px; padding-right: 7px; width: 55px">Logga in</b><i></i></a>
I would appreciate any help with this.