Skip to content

This project involves the development of a WiFi Sniffer tool using Python and the Scapy library to monitor and analyze wireless traffic in the surrounding environment.

Notifications You must be signed in to change notification settings

LIKHITH-M/Wifi_Sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

• - This project involves the development of a WiFi Sniffer tool using Python and the Scapy library to monitor and analyze wireless traffic in the surrounding environment. • - The main goal is to extract key information such as SSID (network name), BSSID (MAC address of the router), RSSI (signal strength), and channel from WiFi packets without connecting to any network. • - The project uses a wireless network interface in monitor mode, allowing passive packet capture from nearby access points and devices. • - The tool is implemented and tested on Kali Linux, which supports network monitoring and penetration testing. • - Captured data is stored in a structured format (CSV/log) for further analysis or network auditing. • - This tool helps students and professionals understand how wireless communication works, and how sniffing tools are used in real-world security analysis. • - It also demonstrates the ethical use of packet sniffing tools in cybersecurity and network diagnostics. • - The project is intended for educational purposes and is only used on authorized networks to ensure legal and ethical compliance.

About

This project involves the development of a WiFi Sniffer tool using Python and the Scapy library to monitor and analyze wireless traffic in the surrounding environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages