https://github.com/7c/wlanscan
basic tool to scan wlan with wpa_supplicant api and using go-wireless in json format for audit,qa, development reasons
https://github.com/7c/wlanscan
Last synced: 2 months ago
JSON representation
basic tool to scan wlan with wpa_supplicant api and using go-wireless in json format for audit,qa, development reasons
- Host: GitHub
- URL: https://github.com/7c/wlanscan
- Owner: 7c
- Created: 2024-11-07T12:49:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-07T13:00:43.000Z (over 1 year ago)
- Last Synced: 2025-12-30T11:46:42.724Z (6 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## wlanscan
Scan for wireless networks and print the results in JSON format. Uses go-wireless to scan for networks. This is a simple tool to help with debugging and development and research reasons. I am using it to scan and send parsed results to influxdb for quality metrics.
I needed a universal interface to the scan which `iw scan` does not provide.s
### install
```
go install github.com/7c/wlanscan@latest
$ wlanscan
```
### compile
```
make build
$ ./bin/wlanscan
```