1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name kismet |
---|
4 | version 2007-10-R1 |
---|
5 | description Wireless network detector and sniffer |
---|
6 | long_description Kismet is an 802.11 layer2 wireless network detector, sniffer, and \ |
---|
7 | intrusion detection system. Kismet will work with any wireless card which \ |
---|
8 | supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, \ |
---|
9 | 802.11n, and 802.11g traffic (devices and drivers permitting). It can work \ |
---|
10 | with MacBook and MacBookPro Atheros based cards with which currently KisMac is unable to.\ |
---|
11 | Kismet identifies networks by passively collecting packets and detecting \ |
---|
12 | standard named networks, detecting (and given time, decloaking) hidden \ |
---|
13 | networks, and inferring the presence of non-beaconing networks via data traffic. |
---|
14 | |
---|
15 | maintainers sava.chankov@gmail.com |
---|
16 | categories net |
---|
17 | |
---|
18 | homepage http://www.kismetwireless.net/ |
---|
19 | master_sites http://www.kismetwireless.net/code |
---|
20 | |
---|
21 | checksums md5 2100c667e69db0cde35fa2d06c8516e2 |
---|
22 | |
---|
23 | depends_lib port:libpcap |
---|
24 | |
---|
25 | # Dependency building command fails but dependecies are built nevertheless |
---|
26 | pre-build {system "(cd ${workpath}/${worksrcdir} && gnumake depend ) || true"} |
---|
27 | |
---|
28 | build.type gnu |
---|
29 | post-destroot { |
---|
30 | system "mkdir -p ${destroot}/${prefix}/share/doc/kismet/" |
---|
31 | system "cp ${workpath}/${worksrcdir}/README ${destroot}/${prefix}/share/doc/kismet/" |
---|
32 | } |
---|
33 | post-install { |
---|
34 | ui_msg "Read ${prefix}/share/doc/kismet/README and edit ${prefix}/etc/kismet.conf" |
---|
35 | ui_msg "In ${prefix}/etc/kismet.con set sources=darwin,en1,airport_extreme" |
---|
36 | ui_msg "and replace your_user_here in suiduser with your username" |
---|
37 | } |
---|