You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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):
Also I could not start the chomp (./chomp-scan.sh):
Attached the corrected version of the install.sh.txt
install.sh.txt
The text was updated successfully, but these errors were encountered: