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.
When I launch the "ARP POISONER" module, i get this error:
Traceback (most recent call last): File "/usr/share/WiFi-Pumpkin/core/main.py", line 680, in show_arp_posion self.Farp_posion = GUIModules.frm_Arp_Poison(self.window_phishing) File "/usr/share/WiFi-Pumpkin/modules/poisoners/arp_poisoner.py", line 42, in init self.GUI() File "/usr/share/WiFi-Pumpkin/modules/poisoners/arp_poisoner.py", line 145, in GUI self.ConfigureEdits() File "/usr/share/WiFi-Pumpkin/modules/poisoners/arp_poisoner.py", line 174, in ConfigureEdits self.txt_mac.setText(Refactor.getHwAddr(x['activated'][0])) File "/usr/share/WiFi-Pumpkin/core/utils.py", line 237, in getHwAddr info = ioctl(s.fileno(), 0x8927, pack('256s', ifname[:15])) struct.error: argument for 's' must be a string
Running Kali 17.1 on raspberry 3 #
The text was updated successfully, but these errors were encountered:
Hello,
I have a fresh install of Pumpkin.
When I launch the "ARP POISONER" module, i get this error:
Traceback (most recent call last): File "/usr/share/WiFi-Pumpkin/core/main.py", line 680, in show_arp_posion self.Farp_posion = GUIModules.frm_Arp_Poison(self.window_phishing) File "/usr/share/WiFi-Pumpkin/modules/poisoners/arp_poisoner.py", line 42, in init self.GUI() File "/usr/share/WiFi-Pumpkin/modules/poisoners/arp_poisoner.py", line 145, in GUI self.ConfigureEdits() File "/usr/share/WiFi-Pumpkin/modules/poisoners/arp_poisoner.py", line 174, in ConfigureEdits self.txt_mac.setText(Refactor.getHwAddr(x['activated'][0])) File "/usr/share/WiFi-Pumpkin/core/utils.py", line 237, in getHwAddr info = ioctl(s.fileno(), 0x8927, pack('256s', ifname[:15])) struct.error: argument for 's' must be a string
Running Kali 17.1 on raspberry 3 #
The text was updated successfully, but these errors were encountered: