XSS audit

miyagawa on 2002-08-05T12:22:37

I've made a tiny utility module called HTML::XSSLint to audit XSS (Cross Site Scripting) vulnerability in HTML forms on web pages. The way this module works is not so robust, but it'll be useful for handy checking.


Cool!

Matts on 2002-08-05T13:52:34

You should post that to the webappsec list - I'm sure they'd be very interested in it, as would the WASP team.

Re:Cool!

miyagawa on 2002-08-06T12:19:35

Umm, what's webappsec and WASP team? (I know heavy metal band WASP, tho ;)

Re:Cool!

Matts on 2002-08-06T13:08:15

WebAppSec is a mailing list managed by securityfocus.com, which discusses all aspects of web security, mainly XSS bugs, but lots of other stuff too.

WASP is the (Open) Web Applications Security Project - a documentation and tools project for managing things like this.