Archives for the Date September 6th, 2007

Window name trick

I didn’t know about this trick and I’m sure many others don’t either. You can inject javascript into the window.name and then execute that code from the new window by using eval on the window name. How cool is that? Here’s a example from Sirdarckcat:- window.name=”javascript:alert((window.opener||window).document.cookie);”; The inventor of this technique Giorgio Maone is my […]