SolomonSklash / chomp-scan

A scripted pipeline of tools to streamline the bug bounty/penetration test reconnaissance phase, so you can focus on chomping bugs.
https://www.solomonsklash.io/chomp-scan-update.html
GNU General Public License v3.0
393 stars 76 forks source link

installer script error. #19

Closed oldesec closed 5 years ago

oldesec commented 5 years ago

There is no problem with the installation process.

However, when I run the program, I get an error in obtaining the PATH.

also need the PATH setting associated with GO.

I think that there is an error in finding the path through command.

# Tool paths
SUBFINDER=$(command -v subfinder);
SUBJACK=$(command -v subjack);
FFUF=$(command -v ffuf);
WHATWEB=$(command -v whatweb);
WAFW00F=$(command -v wafw00f);
GOBUSTER=$(command -v gobuster);
CHROMIUM=$(command -v chromium);
NMAP=$(command -v nmap);
MASSCAN=$(command -v masscan);
NIKTO=$(command -v nikto);
INCEPTION=$(command -v inception);
WAYBACKURLS=$(command -v waybackurls);
SUBLIST3R=~/bounty/tools/Sublist3r/sublist3r.py;
DNSCAN=~/bounty/tools/dnscan/dnscan.py;
ALTDNS=~/bounty/tools/altdns/altdns.py;
MASSDNS_BIN=~/bounty/tools/massdns/bin/massdns;
MASSDNS_RESOLVERS=resolvers.txt;
AQUATONE=~/bounty/tools/aquatone/aquatone;
BFAC=~/bounty/tools/bfac/bfac;
DIRSEARCH=~/bounty/tools/dirsearch/dirsearch.py;
SNALLY=~/bounty/tools/snallygaster/snallygaster;

Error log:

 The path or the file specified by the path for subfinder does not exit.
oldesec commented 5 years ago

Aha, Okay. Just run : source ~/.profile and done. :)

oldesec commented 5 years ago

Hello.

error 114 line in installer.sh.

No wafw00f

function install_dirsearch() {
        echo -e "$GREEN""Installing dirsearch from Github.""$NC";
        git clone https://github.com/maurosoria/dirsearch.git "$TOOLS"/wafw00f;
}
SolomonSklash commented 5 years ago

Try now. It should have been creating a dirsearch directory.