Search:

Type: Posts; User: linuxcomando; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    33,411

    When you changed arp.c above, did you recompiled...

    When you changed arp.c above, did you recompiled dsniff like you did the first time??
    I.E:
    ./configure&&make&&make install
  2. Replies
    9
    Views
    33,411

    Yes Fragroute should forward all your traffic. ...

    Yes Fragroute should forward all your traffic.

    Also, the -i should work. But there was a problem with a few version that even doing -i wlan or -i ath0 wouldnt work. In that case you actually need...
  3. Replies
    9
    Views
    33,411

    You need to edit the arp.c source. There is a...

    You need to edit the arp.c source. There is a function arp_cache_lookup that won't use the correct interface. So in arp.c you need to change:


    strncpy(ar.arp_dev, "eth0", sizeof(ar.arp_dev));
    ...
  4. Replies
    9
    Views
    33,411

    Oh, and Also try arp spoofing the entire network...

    Oh, and Also try arp spoofing the entire network and don't specify the target. I would be curious if you get the same results
  5. Replies
    9
    Views
    33,411

    Wait, i noticed you said ath0 is that your...

    Wait, i noticed you said ath0 is that your wireless interface? and if so is it in monitor or managed mode.
  6. Replies
    9
    Views
    33,411

    Did you set up ip forwarding? echo 1 >...

    Did you set up ip forwarding?

    echo 1 > /proc/sys/net/ipv4/ip_forward
Results 1 to 6 of 6