Nmap Development mailing list archives

Gyani's Status Report - #13 of 17


From: Gyanendra Mishra <anomaly.the () gmail com>
Date: Tue, 28 Jul 2015 00:37:51 +0530

Hi list,

Accomplishments
 * Wrote and Committed http-svn-enum : This script enumerates users of  a
Subversion repository by examining the commit log. The output is a table
containing the name of the author, the number of times the name appeared,
last revision edited and the date it was edited on.[1]

* Wrote and Committed http-svn-info : This script sends a PROPFIND request
and parses the XML received to generate an output similar to svn info url.
Like the previous script this also uses SLAXML.[2]

* Wrote xmlrpc-methods : This script performs introspection of an XMLRPC
server. Like the previous two scripts this also uses slaxml. The script
sends a "system.listMethods" request, parses that and optionally sends a
"system.methodHelp" request and enumerates methods supported by the XMLRPC
server.[3]

* Worked on rewriting osinfo.lua. The library has the same function as
before, parsing windows version strings and unix uname strings but is
better organized in the form of classes and has a Model View Structure.[4]

Priorities
* Get feedback on osinfo and continue work on it.
* Make xmlrpc-methods commit ready.
* Look for other potential scripts to write.

Gyani
[1]https://nmap.org/nsedoc/scripts/http-svn-enum.html
[2]https://nmap.org/nsedoc/scripts/http-svn-info.html
[3]https://svn.nmap.org/nmap-exp/gyani/scripts/xmlrpc-methods.nse
[4]https://svn.nmap.org/nmap-exp/gyani/drafts/osinfo.lua
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: