Skip to content

x-way/nflog_sniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nflog_sniff

DNS packet sniffing with NFLOG in Perl, Python or C++.

usage

  1. (for C++ only) make
  2. run start.sh
  3. run ./nflog_sniffer.py, ./nflog_sniffer.pl or ./nflog_sniffer
  4. make some DNS queries and observe the extracted names and IPs

requirements

nflog_sniffer.py requires dpkt and the nflog-bindings

nflog_sniffer.pl requires Net::DNS::Packet, NetPacket::IP, NetPacket::UDP and the nflog-bindings

nflog_sniffer.cpp requires libtins and libnetfilter_log

About

Packet sniffing with NFLOG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published