There is a great list of XSS vectors avaliable here: http://ha.ckers.org/xss.html, but It hasn't changed much lately (eg. latest FF version mentioned is 2.0).
Is there any other list as good as this, but up to date?
|
There is a great list of XSS vectors avaliable here: http://ha.ckers.org/xss.html, but It hasn't changed much lately (eg. latest FF version mentioned is 2.0). Is there any other list as good as this, but up to date? |
||||
| show 18 more comments |
|
The best new one I've seen recently is here http://heideri.ch/jso/ good list of vectors with browser support noted and has quite a few of the more obscure ones. |
|||||||
|
|
Yes, grab fuzzdb from http://code.google.com/p/fuzzdb/:
fuzzdb has a great list of attack payloads. |
|||
|
|
|
UPDATE: RSnake has officially retired from blogging, and declared that he won't be making any updates. So while this may have been up-to-date up until last month, apparently it's not anymore. |
|||||
|
|
If you really want to understand XSS, I strongly recommend OWASP's XSS Prevention Cheat Sheet. It's not focused on hacking, it's focused on helping developers prevent these problems in the first place. http://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet |
|||
|
|
learning what should I look out for when coding. And I don't have to be a blackhat to want to try and exploit an app without code review. (eg. an app written in my company, but in a language I'm not familiar with) – naugtur Nov 15 '10 at 9:55