freebsd-ports/security/cisco-torch/files/patch-include_Banner.pm
Mark Felder 436b8d6d58 Cisco-torch is a mass Cisco Vulnerability Scanner.
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>
2016-03-14 21:56:05 +00:00

28 lines
1.2 KiB
Perl

--- include/Banner.pm.orig 2016-02-13 16:02:14 UTC
+++ include/Banner.pm
@@ -1,8 +1,8 @@
sub usage
{
- print( " version $version\nusage: ./cisco-torch.pl <options> <IP,hostname,network>\n\n");
- print("or: ./cisco-torch.pl <options> -F <hostlist>\n\n");
+ print( " version $version\nusage: cisco-torch <options> <IP,hostname,network>\n\n");
+ print("or: cisco-torch <options> -F <hostlist>\n\n");
print("Available options:\n");
print("-O <output file>\n");
print("-A\t\tAll fingerprint scan types combined\n");
@@ -21,10 +21,10 @@ sub usage
print("-c\t\tCisco Webserver with SSL support scan\n");
print("-b\t\tPassword dictionary attack (use with -s, -u, -c, -w , -j or -t only)\n");
print("-V\t\tPrint tool version and exit\n");
- print("examples:\t./cisco-torch.pl -A 10.10.0.0\/16\n");
- print("\t\t./cisco-torch.pl -s -b -F sshtocheck.txt\n");
- print("\t\t./cisco-torch.pl -w -z 10.10.0.0\/16\n");
- print("\t\t./cisco-torch.pl -j -b -g -F tftptocheck.txt\n");
+ print("examples:\t cisco-torch -A 10.10.0.0\/16\n");
+ print("\t\t cisco-torch -s -b -F sshtocheck.txt\n");
+ print("\t\t cisco-torch -w -z 10.10.0.0\/16\n");
+ print("\t\t cisco-torch -j -b -g -F tftptocheck.txt\n");
}
sub banner