subjack
subjack copied to clipboard
/src/github.com/haccer/subjack/fingerprints.json: no such file or directory
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
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!
Surprised to see this issue still around at the end of 2023.