Skip to content

Vivirinter/dns-sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS Sniffer

DNS Sniffer is a Go application that listens to and analyzes DNS traffic.

Installation

# Clone the repository
git clone https://github.com/Vivirinter/dns-sniffer

# Navigate to the project directory
cd dns-sniffer

# Build the Docker image
docker build -t dns-sniffer .

# Run the Docker container
docker run -p 9200:9200 dns-sniffer

Testing

To run the tests, execute the following command:

go test ./...

Releases

No releases published

Packages

No packages published