freebsd-ports/security/cisco-torch/files/patch-torch.conf
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

26 lines
1.2 KiB
Text

--- torch.conf.orig 2005-03-10 13:38:34 UTC
+++ torch.conf
@@ -1,14 +1,15 @@
+$datadir="/usr/local/share/cisco-torch";
$max_processes=50; #Max proces
$hosts_per_process=5; #Max host per process
-$passfile= "password.txt"; #Password word database
-$communityfile="community.txt"; #SNMP community database
-$usersfile="users.txt"; # Users word database
-$brutefile="brutefile.txt"; #TFTP file word database
-$fingerprintdb = "fingerprint.db"; #Telnet fingerprint database
-$tfingerprintdb = "tfingerprint.db"; #TFTP fingerprint database
+$passfile= "$datadir/password.txt"; #Password word database
+$communityfile="$datadir/community.txt"; #SNMP community database
+$usersfile="$datadir/users.txt"; # Users word database
+$brutefile="$datadir/brutefile.txt"; #TFTP file word database
+$fingerprintdb = "$datadir/fingerprint.db"; #Telnet fingerprint database
+$tfingerprintdb = "$datadir/tfingerprint.db"; #TFTP fingerprint database
$tftprootdir ="tftproot"; # TFT root directory
$tftpserver ="192.168.77.8"; #TFTP server hostname
$tmplogprefix = "/tmp/tmplog"; #Temp file directory
$logfile="scan.log"; #Log file filename
$llevel="cdv"; #Log level
-$port = 80; #Web service port
\ No newline at end of file
+$port = 80; #Web service port