dnsdumpster icon indicating copy to clipboard operation
dnsdumpster copied to clipboard

A tool to perform DNS reconnaissance on target networks. Among the DNS information got from include subdomains, mx records, web application firewall detection and more fingerprinting and lookups

Results 7 dnsdumpster issues
Sort by recently updated
recently updated
newest added

first time using this tool, and still new to python... but getting a Traceback for NetcraftEnum-3: ` Process NetcraftEnum-3: Traceback (most recent call last): File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap...

Traceback (most recent call last): File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "dnsdumpster.py", line 201, in run for domain in domain_list: TypeError: 'NoneType' object is not iterable

Hi, the tool throughs this error at me. Pull from github, install the requirements ----snip---- python3 dnsdumpster.py -d amazon.com Starting dns dump against amazon.com Searching using engine DNSdumpster Searching using...

/usr/local/lib/python3.7/dist-packages/ipwhois/net.py:138: UserWarning: allow_permutations has been deprecated and will be removed. It is no longer needed, due to the deprecation of asn_alts, and the addition of the asn_methods argument. warn('allow_permutations has...

Changing from threading.lock to multiprocessing.Lock

MX Record coming as Null or Black and I cannot see CNAME and other TXT Records like DKIM and DMARC and others. Am I doing anything wrong?

hello! i'm not a geek about this but, i had problems with the file dnsdumpster.py when i run the command: python dnsdumpster.py -d nmmapper.com it says some modules like dns.resolver...