Forum Thread: Evil Twin

Lets say I create an evil twin on my laptop...

How do I make everyone that connects to my evil twin to display a single webpage I made... that means that whatever they try to open... this webpage is displayed...

And also I wont have my laptop connected to internet using ethernet... so I provide the webpage... and the one that has connected to my evil twin can open only that webpage...

7 Responses

you mean you want to create a honeypot ? please be more specific.

What I meant was that anyone thats connected to my evil twin would be redirected to a page I made... no matter which site they want to open they would be redirected to my page..

I think I wrote really detailed lol ahah ;);)

I am not that good in this linux stuff... SO lets just say am a learning newbie.

I think you can perfectly do that with iptables. After creating your evil twin. You then redirect all traffic on the evil twin interface to port 80 or your displaying port number.

YOU can google iptables traffic port redirection, You are going to find a lot more result. Hope it helps. :)

Wheb I create evil twin... it doesnt work... stuck on obtaining ip...
Mana toolkit works...
How can I do it with mana toolkit??

I don't actually know about the mana toolkit but if it uses an interface ... Its traffic can be redirected. Correct me if am wrong

Thats what im asking.. I cant find any tutorial that even explains how to use its features...

You set up your own DNS conf, when you create fakeAP/realAP (linux as repeater or range extender). I would try there. But....

  1. I had similar problems with mana toolkit, so I used easy-creds.

Try that in iptables:
# iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-yourdomain:80
# iptables -t nat -A PREROUTING -p tcp --dport 443 -j DNAT --to-your
domain:80
Obtaining ip? Is there any DHCP issue?

Share Your Thoughts

  • Hot
  • Active