Skip to content

Python script that uses 'scapy' library to sniff DNS queries and responses.

Notifications You must be signed in to change notification settings

am0nt31r0/DNS-Sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DNS-Sniffer

Description

Python script that uses 'scapy' library to sniff DNS queries and responses. The script sniffs UDP datagrams on port 53 (source or destination).

Tested on

Kali LXDE Linux

Before Running Install

Install Scapy. Checkout this tutorial: https://scapy.readthedocs.io/en/latest/installation.html

Run

Execute the script with super-user permissions. The script makes use of 'scapy' library which needs administration level.

Usage: sudo ./dnsSniffer.py

By am0nt031r0

About

Python script that uses 'scapy' library to sniff DNS queries and responses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages