diff options
author | pav <pav@FreeBSD.org> | 2004-05-05 23:25:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-05 23:25:51 +0800 |
commit | 249964d3179f2781157e51e2b25536d7ed42df97 (patch) | |
tree | 7492f9242b86be356e852f571ddc20f963c295c5 /net-mgmt/kismet/pkg-descr | |
parent | 0f47b5e3d4e1d4ae427fab8d8debf4c627051690 (diff) | |
download | freebsd-ports-gnome-249964d3179f2781157e51e2b25536d7ed42df97.tar.gz freebsd-ports-gnome-249964d3179f2781157e51e2b25536d7ed42df97.tar.zst freebsd-ports-gnome-249964d3179f2781157e51e2b25536d7ed42df97.zip |
Add kismet, an 802.11 layer2 wireless network detector, sniffer, and intrusion
detection system. Kismet will work with any wireless card which supports raw
monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic.
PR: ports/66274
Submitted by: Thomas Spreng <spreng@socket.ch>
Diffstat (limited to 'net-mgmt/kismet/pkg-descr')
-rw-r--r-- | net-mgmt/kismet/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/kismet/pkg-descr b/net-mgmt/kismet/pkg-descr new file mode 100644 index 000000000000..26bb47643f17 --- /dev/null +++ b/net-mgmt/kismet/pkg-descr @@ -0,0 +1,13 @@ +Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion +detection system. Kismet will work with any wireless card which supports raw +monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic. + +Kismet identifies networks by passively collecting packets and detecting +standard named networks, detecting (and given time, decloaking) hidden +networks, and infering the presence of nonbeaconing networks via data traffic. + +Known supported cards: Atheros, Prism2, WSP100, Drone, wtapfile, pcapfile. +Kismet also supports the radiotap headers and should work with current FreeBSD +systems. + +WWW: http://www.kismetwireless.net/ |