Skip to content

konpapp/sp00f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sp00f

Capturing DNS queries.

Linux

Run ip a to list network interfaces.

cargo build && sudo ./target/debug/sp00f

Generate DNS queries with dig example.com @8.8.8.8

Windows

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 run

Generate DNS queries with nslookup example.com @8.8.8.8

About

capturing DNS queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages