Js injection help
@mtutnid i know js lol
@moshbat i know some basic commands such as alert, document.write, then string manip, functions, etc.,
speaking of js injections, I found this on hackaday; it will turn any page into a Katamari game.
CODE::
javascript:var i,s,ss=['http://kathack.com/js/kh.js','http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'];for(i=0;i!=ss.length;i++){s=document.createElement('script');s.src=ss[i];document.body.appendChild(s);}void(0);
if that didn't work. It can be found here. I have even tried it here on HBH and if you get enough to stick to the ball, it will pick up the banner too.
techb wrote: speaking of js injections, I found this on hackaday; it will turn any page into a Katamari game.
CODE::
javascript:var i,s,ss=['http://kathack.com/js/kh.js','http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'];for(i=0;i!=ss.length;i++){s=document.createElement('script');s.src=ss[i];document.body.appendChild(s);}void(0);
if that didn't work. It can be found here. I have even tried it here on HBH and if you get enough to stick to the ball, it will pick up the banner too.
That's so cool!
techb wrote: speaking of js injections, I found this on hackaday; it will turn any page into a Katamari game.
CODE::
javascript:var i,s,ss=['http://kathack.com/js/kh.js','http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'];for(i=0;i!=ss.length;i++){s=document.createElement('script');s.src=ss[i];document.body.appendChild(s);}void(0);
if that didn't work. It can be found here. I have even tried it here on HBH and if you get enough to stick to the ball, it will pick up the banner too.
quick newbie question… Let's say this code is injected in some website vulnerable to SS… will the page itself be a katamari game permanently (obvious;y till it gets patched)? :evil: