File svn-brute
Script types:
portrule
Categories:
intrusive, brute
Download: http://nmap.org/svn/scripts/svn-brute.nse
User Summary
Performs brute force password auditing against Subversion source code control servers.
Script Arguments
svn-brute.repo
the Subversion repository against which to perform password guessing
svn-brute.force
force password guessing when service is accessible both anonymously and through authentication
passdb, unpwdb.passlimit, unpwdb.timelimit, unpwdb.userlimit, userdb
See the documentation for the unpwdb library.Example Usage
nmap --script svn-brute --script-args svn-brute.repo=/svn/ -p 3690 <host>
Script Output
PORT STATE SERVICE REASON
3690/tcp open svn syn-ack
| svn-brute:
| Accounts
|_ patrik:secret => Login correct
Summary
-------
x The svn class contains the code needed to perform CRAM-MD5
authentication
x The Driver class contains the driver implementation used by the brute
library
Requires
Author: Patrik Karlsson
License: Same as Nmap--See http://nmap.org/book/man-legal.html


