Kismet एक powerful wireless network detector, sniffer, और intrusion detection system है। यह passive mode में work करता है, यानी यह किसी network को बिना interfere किए उसके traffic को monitor करता है।
👉 802.11a/b/g/n WiFi networks detect करता है और real-time में उनकी info provide करता है।
🔍 Kismet क्या-क्या कर सकता है
WiFi Discovery
Nearby WiFi networks discover करना
Passive Sniffing
Passive mode में traffic monitor करना
Device Tracking
Connected devices track करना
Packet Capture
WiFi packets को .pcap format में save करना
Intrusion Detection
Rogue APs और suspicious activity detect करना
GPS Mapping
WiFi networks location mapping करना
⚙️ Kali Linux / Termux में Kismet Install
System Update
apt updateInstall Kismet
apt install kismet⚠️ Root permission ज़रूरी: WiFi interface access के लिए sudo use करो
💻 Basic Commands (Use)
👉 Kismet को root access के साथ run करो:
Start Kismet (Basic)
sudo kismetStart with specific interface
sudo kismet -c wlan0monEnable NCurses interface (Terminal UI)
sudo kismet -tRun in background mode
sudo kismet -dSpecify capture file location
sudo kismet -p /path/to/capture/🌐 Real Example (Practical समझ)
sudo airmon-ng start wlan0👉 Monitor mode active: wlan0mon interface create हो जाएगा
sudo kismet -c wlan0mon👉 Kismet server start हो जाएगा: ब्राउज़र से http://localhost:2501 पर access कर सकते हो
Kismet web dashboard में दिखेगा:
WiFi Networks List
सभी available networks की list with SSID, BSSID, Channel
Connected Devices
कौन-कौन से devices किस network से connected हैं
Live Traffic
Real-time packet capture और statistics
GPS Map
Networks का geographic location (अगर GPS हो)
👉 Use Case: किसी area में सभी WiFi networks को discover करना, उनके channels analyze करना, और suspicious APs detect करना
🔥 Advanced Features
Pcap Export
Captured packets को .pcap file में export कर सकते हो
Web UI → Packets → ExportAlerts
Rogue APs और suspicious activities के लिए alerts setup कर सकते हो
Plugins
Extra features add करने के लिए plugins use कर सकते हो
API
REST API से data access कर सकते हो
WiFi monitoring tools का unauthorized use illegal है!
🔒 Legal Use Cases:
- अपना home network monitor करना
- Authorized business networks audit करना
- Educational/Research purposes
🚫 NEVER: बिना permission किसी भी public या private WiFi network को monitor मत करो
🧩 Related Tools
Aircrack-ng
WiFi security testing suite
Wifite
Automated WiFi cracker
Reaver
WPS PIN attack tool
Wireshark
Packets detailed analysis
Kismet = "WiFi Detective" (Silent Observer)
यह चुपके से सब कुछ देखता है — कौन से networks हैं, कौन connected है, क्या traffic जा रहा है। बिना किसी को पता चले।