Hi, this is my first post.
I have been playing around with Fake AP + DNSSpoofing trying to learn how it works. But i'm having a problem.
I start the Fake AP, unencrypted and started dhcpd3 server. Clients can connect fine, the i run
, all works fine and clients are redirect to local apache server.
At this point clients can't browse the internet because no ip tables have been set.
so when i set ip tables like this:
Code:
iptables --table nat --append POSTROUTING --out-interface wlan0 -j MASQUERADE
Clients can navigate internet through eth0 , dnsspoof prints dns requests but they are no longer redirected.
I can't figure out what is happening.
My configuration is BT 5 64. Intel wifi (wlan0) Wired interface connected to the net. (eth0).
Thanks