HOME>>>>>>>>>

File cvs-brute

脚本使用类型: portrule
脚本所属分类: intrusive, brute
脚本下载地址: http://nmap.org/svn/scripts/cvs-brute.nse

User Summary

Performs brute force password auditing against CVS pserver authentication.

Script Arguments

cvs-brute.repo

string containing the name of the repository to brute if no repo was given the script checks the registry for any repositories discovered by the cvs-brute-repository script. If the registry contains any discovered repositories, the script attempts to brute force the credentials for the first one.

passdb, unpwdb.passlimit, unpwdb.timelimit, unpwdb.userlimit, userdb

See the documentation for the unpwdb library.

Example Usage

执行格式

nmap -p 2401 --script cvs-brute <host>

Script Output

2401/tcp open  cvspserver syn-ack
| cvs-brute: 
|   Accounts
|     hotchner:francisco - Account is valid
|     reid:secret - Account is valid
|   Statistics
|_    Performed 544 guesses in 14 seconds, average tps: 38

Requires


Author: Patrik Karlsson

License: VER007 整理 http://www.ver007.com