Skip to content

LeoDumas/dns_tunneling_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNS Tunneling Detection

A Rust application that uses the pcap library to detect DNS tunneling attacks in network traffic.

Installation

Prerequisites

Before building the application, you need to install the pcap library dependencies for your operating system:

Windows

  • Install Npcap
  • Download the Npcap SDK
  • Add the SDK's /Lib or /Lib/x64 folder to your LIB environment variable

Linux

Install the libraries and header files for the libpcap library:

  • On Debian-based distributions:

    sudo apt-get install libpcap-dev
    
  • On Fedora:

    sudo dnf install libpcap-devel
    

Note: If not running as root, you need to set capabilities:

sudo setcap cap_net_raw,cap_net_admin=eip path/to/dns_tunneling_detection

macOS

libpcap should be installed on macOS by default.

pcap Crates

About

Rust DNS Tunneling Detection Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages