wok-6.x rev 1021
Add kismet 802.11 monitoring tool
author | Dominique Corbex <domcox@users.sourceforge.net> |
---|---|
date | Wed Jul 09 22:49:19 2008 +0200 (2008-07-09) |
parents | a21935f50b2f |
children | cb749a4370f3 |
files | kismet/description.txt kismet/receipt kismet/stuff/kismet.desktop kismet/stuff/kismet.png |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/kismet/description.txt Wed Jul 09 22:49:19 2008 +0200 1.3 @@ -0,0 +1,4 @@ 1.4 +Kismet is an 802.11 layer2 wireless network detector, sniffer, and 1.5 +intrusion detection system. Kismet will work with any wireless card 1.6 +which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 1.7 +802.11a, and 802.11g traffic.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/kismet/receipt Wed Jul 09 22:49:19 2008 +0200 2.3 @@ -0,0 +1,35 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="kismet" 2.7 +VERSION="2008-05-R1" 2.8 +CATEGORY="Network" 2.9 +SHORT_DESC="Wireless network monitoring tool" 2.10 +MAINTAINER="domcox@users.sourceforge.net" 2.11 +DEPENDS="expat gmp libpcap ncurses zlib" 2.12 +BUILD_DEPENDS="expat-dev gmp-dev ncurses-dev zlib-dev" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +WEB_SITE="http://www.kismetwireless.net" 2.15 +WGET_URL="http://www.kismetwireless.net/code/$TARBALL" 2.16 + 2.17 +# Rules to configure and make the package. 2.18 +compile_rules() 2.19 +{ 2.20 + cd $src 2.21 + ./configure --prefix=/usr --infodir=/usr/share/info \ 2.22 + --mandir=/usr/share/man --sysconfdir=/etc/kismet \ 2.23 + $CONFIGURE_ARGS 2.24 + make 2.25 + make DESTDIR=$PWD/_pkg install 2.26 +} 2.27 + 2.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.29 +genpkg_rules() 2.30 +{ 2.31 + mkdir -p $fs/usr 2.32 + cp -a $_pkg/usr/bin $fs/usr 2.33 + mkdir -p $fs/etc 2.34 + cp -a $_pkg/etc/kismet $fs/etc 2.35 + sed -e 's/your_user_here/tux/' $_pkg/etc/kismet/kismet.conf \ 2.36 + > $fs/etc/kismet/kismet.conf 2.37 + strip -s $fs/usr/bin/* 2.38 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/kismet/stuff/kismet.desktop Wed Jul 09 22:49:19 2008 +0200 3.3 @@ -0,0 +1,9 @@ 3.4 +[Desktop Entry] 3.5 +Type=Application 3.6 +Encoding=UTF-8 3.7 +Name=Kismet 802.11b monitoring tool 3.8 +Exec=subox xterm -e kismet 3.9 +Icon=kismet.png 3.10 +Terminal=true 3.11 +Categories=System;Application 3.12 +StartupNotify=true
4.1 Binary file kismet/stuff/kismet.png has changed