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 click on the active driftnet button. it shows me AttributeError: 'ThreadPopen' object has no attribute 'getnamethread'. i am using wifi-pumpkin version v0.8.8. please help me to solve this issue
The text was updated successfully, but these errors were encountered:
I also have this issue. On Youtube I see it should open a window:
SSLstrip v0.9 + POC by Leonardo Nve
Traceback (most recent call last):
File "/root/WiFi-Pumpkin/core/utility/threads.py", line 329, in run
from plugins.external.sslstrip.StrippingProxy import StrippingProxy
File "/root/WiFi-Pumpkin/plugins/external/sslstrip/StrippingProxy.py", line 20, in
from ClientRequest import ClientRequest
File "/root/WiFi-Pumpkin/plugins/external/sslstrip/ClientRequest.py", line 105
f = open(lfile,"a")
^
TabError: inconsistent use of tabs and spaces in indentation
Traceback (most recent call last):
File "/root/WiFi-Pumpkin/core/utility/threads.py", line 61, in run
print self.getNameThread
AttributeError: 'ThreadPopen' object has no attribute 'getNameThread'
Traceback (most recent call last):
File "/root/WiFi-Pumpkin/core/utility/threads.py", line 61, in run
print self.getNameThread
AttributeError: 'ThreadPopen' object has no attribute 'getNameThread'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When i click on the active driftnet button. it shows me AttributeError: 'ThreadPopen' object has no attribute 'getnamethread'. i am using wifi-pumpkin version v0.8.8. please help me to solve this issue
The text was updated successfully, but these errors were encountered: