NAME
xsslint - audit XSS vulnerability of web pages
SYNOPSIS
xsslint [options] URL [, URL ...]
DESCRIPTION
xsslint
is a command line tool to audit XSS vulnerabity of HTML forms in web pages. When it finds XSS vulnerability in HTML form, it displays action, untainted names and example URL with which the vulnerability can be confirmed.
OPTIONS
-
This option disables
xsslint
to accept HTTP-Cookies. Cookie is enabled by default. - --user-agent=STRING
-
This option changes User-Agent string of
xsslint
. default isxsslint/$VERSION
.
TODO
Add
--recursive
option. You'll know what this option means ;)
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.