PentestPad / subzy

Subdomain takeover vulnerability checker
https://www.pentestpad.com
GNU General Public License v2.0
1.06k stars 156 forks source link

Error processing: Process: Fingerprints: unexpected end of JSON input #15

Closed h3cksamrat closed 1 year ago

h3cksamrat commented 3 years ago

When I give the following command, I get an error.

$ subzy -targets findomain_subd.txt
2021/05/05 05:17:56 Error processing: Process: Fingerprints: unexpected end of JSON input
NSEcho commented 3 years ago

Would you mind showing us the output of fingerprints.json from your home directory.

rahuldora377 commented 3 years ago

Deleting fingerprints.json from home directory fixed my issue

NSEcho commented 3 years ago

@rahuldora377 perhaps it was malformed. When the subzy run it will check whether fingerprints.json exists in the home directory and will load fingerprints from there. If it is not present, it will be downloaded from this repo.

NSEcho commented 3 years ago

And according to the error, it indeed looks like it was malformed

manoprasanth-m commented 3 years ago

I have deleted the fingerprints.json file but I still encounter the problem.

NSEcho commented 3 years ago

Is it the same error?