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.
Traceback (most recent call last):
File "/usr/share/WiFi-Pumpkin/core/servers/proxy/package/TCP-Proxy.py", line 222, in run
self.main()
File "/usr/share/WiFi-Pumpkin/core/servers/proxy/package/TCP-Proxy.py", line 265, in main
q = Queue.Queue()
AttributeError: class Queue has no attribute 'Queue'
[*] Pumpkin-Proxy running on port:8080
nothing appears at monitor screen
Please tell us details about your environment.
Card wireless adapters name (please check if support AP/mode): yes
Version used tool: latest
Virtual Machine (yes or no and which): yes virtual box 6
Operating System and version: Kali linux latest ver
The text was updated successfully, but these errors were encountered:
In Python3 the Queue lib was renamed to 'queue'. I think the problem can be solved with the 2to3 Python converter. Works for me at least, running on a Lenovo ThinkPad L540, with the newest kali dist.
Did you ever get a solution to this problem? I also have the same error. It works , but I don't see my AP, I created, on the network.
This is my error:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Before opening a new issue, please read this wiki
What's the problem (or question)?
Traceback (most recent call last):
File "/usr/share/WiFi-Pumpkin/core/servers/proxy/package/TCP-Proxy.py", line 222, in run
self.main()
File "/usr/share/WiFi-Pumpkin/core/servers/proxy/package/TCP-Proxy.py", line 265, in main
q = Queue.Queue()
AttributeError: class Queue has no attribute 'Queue'
[*] Pumpkin-Proxy running on port:8080
nothing appears at monitor screen
![screenshot from 2019-01-03 22-48-17](https://user-images.githubusercontent.com/46364340/50673096-c0337c00-0fa9-11e9-87a7-ed89774e5ef7.png)
Please tell us details about your environment.
The text was updated successfully, but these errors were encountered: