You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
Fairly new user to this so not sure if this is a genuine issue but kinda guessing it is, when you scan networks in the deauth module nothing is returned and the following is displayed in the console window, taking a guess that "error" is a genuine error and not me doing something wrong.
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(_self.__args, *_self.__kwargs)
File "/root/tools/WiFi-Pumpkin/Modules/wireless/WirelessDeauth.py", line 156, in scan_diveces_airodump
self.cap = get_network_scan()
File "/root/tools/WiFi-Pumpkin/Core/utility/extract.py", line 52, in get_network_scan
essid = network.find('essid').text
AttributeError: 'NoneType' object has no attribute 'text'
The text was updated successfully, but these errors were encountered:
OS 64 Bit Kali
ALFA card (atheros)
Fairly new user to this so not sure if this is a genuine issue but kinda guessing it is, when you scan networks in the deauth module nothing is returned and the following is displayed in the console window, taking a guess that "error" is a genuine error and not me doing something wrong.
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(_self.__args, *_self.__kwargs)
File "/root/tools/WiFi-Pumpkin/Modules/wireless/WirelessDeauth.py", line 156, in scan_diveces_airodump
self.cap = get_network_scan()
File "/root/tools/WiFi-Pumpkin/Core/utility/extract.py", line 52, in get_network_scan
essid = network.find('essid').text
AttributeError: 'NoneType' object has no attribute 'text'
The text was updated successfully, but these errors were encountered: