diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-10 15:04:21 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-10 15:04:21 +0000 |
commit | 90472c89575ac269a71a441ac4fd612df38f0df6 (patch) | |
tree | 55ce245b361611a83f6c4b115c73c1855f30d5aa /net/ettercap/pkg-descr | |
parent | 5439cbea0fa7650ef483f7c30e04075d07579cea (diff) |
Notes
Diffstat (limited to 'net/ettercap/pkg-descr')
-rw-r--r-- | net/ettercap/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/ettercap/pkg-descr b/net/ettercap/pkg-descr new file mode 100644 index 000000000000..a86a7a1239bd --- /dev/null +++ b/net/ettercap/pkg-descr @@ -0,0 +1,15 @@ +Ettercap is a network sniffer/interceptor/logger for switched LAN. +It uses ARP poisoning and the man-in-the-middle technique to sniff all +the connections between two host. + +It's possible to sniff in three modes: + + + IP Based, the packets are filtered on IP source and dest + + MAC Based, packets filtered on mac address, useful to sniff + connections through gateway + + ARP based, uses arp poisoning to sniff in switched lan. + +Ettercap also supports character injection and plugins. + +- George Reid +greid@ukug.uk.freebsd.org |