subjack icon indicating copy to clipboard operation
subjack copied to clipboard

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

Open Karmaz95 opened this issue 4 years ago • 2 comments

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 avatar Sep 29 '21 10:09 Karmaz95

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!

Karmaz95 avatar Sep 29 '21 11:09 Karmaz95

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

mikedesu avatar Dec 12 '23 00:12 mikedesu