svn-brute
脚本使用类型:
portrule
脚本所属分类:
intrusive, brute
脚本下载地址: http://nmap.org/svn/scripts/svn-brute.nse
Performs brute force password auditing against Subversion source code control servers.
the Subversion repository against which to perform password guessing
force password guessing when service is accessible both anonymously and through authentication
执行格式
nmap --script svn-brute --script-args svn-brute.repo=/svn/ -p 3690 <host>
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
Author: Patrik Karlsson
License: VER007 整理 http://www.ver007.com