PentestPad / subzy

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

fix: added fingerprint verification logic #51

Closed touhidshaikh closed 1 month ago

touhidshaikh commented 2 months ago

Due to empty fingerprints in the fingerprint.json file, the scan cannot compare accurately and shows false positives or incorrect results.

Current Version: Latest False Positive Output due to error in fingerprints. (Empty Fingerprints)

image

After adding fingerprint verification logic in the code:

image