haccer / subjack

Subdomain Takeover tool written in Go
Apache License 2.0
1.91k stars 337 forks source link

/src/github.com/haccer/subjack/fingerprints.json: no such file or directory #86

Open Karmaz95 opened 3 years ago

Karmaz95 commented 3 years ago

It looks like it doesn't read fingreprtints.json - but why ? go version go1.17.1 linux/amd64

Installed with: go install github.com/haccer/subjack@latest

subjack -w live.txt -t 20 -timeout 30 -o subjack1.txt -ssl -a
2021/09/29 12:37:54 open /src/github.com/haccer/subjack/fingerprints.json: no such file or directory
Karmaz95 commented 3 years ago

Workaround:

fingerprint_location=$(find / 2>/dev/null -name "fingerprints.json" | grep "subjack" | grep -v "subjack\/fingerprints.json")
subjack -w live.txt -t 20 -timeout 30 -o subjack1.txt -ssl -a -c "$fingerprint_location"

It is slow to find it every time, it would be very nice if you update this issue.

Thanks!

mikedesu commented 11 months ago

Surprised to see this issue still around at the end of 2023.