Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Pumpking-proxy + [all plugins inject page ] #272

Closed
ipworkx opened this issue Aug 21, 2017 · 0 comments
Closed

Pumpking-proxy + [all plugins inject page ] #272

ipworkx opened this issue Aug 21, 2017 · 0 comments

Comments

@ipworkx
Copy link

ipworkx commented Aug 21, 2017

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.

  • 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
@mh4x0f mh4x0f changed the title Pumpking-proxy + plugins not working Pumpking-proxy + [all plugins inject page ] Aug 22, 2017
@mh4x0f mh4x0f added the solved label Aug 27, 2017
@mh4x0f mh4x0f closed this as completed Aug 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants