HOME>>>>>>>>>

File svn-brute

脚本使用类型: portrule
脚本所属分类: intrusive, brute
脚本下载地址: 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: VER007 整理 http://www.ver007.com