EdmarCaixeta / wifi-scanner

App to list WiFi in range and export into a .csv file or just list on terminal. Python 3.8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

This application aims to scan all WiFi networks in your PC range, listing: SSID, Signal and MAC Address. Furthermore, the application also appends those informations into an existent .csv file or creates a new one if inexistent, if the flag --store is used. This tool was developed to help building a Wifi-dataset to work on IA studies.

Setup:

To run it:

pip3 install -r requirements.txt (If you don't have the required modules installed on your Python Environment)

python3 scanner.py <flags>

Flags:

--store: save the data into a csv file, existent or not.

About

App to list WiFi in range and export into a .csv file or just list on terminal. Python 3.8

License:GNU General Public License v3.0


Languages

Language:Python 100.0%