haccer / subjack

Subdomain Takeover tool written in Go
Apache License 2.0
1.89k stars 333 forks source link

2022/11/06 14:02:09 invalid character 'p' looking for beginning of value #97

Closed sl4x0 closed 1 year ago

sl4x0 commented 1 year ago
subjack -w alive-subs.txt 30 -timeout 30 -o subjack.txt -ssl 

This Command Results this Error

sl4x0 commented 1 year ago

I found the answer

  1. locate your fingerprints.json file by this command locate fingerprints.json and you will see this
  2. copy this path and go to your bash profile , in my case I am using Parrot OS so it's located at ~/.profile
  3. make an alias for just the -c flag , so you won't specify the pathevery time you need the tool.
  4. now type this command source .profile Now you can use it without any errors.