DNSRecon
DNSRecon (2.5k β) 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 dictionarystd
: NS, A/AAAA, MX...bing
: test bingyand
: test Yandexrvl
: reverse lookupcrt
: test crt.sh- ...