Nmap Development mailing list archives

Re: status report #6 of 15


From: kirubakaran S <kirubakaran1989 () gmail com>
Date: Tue, 8 Jun 2010 22:46:55 +0530


* Finished parsing script.db and obtained metadata from scripts
* The obtained metsdata are stored in the format
<filename,category,Description,License,Author,Arguments,URL>--


  After discussion with David,we finally ended up with executable program
script-metada.py.

This program obtains script metadata like
scriptname,categories,Description,Author,License,
URL of NSEDoc. This is the prototype program for our script selection
interface.

**Obtain the program by
svn co  svn://svn.insecure.org/nmap-exp/kirubakaran

**Run the executable python program script-metadata.py
Move into checked out Directory
    on windows, by double clicking it
    on Linux, using ./script-metadata.py
(Please make sure, NMAPDIR environment variable is set to locate the Nmap
datafiles)

**sample output:
***************************************************************************
FileName:afp-brute.nse
category: ['auth', 'intrusive']
license: Same as Nmap--See http://nmap.org/book/man-legal.html
Author: Patrik Karlsson
Description:
Performs password guessing against Apple Filing Protocol (AFP)

Arguments:['userdb', 'passdb', 'unpwdb.userlimit', 'unpwdb.passlimit',
'unpwdb.timelimit']
URL: http://nmap.org/nsedoc/scripts/afp-brute.nse.html
***************************************************************************
***************************************************************************
FileName:afp-path-vuln.nse
category: ['safe', 'vuln']
license: Same as Nmap--See http://nmap.org/book/man-legal.html
Author: Patrik Karlsson
Description: Detects the Mac OS X AFP directory traversal vulnerability
CVE-2010-0533
Arguments:['afp.username', 'afp.password']
URL: http://nmap.org/nsedoc/scripts/afp-path-vuln.nse.html
***************************************************************************
***************************************************************************
.
.
.
.
.
.
I welcome your suggestions and report on bugs in this program.It will
greatly help
us to make it better.

Thanks




cheers
Kirubakaran.S
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: