Bruteforce:ΒΆ

bruteforce on wifi network::

SSID = "wifi"
WORDLIST = "wordlist.txt"

wifi = WifiTest()
wifi.bruteforce(SSID, WORDLIST)