dnscan icon indicating copy to clipboard operation
dnscan copied to clipboard

Results 6 dnscan issues
Sort by recently updated
recently updated
newest added

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....

![image](https://user-images.githubusercontent.com/43526141/122659771-adc75000-d1ad-11eb-9d64-73316fe5bef0.png)

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...