a CLI Wi-Fi scanner tool for Windows
Project description
lswifi: a CLI-centric Wi-Fi scanner tool for Windows
Documentation
lswifi
is a CLI-centric Wi-Fi scanner tool for Windows that provides more information about nearby Wi-Fi networks than built-in tools. This includes a Received Signal Strength Indicator (RSSI), detection of 802.11 feature set, and more.
Installation
> python -m pip install lswifi
Usage
Output nearby Wi-Fi networks:
> lswifi
Output nearby Wi-Fi networks that have a detected signal of -60 dBm
or stronger:
> lswifi -t -60
Output only networks that match my_ssid
:
> lswifi -include my_ssid
Output verbose information (including Information Elements) for BSSID 00:00:00:00:00:00
:
> lswifi -ies 00:00:00:00:00:00
Print help information:
> lswifi -h
Upgrading
Here is how to upgrade lswifi
when there is a new version available:
PS C:\Users\josh\GitHub\lswifi> where.exe pip3
C:\Users\josh\AppData\Local\Programs\Python\Python39\Scripts\pip3.exe
PS C:\Users\josh\GitHub\lswifi> pip3 install --upgrade lswifi
Check the version installed:
PS C:\Users\josh> lswifi -v
FAQs
- What OS and Python versions are required to run this?
- Windows 10 and Python 3.7 are the minimum supported versions.
- Can you get add information from radio tap headers?
- Currently there is not a way to get radio tap headers from Native Wifi wlanapi.h.
Contributing
Want to contribute? Thanks! Please take a few moments to read this.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lswifi-0.1.24.tar.gz
.
File metadata
- Download URL: lswifi-0.1.24.tar.gz
- Upload date:
- Size: 60.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e5674867f6ffa12f6d5e9aad9aeb143a42fac28b98f6357f98c99104408af5c |
|
MD5 | 6c54eba7b9a2a1f9a9120867629a86a4 |
|
BLAKE2b-256 | 78cfadddff26394dabf5325665322601cd77e8c94faa34877921ce0954f003da |
File details
Details for the file lswifi-0.1.24-py3-none-any.whl
.
File metadata
- Download URL: lswifi-0.1.24-py3-none-any.whl
- Upload date:
- Size: 66.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d52f2ce5f0969b2a0330f3135136355f251696db783a58a126614359af3e5ad8 |
|
MD5 | 588af51687c2112ddbac9004eade8ff4 |
|
BLAKE2b-256 | 01c629a5466827c0e6568afbcb594e5a54c887ef1fa3c4eab3172c3e59e96d7d |