I have heard of people being able to access other sites cookies using XSS. Is this is a legitimate option and how do you achieve this?
+3
A:
It's not a legitimate option, and will probably get you flagged as malware.
If you're trying to do something useful (i.e. non-evil), there's probably a legitimate way of doing it.
egrunin
2010-10-28 18:04:47
A:
It's definitely not a legitimate option. It's considered a security hole anywhere it exists, and if you rely on it in your application, it will fail when those holes are fixed.
fizban
2010-10-28 18:06:34