Skip to content

DNSRecon

Preinstalled with Linux: dsnrecon is a simple python script that enables to gather DNS-oriented information on a given target.

Basic usage

dnsrecon -d example.com 

# Another way to do it
dnsrecon -d example.com -t std
# -t: type os scan to perform. Standard one is std.


dnsrecon -d example.com -D wordlist.txt -t brt
# -t brt: type bruteforce
# -D: wordlist of subdomains.
# -d: domain
Last update: 2025-08-30
Created: February 3, 2024 11:59:15