From 8f30ebed1f871d95648cf51396b1180c185647d2 Mon Sep 17 00:00:00 2001 From: bellma101 Date: Sun, 10 Mar 2019 20:59:34 -0500 Subject: [PATCH] Added TOOL_PATH variable so users can change the location of the tools list. --- chomp-scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chomp-scan.sh b/chomp-scan.sh index 0543dfe..dd14f49 100755 --- a/chomp-scan.sh +++ b/chomp-scan.sh @@ -76,7 +76,7 @@ NIKTO=$(command -v nikto); INCEPTION=$(command -v inception); WAYBACKURLS=$(command -v waybackurls); GOALTDNS=$(command -v goaltdns); -SUBLIST3R="$TOOL_PATH"/Sublist3r/sublist3r.py; +SUBLIST3R=$TOOL_PATH/Sublist3r/sublist3r.py; DNSCAN=$TOOL_PATH/dnscan/dnscan.py; MASSDNS_BIN=$TOOL_PATH/massdns/bin/massdns; MASSDNS_RESOLVERS=resolvers.txt;