Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

REAL 1


jsmith2014's Avatar
Member
0 0

this isn\\\'t necessarily a question about the actual challenge but in my firefox i cant get the pop up from the javascript injection im pretty sure that im typing it in right but i have typed in javascript:alert(\\\"hello\\\") and not gotten anything back. Any help??


Euforia33's Avatar
philalethes
0 0

This is a problem with the most recent versions of firefox. Although alert does still work when used within a web page, when looking at the console you will see that alert is not defined in the browser, so when used via URL it will not do anything . The only way you can get it to work is by using the web console. you can find it by clicking (in firefox of course) on tools > web developer > web console. Just type it into the console as you would via URL and you will get your alert pop up.

Hope this helps. Euf.