Hakrevdns

perform reverse DNS lookups en masse.

#install

go install github.com/hakluke/hakrevdns@latest

#usage

prips 173.0.84.0/24 | hakrevdns 

173.0.84.110	he.paypal.com.
173.0.84.109	twofasapi.paypal.com.
173.0.84.114	www-carrier.paypal.com.
173.0.84.77	twofasapi.paypal.com.
173.0.84.102	pointofsale.paypal.com.
173.0.84.104	slc-a-origin-pointofsale.paypal.com.
173.0.84.111	smsapi.paypal.com.
173.0.84.203	m.paypal.com.
173.0.84.105	prm.paypal.com.....

---

#get a list of domains from in IP address

echo "173.0.84.110" | hakrevdns -d

---

# pipe with other tools

prips 144.160.32.0/19 | hakrevdns  -d | httpx -title -status-code -follow-redirects

Last updated