Where to find Java codes to put into your adress bar
4 replies, posted
So, stumbling trough facepunch found this neat little script.
[CODE]javascript:var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);[/CODE]
When you copy paste in into your adress bar ( Considering your Java hasn`t dated to much ) a little spaceship thingie spawns out of nowhere and you can blow little pieces of the webpage, piece by piece to oblivion by pressing spacebar.
Anyways, where can I find more of these Java codes? Google turned up with nothing.
You look in a java manual. That line was only possible because of the script it ran.
inb4 he changes the script to take out passwords.
[editline]06:55PM[/editline]
No "possible", but it only worked. Just put in java crap in the address bar and it'll work, depending on what you put in.
In before java exploits/keyloggers/nasty things.
[QUOTE=FinalHunter;25210430]AW GOD DAMN IT.
Did I just get a keylogger from that script?[/QUOTE]
no. just look at the source: [url]http://erkie.github.com/asteroids.min.js[/url]
Also, it wouldn't be a key logger, it would just steal your cookies (XSS)
Wow, this is pretty interesting.
Sorry, you need to Log In to post a reply to this thread.