
Originally Posted by
joker5bb
i know what it says, but it does not work
Care to share, what doesn't work?! What you have tired, whats your setup?

Originally Posted by
Gitsnik
I may just have misinterpreted them. If you have the redirect rule in place (to redirect the target to your FakeAP webpage) but don't have the masquerade rule (which does the NAT work for you) they will not be able to route packets through your FakeAP - timeouts or flatout errors will occur. I'm making an educated guess here.
By the way, the ddns update thing is for automatically updating named to reflect the hostname of the machine that has requested the IP if memory serves, "none" should be sufficient for our needs here.
Code:
iptables -t nat -A PREROUTING -i at0 -p udp -j DNAT --to $gatewayIP
iptables -A FORWARD -i at0 -j ACCEPT
iptables -t nat -A POSTROUTING -o $gatewayInterface -j MASQUERADE
and thanks for choosing which one (DDNS Update) is needed. (=

Originally Posted by
frostbyt3
g0tm1k...
Awesome stuff man, I'm always a big fan of your videos.
I'm having a little problem maybe you can help me with or point me in the right direction.
I get to the point where I connect to the "Free WiFi" AP, but when I open a browser it times out and I don't get any results. The "upgrade" page is never displayed. I'm running VMWare on Windows 7 Ultimate. I have turned off firewall, and AV as recommended. Is there something else I need to edit in the .sh file?
Thanks for your help and excellent quality work.
Thanks.
Try the new update.

Originally Posted by
frostbyt3
Thanks nivong & g0tmi1k, for the update, but still isn't working.
2 AP's show up in Windows & Wicd. One labeled "Other Network" & "Free-Wifi (as it should)
When I look to investigate the problem it states a problem with the DNS. Here's the error in Windows...
•The Domain Name Server (DNS) is not reachable.
•The Domain Name Server (DNS) does not have a listing for the website's domain.
Try the new update.

Originally Posted by
seanile
great script worked first time on eeepc does what it says on the can !!.
not tried v2.2 yet
suggestion would it be possible to include hm2075 wireless key grabber?
many thanks
Glad to hear that it work for you!
Umm...in the the new v0.2.2, Ive started work on allowing the user to enter their own payload. BUt the problem is, it doesnt get anything back. Saying that, isnt their already a script for that?