Capturing DNS queries.
Run ip a to list network interfaces.
cargo build && sudo ./target/debug/sp00fGenerate DNS queries with dig example.com @8.8.8.8
Run ipconfig /all to list network interfaces.
After doing the prerequisites listed in libpnet readme, you should have a WinPcap developers pack folder. Run from powershell as admin with:
$Env:LIB="path_to_Packet.lib_subfolder"; cargo runGenerate DNS queries with nslookup example.com @8.8.8.8