Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

subfinder not found in bin #66

Open
n1ghtfox opened this issue Nov 29, 2019 · 3 comments
Open

subfinder not found in bin #66

n1ghtfox opened this issue Nov 29, 2019 · 3 comments

Comments

@n1ghtfox
Copy link

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'

@mzfr
Copy link
Contributor

mzfr commented Nov 30, 2019

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

@n1ghtfox
Copy link
Author

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

@n1ghtfox
Copy link
Author

i had to manually install subfinder under bin folder

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants