-
Notifications
You must be signed in to change notification settings - Fork 337
open /src/github.com/haccer/subjack/fingerprints.json: no such file or directory #88
Comments
i solved creating the required path for the file. |
@DylanTiger Thank you |
@DylanTiger Can i use vim to create the fingerprints.json and save it in that directory |
I am having the same issued with the above, please can someone tell what is the content of of fingerprints.json. |
The same |
Same issue |
the file fingerprints.json is included in the repo
https://github.com/haccer/subjack/blob/master/fingerprints.json
--
Sent from myMail for Android Thursday, 28 July 2022, 04:31pm +02:00 from b@***@***.*** ***@***.*** :
…
subjack-2.1.zip
—
Reply to this email directly, view it on GitHub , or unsubscribe .
You are receiving this because you were mentioned. Message ID: @ github . com>
|
This actually happens because you do not have the GOPATH set. GOPATH := os.Getenv("GOPATH")
Project := "/src/github.com/haccer/subjack/"
configFile := "fingerprints.json" So you need to set the GOPATH and then, clone this repo under $GOPATH/src/github.com/haccer folder. |
Hey, i'm trying to running the tool and i got this error message, i try to solve it by reading previous issue, but i got stuck on it bcz i don't have the folder /src inside my go directory. Then i try to refer to the file using -c /home/med/go/pkg/mod/github.com/haccer/[email protected]/fingerprints.json. But isn't work.
subjack -w sub.thomson -t 100 timeout 30 -o results.txt -ssl -c /home/med/go/pkg/mod/github.com/haccer/[email protected]/fingerprints.json 2021/10/20 20:34:27 open /src/github.com/haccer/subjack/fingerprints.json: no such file or directory
thank you.
The text was updated successfully, but these errors were encountered: