|
|||||||
| BackTrack 4 Howto Tutorials and Howtos about BackTrack 4 (NOT for requesting tutorials or how to do anything) |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Didn't work for me, but the target machine was running Ubuntu 9.04. It appears as if Ubuntu simply didn't accept the ARP spoof. However if I reversed the arp spoof (arpspoof -i wlan0 -t 192.168.1.1 192.168.1.100), the target machine couldn't reach the network (obviously, since the router attempted to route traffic from the target to my attacking machine).
Is Ubuntu just not susceptible to this type of attack, or am I doing something wrong? |
|
||||
|
Thanks for the great tutorial! Followed this tutorial exactly and it worked seamlessly. No error messages appeared on the target computers and there was very little network slowdown. Also i tried setting 192.168.1.255 as the target and i was able to retrieve passwords from the entire network.
The target machines I tested against included a Vista laptop with Mozilla 3.0 and an XP desktop sp3 with Mozilla 3.0 |
|
|||
|
Cool tutorial !!
Now I'm worried. I go to internet cafes often. 1. Is there anyway to detect if someone is arp spoofing my traffic (assuming I'm the victim) ? 2. As suggested in a previous post, can someone capture all wifi traffic and later decrypt, replay on i lo and get the username and passwords ? If so, does the victim have any tools to prevent this ? |
|
||||
|
Quote:
2. yes, you can use airodump-ng to capture packets and airdecap-ng to decrypt them later if the network is protected, but it will only catch unencrypted usernames and passwords, not ssl encrypted ones. There's nothing you can do to prevent this if you connect to a insecure/WEP protected network. And even on a WPA network, if the attacker have access to the network, he can sniff data with airodump-ng. But normally, only unimportant sites have insecure logins. Hope it helps |
|
|||
|
Ettercap already has mitm attack features(arp,icmp,dns,etc),
no need to use arpspoof for this. Code:
ettercap -T -i INTERFACE -M arp:remote /TARGET1/ /TARGET2/ Perhaps it is interesting to use the "-P autoadd" argument so that the autoadd plugin is loaded automatically. This adds any new host on the network to the spoofing list. /n/ To save the packets run ettercap with the -w or -L mode to log or just check the damn documentation using Code:
man ettercap ettercap has various plugins to see if someone has a interface running in promiscuous mode(capturing packets), spoofing address or any other conspicuous network activity. Note: One of my experiment was to execute a DHCP spoof attack(you become the networks DHCP server) to set my machine as the local DNS server, which reroutes requests to the original DNS server. With this you can run metasploit in fakeDNS mode and use various information capturing techniques and try SMBrelay attacks. |
|
||||
|
Quote:
#apt-get install arpwatch And XArp for windows, google for it. EDIT: Found an interesting threat on Detection and prevention of arp spoofing Quote:
Last edited by Snayler; 08-10-2009 at 10:38 PM. |
![]() |
| Bookmarks |
| Tags |
| g0tmi1k, https, ssl, sslstrip |
| Thread Tools | |
| Display Modes | |
|
|