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
- Host: GitHub
- URL: https://github.com/wireghoul/wapiti-parser
- Owner: wireghoul
- Created: 2011-11-27T00:27:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-18T04:37:00.000Z (almost 13 years ago)
- Last Synced: 2025-01-19T17:24:05.328Z (3 months ago)
- Language: Perl
- Homepage: http://www.justanotherhacker.com
- Size: 109 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installSUPPORT 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-ParserAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Wapiti-ParserCPAN Ratings
http://cpanratings.perl.org/d/Wapiti-ParserSearch 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.