openbsd-ports/net/angst/pkg/DESCR
margarida 18326501dd Add MASTER_SITE;
Remove patch, all work is now done in the Makefile;
Cosmetic changes;
Take maintainership, agreed by previous MAINTAINER.

brad@ ok
2002-12-22 01:20:16 +00:00

16 lines
653 B
Plaintext

Angst is an active sniffer, based on libpcap and libnet,
providing methods for aggressive sniffing on switched local
area network environments.
It dumps the payload of all the TCP packets received on the
specified ports. Moreover, it implements methods for active
sniffing.
Angst currently provides two active sniffing methods:
- The first monitors ARP requests, and after enabling IP
forwarding on the local host, sends ARP replies mapping
all IPs to the local MAC address.
- The second method floods the local network with random
addresses (like macof v1.1 by Ian Vitek), causing switches
to send packets to all ports.
WWW: ${HOMEPAGE}