Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

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

Open
Karmaz95 opened this issue Sep 29, 2021 · 2 comments · May be fixed by #87
Open

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

Karmaz95 opened this issue Sep 29, 2021 · 2 comments · May be fixed by #87

Comments

@Karmaz95
Copy link

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
Copy link
Author

Karmaz95 commented Sep 29, 2021

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!

@howmuch515 howmuch515 linked a pull request Oct 12, 2021 that will close this issue
@mikedesu
Copy link

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

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

Successfully merging a pull request may close this issue.

2 participants