API

WifiTest Object

class wifitest.WifiTest[source]

Class to perform tests related to Wi-Fi networks, such as scanning, brute-forcing, and event monitoring.

bruteforce(ssid: str, wordlist: str)[source]

Performs a brute-force attack on a specified Wi-Fi network using a wordlist.

Args:

ssid (str): The SSID of the target Wi-Fi network. wordlist (str): The path to the wordlist file.

events()[source]

Initiates monitoring of events related to Wi-Fi networks, such as connection and disconnection.

scan()[source]

Performs a scan of available Wi-Fi networks and prints their details.