wifitest
Python 3 library for wifi testing.
Install
sudo pip install wifitest
usage:
import
from wifitest import WifiTest
scan available wifi networks
s = WifiTest()
s.scan()
bruteforce on wifi network
SSID = "wifi"
WORDLIST = "wordlist.txt"
wifi = WifiTest()
wifi.bruteforce(SSID, WORDLIST)
CLI
usage: wifitest [-h] [--ssid SSID] [--wordlist WORDLIST] {scan,bruteforce,events}
Wifitest CLI
positional arguments:
{scan,bruteforce,events}
Operation to perform: scan, bruteforce, or events
options:
-h, --help show this help message and exit
--ssid SSID SSID of the target Wi-Fi network (required for bruteforce
operation)
--wordlist WORDLIST Path to the wordlist file (required for bruteforce operation)
Bruteforce
sudo wifitest bruteforce --ssid WIFINAME --wordlist wordlist.txt
Scan
sudo wifitest scan
Events
sudo wifitest events
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wifitest-0.1.9.tar.gz
(12.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
wifitest-0.1.9-py3-none-any.whl
(13.4 kB
view details)
File details
Details for the file wifitest-0.1.9.tar.gz.
File metadata
- Download URL: wifitest-0.1.9.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86e0c178dfb9572cd7c88384f156841375c15c6ac58efa15d44432f05f2fd593
|
|
| MD5 |
9239cb5df85369ce675643d916f778e9
|
|
| BLAKE2b-256 |
fb4106bd1ec2a7a501fafdb496824b6ae472e6b2929b3655f24cb5553680ba63
|
File details
Details for the file wifitest-0.1.9-py3-none-any.whl.
File metadata
- Download URL: wifitest-0.1.9-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6e46c744832b0fd869ce9c594056f3720650e28b99429949a8744b02df81e2e
|
|
| MD5 |
a509cec870523296fda0c8a4fa04fc03
|
|
| BLAKE2b-256 |
27c4abd08ff1c299d19566e12df40afd70dbdebd0a40331c5fdeed1f1e5a175c
|