Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexagon6/iwlist-scan
Parse output from `iwlist scan`. Can be used for mapping wireless LANs
https://github.com/hexagon6/iwlist-scan
Last synced: about 1 month ago
JSON representation
Parse output from `iwlist scan`. Can be used for mapping wireless LANs
- Host: GitHub
- URL: https://github.com/hexagon6/iwlist-scan
- Owner: hexagon6
- Created: 2017-11-16T22:35:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T22:44:43.000Z (about 7 years ago)
- Last Synced: 2024-05-20T00:14:39.662Z (8 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/iwlist-scan
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage
=====Javascript:
`require('iwlist-scan')('')`
returns an object with parsed output from the command `iwlist scan my-wlan-interface`
Shell:
`./scan.sh my-wlan-interface`
outputs a line for each access point found
first argument can be omitted which defaults to 'wlp2s0' <- override with your wlan interface
Prerequisites
--------------`iwlist` from wireless-tools (tested with debian and ubuntu linux)