Small, fast tool for performing reverse DNS lookups en masse. Now with less functionality and more entropy!
Go to file
kayos@tcp.direct b922ba20f6 improved json 2021-03-08 17:48:33 -08:00
LICENSE Create LICENSE 2020-01-08 00:03:48 +10:00
README.md it's REVERSE you fucking MORON 2021-01-25 06:37:07 -08:00
main.go improved json 2021-03-08 17:48:33 -08:00

randrevdns

Small, fast, simple tool for performing reverse DNS lookups en masse (using random resolvers).

read files with targets and resolvers, it returns hostnames.

This can be a useful way of setting someone up the bomb.

It might work if you do this maybe

git clone https://github.com/yunginnanet/randrevdns
cd randrevdns
echo "1.1.1.1" >> dnsResolvers.txt
echo "9.9.9.9" >> dnsResolver.txt
echo "198.251.80.62" >> targets.txt
echo "209.141.38.221" >> targets.txt
go run main.go

Contributors