Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andresgomezfrr/wifi-project
https://github.com/andresgomezfrr/wifi-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andresgomezfrr/wifi-project
- Owner: andresgomezfrr
- Created: 2014-12-14T16:16:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T16:52:37.000Z (about 6 years ago)
- Last Synced: 2023-08-07T06:19:43.131Z (over 1 year ago)
- Language: Scala
- Size: 23.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wifi-project
============# Running wifiscan on Unix
The project depends on python (2.7 recommended) and scapy. You can install them with apt-get or yum.
You will also need a Zookeeper and Kafka installed on the system. Apache kafka from http://kafka.apache.org/downloads.html bundles a kafka broker and zookeeper server as an unique package.1. Enable your Wifi device, but you should NOT be connected to a network
2. Enable monitor mode on your wifi device.
```bash
sudo ifconfig wlan0 down
sudo iwconfig wlan0 mode monitor
sudo ifconfig wlan0 up
```
3. Run wifiscan.py as follows
```bash
sudo python wifiscan.py wlan0
```
4. Run a kafka consumer and ENJOY IT LEL. GG. EASY.