Skip to content

Commit

Permalink
Added TOOL_PATH variable so users can change the location of the tool…
Browse files Browse the repository at this point in the history
…s list.
  • Loading branch information
bellma101 committed Mar 11, 2019
1 parent b744651 commit 8f30ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chomp-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8f30ebe

Please sign in to comment.