mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
436b8d6d58
The main feature that makes Cisco-torch different from similar tools is the extensive use of forking to launch multiple scanning processes on the background for maximum scanning efficiency. Also, it uses several methods of application layer fingerprinting simultaneously, if needed. We wanted something fast to discover remote Cisco hosts running Telnet, SSH, Web, NTP and SNMP services and launch dictionary attacks against the services discovered. WWW: http://www.hackingciscoexposed.com/?link=tools PR: 207221 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
25 lines
726 B
Plaintext
25 lines
726 B
Plaintext
bin/cisco-torch
|
|
%%DATADIR%%/include/HTTP-brute.pm
|
|
%%DATADIR%%/include/Banner.pm
|
|
%%DATADIR%%/include/SSH-finger.pm
|
|
%%DATADIR%%/include/Ntp.pm
|
|
%%DATADIR%%/include/SNMP.pm
|
|
%%DATADIR%%/include/TFTP.pm
|
|
%%DATADIR%%/include/HTTP-bugs.pm
|
|
%%DATADIR%%/include/log.pm
|
|
%%DATADIR%%/include/SSL-brute.pm
|
|
%%DATADIR%%/include/Telnet-SSH-brute.pm
|
|
%%DATADIR%%/include/HTTP-finger.pm
|
|
%%DATADIR%%/include/SNMPDOWNLOAD.pm
|
|
%%DATADIR%%/include/IPmask-utils.pm
|
|
%%DATADIR%%/include/SSL-finger.pm
|
|
%%DATADIR%%/include/Telnet-finger.pm
|
|
%%DATADIR%%/fingerprint.db
|
|
%%DATADIR%%/password.txt
|
|
%%DATADIR%%/tfingerprint.db
|
|
%%DATADIR%%/community.txt
|
|
%%DATADIR%%/brutefile.txt
|
|
%%DATADIR%%/users.txt
|
|
@dir %%DATADIR%%/tftproot
|
|
@sample %%ETCDIR%%/torch.conf.sample
|