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.

Javascript injections


ghost's Avatar
0 0

i have a question it does have to do with javascript but none of the missions…. is there ne other javascript injections and plz post the syntax of a javascript injection….

most used jsi(javascript injection) is

javascript:alert/void(document.cookie…)


AldarHawk's Avatar
The Manager
0 0

javascript:document.write(document.cookie);

This will (instead of an alert box) write the contents of the cookie to your browser.


ghost's Avatar
0 0

AldarHawk wrote: javascript:document.write(document.cookie);

This will (instead of an alert box) write the contents of the cookie to your browser.

so the same a simply writing… :p

markupjavascript:*(document.cookie)

PS: remove the * ;)


ghost's Avatar
0 0

are there ne that dont invole the cookies


SySTeM's Avatar
-=[TheOutlaw]=-
20 0

Form injections

javascript:void(document.forms[1].something.value="new_value")


ghost's Avatar
0 0

or use mozilla firefox with cookie editor…

peace (Y)