Closed ightnapovial closed 1 year ago
Hey! So it seems like the pywebcopy library is having an issue with semaphore deadlock:
On the thread davidwgrossman mentionned a fork of the pywebcopy that doesn't use multithreading and i can confirm it does work. So all you need to do is:
pip3 uninstall pywebcopy git clone https://github.com/davidwgrossman/pywebcopy python3 setup.py install
:)
Resolved 1.14.0
Describe the bug
Creating captive portal template stalls after warning about pywebcopy global config being missing requiring keyboard interrupt to stop.
To Reproduce
Steps to reproduce the behavior:
run: sudo ./eaphammer --create-template --name testing --url --https://www.facebook.com/ as an example
Expected behavior
Presumably that that template is created. I have yet to see a template created successfully.
Screenshots
N/A
Command string(s) used
sudo ./eaphammer --create-template --name testing --url --https://www.facebook.com/
EAPHammer verbose output (using the --debug flag)
everything beyond this point is printed after keyboard interrupt
EAPHammer Version (./eaphammer --version)
1.13.5
OS (the OS from which you are running EAPHammer) Kali 2021.1
Configuration of Target Access Point (if known / applicable)
N/A
Configuration of Target Client Device (if known / applicable)
N/A
Additional context
Add any other context about the problem here.