diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-06 08:49:36 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-06 08:49:36 +0000 |
commit | 6aa8cb1880757143354056a148ccd9a0fb27a0ed (patch) | |
tree | 1662d6cbdcf16fe20d76b2b3e2f8092cba98b0cf /security/p5-Nmap-Parser/pkg-descr | |
parent | c6a842e8122d991e5bd648f9524b565436797d48 (diff) | |
download | ports-6aa8cb1880757143354056a148ccd9a0fb27a0ed.tar.gz ports-6aa8cb1880757143354056a148ccd9a0fb27a0ed.zip |
Add p5-Nmap-Parser 1.05, parse nmap scan data with perl.
PR: ports/98576
Submitted by: Joshua D. Abraham <jabra@ccs.neu.edu>
Notes
Notes:
svn path=/head/; revision=164578
Diffstat (limited to 'security/p5-Nmap-Parser/pkg-descr')
-rw-r--r-- | security/p5-Nmap-Parser/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/p5-Nmap-Parser/pkg-descr b/security/p5-Nmap-Parser/pkg-descr new file mode 100644 index 000000000000..f9a0959c245b --- /dev/null +++ b/security/p5-Nmap-Parser/pkg-descr @@ -0,0 +1,7 @@ +This module implements a interface to the information contained in an nmap +scan. It is implemented by parsing the xml scan data that is generated by +nmap. This will enable anyone who utilizes nmap to quickly create fast and +robust security scripts that utilize the powerful port scanning abilities of +nmap. + +WWW: http://search.cpan.org/~apersaud/Nmap-Parser-1.05/ |