dnscan
dnscan copied to clipboard
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...
Hi @rbsec! I really enjoy using dnscan and it is really helpful during the recon process. However, when using the output with other tools the format becomes a major challenge....

It is possible to add support for module like import to be used in conjunction with other Modules for example `import dnscan ` or `from dnscan import finder` So that...