blob: e1ac223083a5c769b50df738f50a93ab7ff245c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- 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
|