2001-04-12 03:58:35 -04:00
|
|
|
Ettercap is a multipurpose sniffer/interceptor/logger for switched
|
|
|
|
LAN. It supports active and passive dissection of many protocols
|
2003-11-01 19:38:32 -05:00
|
|
|
(even ciphered ones) and includes many features for network and host
|
2001-04-12 03:58:35 -04:00
|
|
|
analysis.
|
|
|
|
|
|
|
|
It's possible to sniff in four modes.
|
|
|
|
|
|
|
|
+ IP Based, the packets are filtered on IP source and destination
|
|
|
|
+ MAC Based, packets filtered on mac address, useful to sniff
|
|
|
|
connections through gateway
|
|
|
|
+ ARP based, uses arp poisoning to sniff in switched lan between
|
|
|
|
two hosts (full-duplex).
|
|
|
|
+ PublicARP based, uses arp poisoning to sniff in switched LAN
|
|
|
|
from a victim host to all other hosts (half-duplex).
|
|
|
|
|
|
|
|
Cool Features:
|
|
|
|
|
2003-05-13 04:57:47 -04:00
|
|
|
* Characters injection in an established connection:
|
2001-04-12 03:58:35 -04:00
|
|
|
you can inject character to server (emulating commands) or to
|
|
|
|
client (emulating replies) maintaining the connection alive !!
|
2003-05-13 04:57:47 -04:00
|
|
|
* SSH1 support:
|
2001-04-12 03:58:35 -04:00
|
|
|
you can sniff User and Pass, and even the data of an SSH1
|
|
|
|
connection. ettercap is the first software capable to sniff an
|
|
|
|
SSH connection in FULL-DUPLEX
|
2003-05-13 04:57:47 -04:00
|
|
|
* Plug-ins support:
|
2001-04-12 03:58:35 -04:00
|
|
|
You can create your own plugin using the ettercap's API.
|
2003-05-13 04:57:47 -04:00
|
|
|
* Password collector for:
|
2001-04-12 03:58:35 -04:00
|
|
|
TELNET, FTP, POP, RLOGIN, SSH1, ICQ, SMB, MySQL, HTTP
|
|
|
|
(other protocols coming soon...)
|
2003-05-13 04:57:47 -04:00
|
|
|
* OS fingerprint:
|
2001-04-12 03:58:35 -04:00
|
|
|
you can fingerprint the OS of the victim host and even its
|
|
|
|
network adapter
|
2003-05-13 04:57:47 -04:00
|
|
|
* Kill a connection:
|
|
|
|
from the connections list you can kill all the connections you
|
|
|
|
want.
|