Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 605 Bytes

File metadata and controls

15 lines (8 loc) · 605 Bytes

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.