May 2017
Intermediate to advanced
416 pages
21h 33m
English
The NSE scripts http-svn-info and http-svn-enum can be used against web servers hosting subversion repositories. The script http-svn-info is used to obtain information such as the last commit as follows:
$ nmap -p443 --script http-svn-info <target> PORT STATE SERVICE REASON 443/tcp open https syn-ack | http-svn-info: | Path: . | URL: https://svn.nmap.org/ | Relative URL: ^/ | Repository Root: https://svn.nmap.org | Repository UUID: e0a8ed71-7df4-0310-8962-fdc924857419 | Revision: 34938 | Node Kind: directory | Last Changed Author: yang | Last Changed Rev: 34938 |_ Last Changed Date: Sun, 19 Jul 2015 13:49:59 GMT--
The script http-svn-enum can be used to enumerate ...
Read now
Unlock full access