-
Notifications
You must be signed in to change notification settings - Fork 337
fingerprints.json not found #65
Comments
Which OS are you using? Assuming you're using Kali, it'll be in /root/go/src/github.com/haccer/subjack $ subjack -w subdomains.txt -c /root/go/src/github.com/haccer/subjack/fingerprints.json |
Working 👍 using |
On *nix, a possibility is to add the directory to the path: In my case I added this to my zshrc: More information here: https://stackoverflow.com/a/21012349 |
In my case, root cause was go get which is not supported and I install using go install, it will append version to a subjack folder. You can find the fingerprint.json using following linux command:
Now you can use subjack using -c flag. |
|
I cant seem to get it to run. when I run the command, I get this error:
2020/07/26 02:45:24 open /src/github.com/haccer/subjack/fingerprints.json: no such file or directory
I have indeed checked and the file is there. I am running the command as root as well.
Anyone know how to fix this?
The text was updated successfully, but these errors were encountered: