Valhalla Legends Archive

Programming => Web Development => Topic started by: iago on February 20, 2004, 12:01 PM

Title: Javascript Injection
Post by: iago on February 20, 2004, 12:01 PM
I found a way to inject javascript into our software that I can't really resolve.  I need to demonstrate to somebody what the security consequences are.  

Can somebody remind me how to use it to grab a cookie from a user?  Thanks :)
Title: Re:Javascript Injection
Post by: Banana fanna fo fanna on February 20, 2004, 02:00 PM
document.cookie?
Title: Re:Javascript Injection
Post by: iago on February 20, 2004, 02:11 PM
Quote from: St0rm.iD on February 20, 2004, 02:00 PM
document.cookie?

That's all I needed to know; stupid javascript :)