Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WiPi-Hunter/PiDense
ππ‘πMonitor illegal wireless network activities. (Fake Access Points), (WiFi Threats: KARMA Attacks, WiFi Pineapple, Similar SSID, OPN Network Density etc.)
https://github.com/WiPi-Hunter/PiDense
ap blueteam evilap fake fruitywifi monitoring redteam rouge wifi wifi-security wifipineapple
Last synced: 10 days ago
JSON representation
ππ‘πMonitor illegal wireless network activities. (Fake Access Points), (WiFi Threats: KARMA Attacks, WiFi Pineapple, Similar SSID, OPN Network Density etc.)
- Host: GitHub
- URL: https://github.com/WiPi-Hunter/PiDense
- Owner: WiPi-Hunter
- License: gpl-3.0
- Created: 2017-12-16T13:54:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T10:07:42.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T16:40:42.892Z (3 months ago)
- Topics: ap, blueteam, evilap, fake, fruitywifi, monitoring, redteam, rouge, wifi, wifi-security, wifipineapple
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 517
- Watchers: 34
- Forks: 88
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starz - WiPi-Hunter/PiDense - ππ‘πMonitor illegal wireless network activities. (Fake Access Points), (WiFi Threats: KARMA Attacks, WiFi Pineapple, Similar SSID, OPN Network Density etc.) (Python)
- awesome-termux-hacking - PiDense - ππ‘πMonitor illegal wireless network activities. (Fake Access Points), (WiFi Threats: KARMA Attacks, WiFi Pineapple, Similar SSID, OPN Network Density etc.).[![->](https://img.shields.io/github/stars/WiPi-Hunter/PiDense.svg?style=social&label=Star&maxAge=2592000)](https://github.com/WiPi-Hunter/PiDense/stargazers/) (Uncategorized / Uncategorized)
README
```
βββββββββββ βββββββββββ ββββββββββ βββββββββββ ββ β βββββββββββ βββββββββββ
ββββββββββββββββββββββββββββββββββββββ βββββββββββββββββ βββββββββββββββββββββββββββββ
βββββββββββββ βββββββββββ βββββββββββββββββββββββββ βββββ βββββββββββββββ ββββββββββββ
βββ βββ βββ βββ ββββββ ββββββ ββββββ βββ
βββββββββββββ βββ βββ βββββββββββββββ βββ βββ βββββββββββββββ ββββββββββββ
βββββββββββββ βββ βββ βββββββββββββββββββ βββ βββββββββββββββββββββββββββββ
ββββββββββββ βββ βββ βββββββββββββββ βββ βββ βββ ββββββββββββββββββββββββ
βββ βββ βββ ββββββ βββ ββββββ ββββββ
βββ βββββββββββ βββββββββββββββββββββββββ βββ βββββ ββββββββββββββββββββββββ
βββ βββββββββββββββββββββββββ ββββββββββββββββ ββββββββββββββββββββββββββββββ
β βββββββββββ ββββββββββ βββββββββββ β ββ βββββββββββ βββββββββββMonitor illegal wireless network activities.
------------------------------------------------------------------------------```
#### Purpose
Monitor **illegal wireless network activities.**
+ Similar SSID broadcasts
+ Detects SSID brute
+ Detects beacon flood
+ Monitor deauthentication attack
+ Same SSID broadcasts
+ Calculates unencrypted wireless networks density
+ Watches SSID broadcasts at the blacklist.
+ KARMA Attacks
+ WiFi Pineapple Activities#### Capabilities (Now)
+ Calculates Unencrypted wireless network density
+ Finds same ssid, different encryption
+ Watches SSID broadcasts at the blacklist.
+ KARMA Attacks
+ WiFi Pineapple Activities
+ Blacklist SSID analysis#### Working Principle for PiDense
* -
#### Soon to be added features
+ Pcap parse
+ Company name setting for illegal wireless attack activities (Monitoring)
+ Probe request analysis for SSID brute
+ Beacon analysis for SSID flood#### Example
+ Video: https://www.youtube.com/watch?v=hsMz6zM-yks**Screenshots:**
### --------------------------------------------------------------------------------
### Usage
#### Requirements
* **Hardware:** TP LINK TL-WN722N
* **Modules:** scapy, time, termcolor, argparse#### Kali Linux:
Download PiDense:
`git clone https://github.com/WiPi-Hunter/PiDense.git`
It's done!
Run the program with following command:
Monitor mode:
```python
airmon-ng start interface(wlan0,wlan1) (Monitor mode)or
ifconfig wlan0 down
iwconfig wlan0 mode Monitor
ifconfig wlan0 up
```Run:
```python
cd PiDense
python pidense.py -h
```