File: control

package info (click to toggle)
dsniff 2.4b1%2Bdebian-25
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,972 kB
  • ctags: 2,482
  • sloc: ansic: 10,818; sh: 152; makefile: 121
file content (37 lines) | stat: -rw-r--r-- 1,912 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
Source: dsniff
Section: net
Priority: optional
Maintainer: Debian Security Tools Packaging Team <pkg-security-team@lists.alioth.debian.org>
Uploaders: Marcos Fouces <mfouces@yahoo.es>, Lukas Schwaighofer <lukas@schwaighofer.name>
Standards-Version: 3.9.8
Build-Depends: libdb-dev (>= 4.7), libpcap0.8-dev, libnids-dev, libssl-dev, libxmu-dev, libnet1-dev, debhelper (>= 10)
Homepage: http://www.monkey.org/~dugsong/dsniff/
Vcs-Git: https://anonscm.debian.org/git/pkg-security/dsniff.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-security/dsniff.git

Package: dsniff
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl
Recommends: libx11-6
Description: Various tools to sniff network traffic for cleartext insecurities
 This package contains several tools to listen to and create network traffic:
 .
  * arpspoof  - Send out unrequested (and possibly forged) arp replies.
  * dnsspoof  - forge replies to arbitrary DNS address / pointer queries
              on the Local Area Network.
  * dsniff    - password sniffer for several protocols.
  * filesnarf - saves selected files sniffed from NFS traffic.
  * macof     - flood the local network with random MAC addresses.
  * mailsnarf - sniffs mail on the LAN and stores it in mbox format.
  * msgsnarf  - record selected messages from different Instant Messengers.
  * sshmitm   - SSH monkey-in-the-middle. proxies and sniffs SSH traffic.
  * sshow     - SSH traffic analyser.
  * tcpkill   - kills specified in-progress TCP connections.
  * tcpnice   - slow down specified TCP connections via "active"
              traffic shaping.
  * urlsnarf  - output selected URLs sniffed from HTTP traffic in CLF.
  * webmitm   - HTTP / HTTPS monkey-in-the-middle. transparently proxies.
  * webspy    - sends URLs sniffed from a client to your local browser 
              (requires libx11-6 installed).
 .
 Please do not abuse this software.