Results 1 to 3 of 3

Thread: Best Method for setting up an evil twin with dnsspof, ssl strip etc

  1. #1
    Join Date
    2015-Sep
    Posts
    1

    Question Best Method for setting up an evil twin with dnsspof, ssl strip etc

    Hello Everyone,

    I have been experimenting with setting up an evil twin AP. Here are some of the guides for those who are not familiar and also to give you an idea of the resources im using.

    http://www.kalitutorials.net/2014/07...-tutorial.html
    https://www.offensive-security.com/k...-access-point/

    Running kali 2.0 - latest updates and upgrades.

    Now lets dive in:
    my question to the community is: how are you guys achieving this? I have been able to to sucessfully clone an ap using airbase-ng, bridge my connection on eth0 to my wireless nic on wlan0 using brctl and serve dhcp requests using dhclient. I am struggling with spoofing dns queries on my evil ap. I have googled around and found many different methods but none for dhclient. could somebody point me in the right direction to configure dns spoofing along with dhclient?

    At this point I have a the fake AP up, and serving internet access to clients.

  2. #2
    why not use ettercap?? for the dns spoofing, its very easy to implement.!

    locate etter.dns
    nano /etc/ettercap/etter.dns

    scroll to where you see the microsoft entries, beneath it you can write out stuff like dis...

    facebook.com A 192.168.2.1
    *.facebook.com A 192.168.2.1
    www.facebook.com A 192.168.2.1

    fb.com A 192.168.2.1
    *.fb.com A 192.168.2.1
    www.fb.com A 192.168.2.1

    google.com A 192.168.2.1
    *.google.com A 192.168.2.1
    www.google.com A 192.168.2.1

    twitter.com A 192.168.2.1
    *.twitter.com A 192.168.2.1
    www.twitter.com A 192.168.2.1

    save and exit.
    open ettercap and you know the rest...

  3. #3
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    An alternate solution would be to use the mana toolkit. I don't think it comes installed by default in Kali, so you'll need to apt-get install mana-toolkit

Similar Threads

  1. Evil Twin Method with isc-dhcp-server?
    By soxrok2212 in forum General Archive
    Replies: 2
    Last Post: 2013-11-29, 07:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •