Results 1 to 2 of 2

Thread: DNS Spoofing Problem

  1. #1
    Join Date
    2013-Aug
    Posts
    2

    Unhappy Internet Crashes when DNS Spoofing

    So I was trying to DNS Spoof in my Network. I use Kali linux in my WMWare. The Network connection is set to bridged and Replace physical network connection state is ticked.
    This was the only entry I added to the etter.dns. Of course I replaced [MYIP] with my local IP.
    Code:
    google.com A [MYIP]
    Then I set the /proc/sys/net/ipv4/ip_forward to 1 and started the attack with this command :
    Code:
    ettercap -T -q -M arp:remote -P dns_spoof //
    It started, but my network couldnt access the internet at all anymore. One thing that worked was if I ping'd google I got the IP I set in the etter.dns.
    I was also running apache2 on my kali linux machine so it should display this instead of google.
    So, did I do anything wrong, or does anybody know a solution to this problem ?

    Thanks
    Last edited by Zombay; 2013-08-08 at 10:38.

  2. #2
    Join Date
    2013-Apr
    Posts
    126
    Try to target a specific IP address:

    Code:
    ettercap -i yourinterface -T -q -P dns_spoof -M ARP /herevictimslocalip/ //

Similar Threads

  1. Wan DNS spoofing
    By R1g1L in forum General Archive
    Replies: 1
    Last Post: 2015-05-08, 10:45
  2. Replies: 0
    Last Post: 2014-06-03, 00:04
  3. SET / SDK / SMS Spoofing -Help :)
    By pnpcrazyfool in forum General Archive
    Replies: 0
    Last Post: 2014-05-25, 02:06

Posting Permissions

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