An open API service indexing awesome lists of open source software.

https://github.com/wireghoul/wapiti-parser

Perl module for parsing wapiti reports
https://github.com/wireghoul/wapiti-parser

Last synced: about 2 months ago
JSON representation

Perl module for parsing wapiti reports

Awesome Lists containing this project

README

        

Wapiti-Parser

Wapiti is an open source web application security tool for finding vulnerabilities in websites. Wapiti-Parser allows you to parse wapiti reports through perl.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

perldoc Wapiti::Parser

You can also look for information at:

RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Wapiti-Parser

AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Wapiti-Parser

CPAN Ratings
http://cpanratings.perl.org/d/Wapiti-Parser

Search CPAN
http://search.cpan.org/dist/Wapiti-Parser/

LICENSE AND COPYRIGHT

Copyright (C) 2011 Eldar Marcussen

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.