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.
All works fine accept that the pumpkin-proxy is not working. I cannot see logs and pictures.
Traffic seems to go fine from the client side perspective.
My plan is to inject the beef hook, but it's just not working.
Also I can see a lot of typo's in the ini files. Especially regarding the iptables stuff.
I manual changed these and even applied it outside the app, but it did not help anyway.
If I configure the WLAN AP-IP (ex. 10.0.0.1) as the proxy server on the client side, I receive an error on the page regarding : HttpExepction('Invalid HTTP request........(expected: relative, got: absolute)
I assume the proxy is running on my AP. I can see the port is also running on 8080.
Have you experienced this before?
BR,
Thierry
Please tell us details about your environment.
Card wireless adapters name (please check if support AP/mode): Alfa 036H
Version used tool: 0.8.5
Virtual Machine (yes or no and which): Live machine
Operating System and version: Kali 2.0 rolling with latest updates
The text was updated successfully, but these errors were encountered:
What's the problem (or question)?
All works fine accept that the pumpkin-proxy is not working. I cannot see logs and pictures.
Traffic seems to go fine from the client side perspective.
My plan is to inject the beef hook, but it's just not working.
Also I can see a lot of typo's in the ini files. Especially regarding the iptables stuff.
I manual changed these and even applied it outside the app, but it did not help anyway.
iptables -t nat -F
iptables -F
iptables --policy INPUT ACCEPT
iptables --policy FORWARD ACCEPT
iptables --policy OUTPUT ACCEPT
iptables -A FORWARD -i eth0 --out-interface wlan1 -j ACCEPT
iptables -A INPUT --in-interface wlan1 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8080
iptables -t nat -A POSTROUTING --out-interface eth0 -j MASQUERADE
iptables -A OUTPUT --out-interface eth0 -j ACCEPT
If I configure the WLAN AP-IP (ex. 10.0.0.1) as the proxy server on the client side, I receive an error on the page regarding : HttpExepction('Invalid HTTP request........(expected: relative, got: absolute)
I assume the proxy is running on my AP. I can see the port is also running on 8080.
Have you experienced this before?
BR,
Thierry
Please tell us details about your environment.
The text was updated successfully, but these errors were encountered: