File: control

package info (click to toggle)
kismet 2016.07.R1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,456 kB
  • ctags: 8,467
  • sloc: cpp: 55,174; sh: 3,182; ansic: 1,172; python: 821; makefile: 572; ruby: 549; objc: 116; perl: 50; sql: 41
file content (49 lines) | stat: -rw-r--r-- 2,113 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: kismet
Section: net
Priority: optional
Homepage: http://www.kismetwireless.net/
Maintainer: Nick Andrik <nick.andrik@gmail.com>
Vcs-Git: https://github.com/andrikos/kismet-debian.git
Vcs-Browser: https://github.com/andrikos/kismet-debian
Build-Depends: cdbs, debhelper(>=9), dpkg-dev (>= 1.16.1~), po-debconf,
 autotools-dev, libncurses5-dev, libpcap-dev, libpcre3-dev, pkg-config,
 libssl-dev, libcap-dev [linux-any], libnl-genl-3-dev [linux-any],
 libbluetooth-dev [linux-any]
Standards-Version: 3.9.8

Package: kismet
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, libcap2-bin [linux-any]
Suggests: kismet-plugins, festival, gpsd
Description: wireless sniffer and monitor - core
 Kismet is an 802.11 layer-2 wireless network detector, sniffer, and
 intrusion detection system. It will work with any wireless card that
 supports raw monitoring (rfmon) mode, and can sniff 802.11a/b/g/n
 traffic.
 .
 It can use other programs to play audio alarms for network events,
 read out network summaries, or provide GPS coordinates.
 .
 This is the main package containing the core, client, and server.

Package: kismet-plugins
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, kismet(= ${binary:Version})
Enhances: kismet
Suggests: spectools
Description: wireless sniffer and monitor - plugins
 Kismet is an 802.11 layer-2 wireless network detector, sniffer, and
 intrusion detection system. It will work with any wireless card that
 supports raw monitoring (rfmon) mode, and can sniff 802.11a/b/g/n
 traffic.
 .
 It can use other programs to play audio alarms for network events,
 read out network summaries, or provide GPS coordinates.
 .
 This package provides the following extra plugins for Kismet:
  * autowep: detects the WEP key from BSSID and SSID;
  * btscan: basic scan support for the 802.15.1 (Bluetooth) protocol;
  * ptw: performs the Aircrack-NG PTW attack against captured data;
  * spectools: imports data from the spectools spectrum analyzer;
  * syslog: provides supports for alerts using standard unix syslog services.