XSS Notes
I hate scum. Anyway, some links on info relating to Cross Site Scripting (XSS).
- Examples of XSS tricks that get through poor filters: http://ha.ckers.org/xss.html
- A javascript html format page with terrible formatting but should render in a proper browser:
http://alpha-geek.com/example/crazy_html.html - A php class to filter out xss attacks:
http://www.phpclasses.org/browse/package/2189.html
(actual class' homepage: http://cyberai.com/inputfilter/index.php)