-
Notifications
You must be signed in to change notification settings - Fork 412
Open
Description
Hello, there is a bug inside dnscan.py at line 114: add_target(domain) # Recursively scan subdomains
This function must be run only when wildcard = get_wildcard(domain) is empty, so it is needed to add a condition if not wildcard:, or wildcard domain will be added to recursive subdomain scan.
Metadata
Metadata
Assignees
Labels
No labels