PDA

View Full Version : XSS - Do I have it?


Hugger
March 7th, 2008, 10:47 PM
How do I tell if I've been nailed by cross site sxripting and if I have been hit with it how do I get rid of it?
Thanks.
Hugger

lucas1985
March 7th, 2008, 11:11 PM
XSS does not interact with the local filesystem. XSS's main concern is identity thief (reading of cookies, stealing credentials, etc), not malware installation.

Hugger
March 7th, 2008, 11:46 PM
Lucas,
THanks. All better now.
Hugger

lucas1985
March 7th, 2008, 11:48 PM
You're welcome :)