Skip to main content

Python 3 library for wifi testing.

Project description

wifitest

PyPI - Downloads PyPI - License Read the Docs GitHub Tag

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

Project details


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 hashes)

Uploaded Source

Built Distribution

wifitest-0.1.9-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page