Javascript fun
Javascript fun
Alright, look at your address bar, erase the current address up there, then type:
javascript:alert(document.cookie);
A text box will come up, don't copy&paste that here.
For fun do this, type:
javascript:alert("hello, I see you... run!");
now try this:
javascript:alert(browser=navigator.appName); alert(b_version=navigator.appVersion);
ouuuh.... tuche!
and:
javascript:document.bgcolor="I can't make the background of the forum look orange anymore!"
Don't post javascript:alert(document.cookie); result.
DO NOT! it can be misused
javascript:alert(document.cookie);
A text box will come up, don't copy&paste that here.
For fun do this, type:
javascript:alert("hello, I see you... run!");
now try this:
javascript:alert(browser=navigator.appName); alert(b_version=navigator.appVersion);
ouuuh.... tuche!
and:
javascript:document.bgcolor="I can't make the background of the forum look orange anymore!"
Don't post javascript:alert(document.cookie); result.
DO NOT! it can be misused
Last edited by Turbine on Fri Oct 20, 2006 8:10 pm, edited 2 times in total.
[img]http://img.photobucket.com/albums/v74/Turbinator/knocked_the_fuck_out.gif[/img]
-
CitizenKane
- Posts: 868
- Joined: Fri Oct 13, 2006 11:38 am
NO MAN!
erase that!! NOW!
The next person that sees that might not be as kind as me.
erase that!! NOW!
The next person that sees that might not be as kind as me.
Last edited by Turbine on Fri Oct 20, 2006 8:05 pm, edited 1 time in total.
[img]http://img.photobucket.com/albums/v74/Turbinator/knocked_the_fuck_out.gif[/img]
-
CitizenKane
- Posts: 868
- Joined: Fri Oct 13, 2006 11:38 am
A session id is a lump of text that serves as a one-time key your browser uses to access your account without needing to store your password plainly or have you re-enter your pass every time.CitizenKane wrote:ok yeah, im a bit lame when it comes to javascript. how exactly could that information have been misused? im genuinely interested.
With a session key someone can make use of your account to post and do anything that doesn't require re-entering your password. Modern versions of most PHP software that uses sessions (like this, PhpBB) require re-entry of your password to make account alterations (password, profile etc) so the danger of a session hijack is only moderate.
But still, you don't want someone jacking your session then posting porn using your account. For example.