DNSRecon
DNSRecon (2.4k β) is a Python script that can be used to brute force vhosts, and do OSINT checks (std, bing, yandex, and crt).
$ dnsrecon -d URL -D wordlist -t a_type
And for OSINT:
$ dnsrecon -d URL -t a_type
The type could be
-
brt
: brute force using a dictionary -
std
: NS, A/AAAA, MX... -
bing
: test bing -
yand
: test Yandex -
rvl
: reverse lookup -
crt
: test crt.sh - ...