Cyber-Dioxide / Wifi-Brute

A tool to crack a wifi password with a help of wordlist. This may take long to crack a wifi depending upon number of passwords your wordlist contains. Also it is slower as compared to social media accounts cracking. I've made enough efforts to make it as fast as possible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug

dionealfarisi opened this issue · comments


Traceback (most recent call last):
File "/data/data/com.termux/files/home/Wifi-Brute/wifi-brute.py", line 150, in
main()
File "/data/data/com.termux/files/home/Wifi-Brute/wifi-brute.py", line 81, in main
inface = wifi.interfaces()[0]
^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pywifi/wifi.py", line 42, in interfaces
for interface in wifi_ctrl.interfaces():
^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pywifi/_wifiutil_linux.py", line 281, in interfaces
for f in sorted(os.listdir(CTRL_IFACE_DIR)):
^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/run/wpa_supplicant'