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.