NAME arpspoof - intercept packets on a switched LAN
SYNOPSIS arpspoof [-i interface] [-t target] host
DESCRIPTION arpspoof redirects packets from a target host (or all hosts) on the LAN intended for another host on the LAN by forging ARP replies. This is an extremely effective way of sniffing traffic on a switch.
Kernel IP forwarding (or a userland program which accomplishes the same, e.g. fragrouter(8)) must be turned on ahead of time.
OPTIONS -i interface Specify the interface to use.
-t target Specify a particular host to ARP poison (if not specified, all hosts on the LAN).
host Specify the host you wish to intercept packets for (usually the local gateway).
Marsh Posté le 23-09-2006 à 20:19:12
Bonjour tout le monde, dans la syntaxe arpspoof [-t target] host
target correspond à l'adresse ip de la cible
et host a celle du routeur ?
quand je fais un ipconfig sur ma machine j'obtiens 192.168.X.X comme adresse ip (carte ethernet) et
192.168.1.1 pour la passerelle par defaut
Quand je rentre cette commande j'obtiens le message d'erreur Usage : avec la syntaxe a utilisé.
Avez vous une idée ?
Merci