domained icon indicating copy to clipboard operation
domained copied to clipboard

subfinder not found in bin

Open n1ghtfox opened this issue 6 years ago • 3 comments

ubfinder is not currently in your $PATH

Traceback (most recent call last): File "domained.py", line 463, in options() File "domained.py", line 436, in options subfinder() File "domained.py", line 245, in subfinder if check_gopath("subfinder", "github.com/subfinder/subfinder") and rerun != 1: File "domained.py", line 198, in check_gopath if os.environ["GOPATH"]: File "/usr/lib/python3.7/os.py", line 679, in getitem raise KeyError(key) from None KeyError: 'GOPATH'

n1ghtfox avatar Nov 29 '19 15:11 n1ghtfox

You need to add GOPATH in your environment variables. That variable should point to the location where you've installed go.

mzfr avatar Nov 30 '19 17:11 mzfr

it's under /bin ofc and it still doesnt work for some reason..

n1ghtfox avatar Nov 30 '19 18:11 n1ghtfox

i had to manually install subfinder under bin folder

n1ghtfox avatar Nov 30 '19 18:11 n1ghtfox