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

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

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
```