Dnsdmpstr
Unofficial API & Client for dnsdumpster.com and hackertarget.com
Install / Use
/learn @zeropwn/DnsdmpstrREADME

dnsdmpstr
Unofficial API & Client for DNS Dumpster and HackerTarget.com IP tools.
- https://dnsdumpster.com/
- https://hackertarget.com/ip-tools/
Installation
git clone https://github.com/zeropwn/dnsdmpstr
cd dnsdmpstr
pip3 install -r requirements.txt
chmod +x ddump.py
Usage
As a command-line utility
target="hackerone.com"
python3 ddump.py -u $target --all
Extended usage
usage: ddump.py [-h] [-u U] [-a] [-r] [-d] [-dd] [--links] [--headers] [--all]
optional arguments:
-h, --help show this help message and exit
-u U target domain
-a host search (DNS A Record lookup)
-r reverse dns lookup (accepts IP, IP range or domain name)
-d dns lookup
-dd classical dns dump format
--links grab page links from url
--headers grab http headers from url
--all grab all information available
As a library
import dnsdmpstr
target = "hackerone.com"
dnsdump = dnsdmpstr()
print(json.dumps(dnsdump.dump(target), indent=1))
print(dnsdump.hostsearch(target))
print(dnsdump.reversedns(target))
print(dnsdump.dnslookup(target))
print(dnsdump.pagelinks(target))
print(dnsdump.httpheaders(target))
Related Skills
node-connect
335.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
335.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.5kCommit, push, and open a PR
