P0cL4bs / WiFi-Pumpkin-deprecated

DEPRECATED, wifipumpkin3 -> https://github.com/P0cL4bs/wifipumpkin3
http://wifipumpkin3.github.io/
3.08k stars 719 forks source link

wifi pumpkin stops running #526

Open pukas06 opened 4 years ago

pukas06 commented 4 years ago

[] Configuring Static AP Mode... [] Enable forwarding in iptables...

and then it stops and wifi pumpkin freeze's could somebody help me im using a raspberry pi 4B with kali linux running

and im using wifi pumpkin v 0.8.8

thomasgassmann commented 4 years ago

I was facing the same problem. As far as I could tell, iptables on my system did not seem to return for some reason. WiFi-Pumpkin would then get stuck at https://github.com/P0cL4bs/WiFi-Pumpkin/blob/master/core/controllers/wirelessmodecontroller.py#L398.

As a temporary workaround, I switched back to using iptables-legacy. You can just update the symlink as follows: ln -sfn /usr/sbin/iptables-legacy /usr/sbin/iptables