Script http-svn-enum
Script types:
portrule
Categories:
default, discovery, safe
Download: https://svn.nmap.org/nmap/scripts/http-svn-enum.nse
Script Summary
Enumerates users of a Subversion repository by examining logs of most recent commits.
Script Arguments
- http-svn-enum.url
This is a URL relative to the scanned host eg. /default.html (default: /).
- http-svn-enum.count
The number of logs to fetch. Defaults to the last 1000 commits.
- slaxml.debug
See the documentation for the slaxml library.
- smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername
See the documentation for the smbauth library.
- http.host, http.max-body-size, http.max-cache-size, http.max-pipeline, http.pipeline, http.truncated-ok, http.useragent
See the documentation for the http library.
Example Usage
nmap --script http-svn-enum <target>
Script Output
PORT STATE SERVICE REASON 443/tcp open https syn-ack | http-svn-enum: | Author Count Revision Date | gyani 183 34965 2015-07-24 | robert 1 34566 2015-06-02 | david 2 34785 2015-06-28
Requires
Author:
License: Same as Nmap--See https://nmap.org/book/man-legal.html