Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bleo181-dev/ssid-logger
- Owner: bleo181-dev
- Created: 2023-04-13T09:29:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-19T08:55:30.000Z (over 1 year ago)
- Last Synced: 2024-11-07T01:26:25.392Z (about 2 months ago)
- Topics: logger, raspberry-pi, script, ssid, wifi, wifiscanner
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```