Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bleo181-dev/ssid-logger

Wi-Fi SSID Logger
https://github.com/bleo181-dev/ssid-logger

logger raspberry-pi script ssid wifi wifiscanner

Last synced: 7 days ago
JSON representation

Wi-Fi SSID Logger

Awesome Lists containing this project

README

        

# SSID-logger

**Wi-Fi SSID Logger**

Script that continuously scans the Wi-Fi in its radius and saves the unique SSIDs encountered in a text file. The data obtained are also available for easier viewing at [IP]/view_log_file.php

**installation**

```
sudo apt update
sudo apt install iw
git clone https://github.com/bleo181-dev/SSID-logger.git
cd SSID-logger
./setup.sh
```