# fakedns # Fake DNS server that resolves all queries to a specified IP for traffic interception # FOR610 Labs: 1.3, 1.6, 1.7, 1.8 | Sections: 1 # Docs: https://docs.remnux.org/discover-the-tools/explore+network+interactions/services % dns, spoofing, interception, lab-setup # Basic usage fakedns # --- Recipes (multi-tool chains) --- # >> Set Up DNS + HTTP Interception # Option A: Simple DNS + HTTP fakedns & httpd & # Option B: Full service emulation (HTTP, HTTPS, DNS, FTP, SMTP) inetsim # Verify DNS is working nslookup anything.com # Redirect hardcoded IPs too iptables -t nat -A PREROUTING -i eth0 -j REDIRECT