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
394 stars 76 forks source link

Subfinder changed #85

Open z0rr00 opened 4 years ago

z0rr00 commented 4 years ago

Hi!

The address of the subfinder repository has changed. The installation command should be as follows: go get -u github.com/projectdiscovery/subfinder/cmd/subfinder (line 227 install.sh) Also, to install subfinder you need at least go version 1.14 (Now version 1.12 is installed in install.sh.). I used go version 1.15.1 and everything seems to work in Kali 2020.2. You can change url: https://dl.google.com/go/go1.15.1.linux-amd64.tar.gz in function install_go()

I had the following error while installing (./installer.sh):

...
Installing subfinder from Github.
package github.com/projectdiscovery/subfinder: no Go files in /root/go/src/github.com/projectdiscovery/subfinder
...

Also I could not start the chomp (./chomp-scan.sh):

$ ./chomp-scan.sh -L config
[!] The path or the file specified by the path for subfinder does not exit.

Attached the corrected version of the install.sh.txt install.sh.txt

z0rr00 commented 3 years ago

The installation order subfinder has changed again. The easiest thing is after running install.sh to manually install subfinder (https://github.com/projectdiscovery/subfinder#installation-instructions)