-- ISR - Infobyte Security Research
-- | ISR-form.pl | www.infobyte.com.ar |


..:: DESCRIPTION

Simple html parser to get information of html <form> tags to analyze
web applications.
This tool can make reports with all the information obtained.

Example:
# wget -r www.example.com
# ./ISR-form.pl -l /audi/www.example.com -o /audi/www.example.com.form.txt

..:: REQUIREMENTS

1 - Perl Modules:
    - HTML::PullParser
    - HTML::Entities
    - Data::Dump
    - File::Find
    - Getopt::Std

..:: DOWNLOAD

http://www.infobyte.com.ar/development.html

..:: AUTHOR
Francisco Amato 
famato+at+infobyte+dot+com+dot+ar
