Skip to content

This mini project is an implementation of DNS detection tool developed in Golang. I have created a dns poision tool which can be used to detect for any dns attack attempts.

Notifications You must be signed in to change notification settings

pkenil96/DNS-Attack-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS-Attack-Detector

This mini project is done as part of the assignment for the course CSE508 - Network Security. There are two tools: dnspoision and dnsdetect. The former is used to poison the DNS cahce of the victim by capturing the DNS request going from the victim's machine and putting it's own IP in the response packet, thereby taking control of all the communication taking place from the victim's machine. The latter tool monitors for such malicious transactions and raises an alert as soon as an attempt is made to forge the DNS response packet.

About

This mini project is an implementation of DNS detection tool developed in Golang. I have created a dns poision tool which can be used to detect for any dns attack attempts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages