The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD security : dsniff

Various sniffing utilities for penetration testing

 Various tools for network penetration testing. Please do not abuse them.

arpspoof     redirect packets from a target host (or all hosts) on the LAN
             intended for another host on the LAN by forging ARP replies.
dnsspoof     forge replies to arbitrary DNS address / pointer queries on
             the LAN.
dsniff       simple password sniffer.
filesnarf    saves selected files sniffed from NFS traffic in the current
             working directory.
macof        flood the local network with random MAC addresses.
mailsnarf    a fast and easy way to violate the Electronic Communications
             Privacy Act of 1986 (18 USC 2701-2711), be careful.
msgsnarf     record selected messages from sniffed AOL Instant Messenger,
             ICQ 2000, IRC, and Yahoo! Messenger chat sessions.
sshmitm      SSH monkey-in-the-middle.
tcpkill      kills specified in-progress TCP connections.
tcpnice      slow down specified TCP connections via "active" traffic
             shaping.
urlsnarf     output all requested URLs sniffed from HTTP traffic in CLF
             (Common Log Format, used by almost all web servers), suitable
             for offline post-processing
webmitm      HTTP / HTTPS monkey-in-the-middle.
webspy       sends URLs sniffed from a client to your local Netscape
             browser for display, a fun party trick 

http://www.monkey.org/~dugsong/dsniff/



dsniff history


v. 1.19
date: 2007/05/19 20:22:24;  author: flz;  state: Exp;  lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.18 date: 2007/02/26 19:47:49; author: alepulver; state: Exp; lines: +1 -1 - Avoid 'make' warning when libnids.a was not compiled with GLIB2 enabled.
v. 1.17 date: 2007/01/31 14:29:34; author: pav; state: Exp; lines: +1 -0 - Fix make describe on FreeBSD 4.X Reported by: dvl Submitted by: shaun
v. 1.16 date: 2007/01/31 14:09:53; author: pav; state: Exp; lines: +39 -10 - Patch net/libnet* to versioned libraries and header files, so they can coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr
v. 1.15 date: 2006/08/31 19:42:58; author: kris; state: Exp; lines: +3 -1 BROKEN: Depends on incompatible versions of libnet Also drop maintainership, I no longer use this port and do not have time to work on it.
v. 1.14 date: 2005/11/14 17:07:04; author: sem; state: Exp; lines: +2 -1 libnet update: - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev
v. 1.13 date: 2003/03/07 06:10:40; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.12 date: 2002/09/14 23:01:49; author: kris; state: Exp; lines: +1 -1 Correct logic for adding webspy manpage based on WITHOUT_X11
v. 1.11 date: 2002/06/17 13:41:55; author: sheldonh; state: Exp; lines: +11 -3 Add WITHOUT_X11 knob. If specified, webspy(8) will not be installed, and the X11 libraries are not required. Approved by: maintainer
v. 1.10 date: 2001/01/14 08:12:52; author: kris; state: Exp; lines: +5 -4 The long-awaited upgrade to dsniff 2.3, which includes the now-infamous sshmitm and webmitm monkey-in-the-middle tools. Submitted by: Ying-Chieh Liao PR: 23749
v. 1.9 date: 2000/09/10 10:59:13; author: kris; state: Exp; lines: +2 -2 Fix PLIST Submitted by: bento
v. 1.8 date: 2000/09/02 01:33:18; author: kris; state: Exp; lines: +3 -4 Upgrade to dsniff 2.2 PR: 20900 Submitted by: Joseph Scott
v. 1.7 date: 2000/04/21 08:18:17; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.6 date: 2000/04/09 18:29:33; author: cpiazza; state: Exp; lines: +4 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.5 date: 2000/03/30 06:27:25; author: kris; state: Exp; lines: +8 -4 Upgrade to dsniff v1.7 and make it PREFIX-friendly. Bugged by: Tim Yardley :-)
v. 1.4 date: 2000/01/28 06:22:39; author: kris; state: Exp; lines: +3 -3 Upgrade to dsniff 1.3. The new patch is a hack because I didn't have time to work out why configure wasn't noticing our db.h..
v. 1.3 date: 2000/01/21 07:19:02; author: asami; state: Exp; lines: +2 -1 bento says USE_XLIB. Submitted by: bento
v. 1.2 date: 2000/01/09 05:14:18; author: kris; state: Exp; lines: +5 -3 Update to dsniff 1.2 which now builds out of the box of FreeBSD. How's that for vendor turnaround time!
v. 1.1 date: 2000/01/09 03:13:57; author: kris; state: Exp; New port: dsniff 1.1 dsniff is a set of network penetration testing tools Obtained from: OpenBSD ============================================================================= v. 1.19 date: 2007/05/19 20:22:24; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18 date: 2007/02/26 19:47:49; author: alepulver; state: Exp; lines: +1 -1 - Avoid 'make' warning when libnids.a was not compiled with GLIB2 enabled.
v. 1.17 date: 2007/01/31 14:29:34; author: pav; state: Exp; lines: +1 -0 - Fix make describe on FreeBSD 4.X Reported by: dvl Submitted by: shaun
v. 1.16 date: 2007/01/31 14:09:53; author: pav; state: Exp; lines: +39 -10 - Patch net/libnet* to versioned libraries and header files, so they can coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr
v. 1.15 date: 2006/08/31 19:42:58; author: kris; state: Exp; lines: +3 -1 BROKEN: Depends on incompatible versions of libnet Also drop maintainership, I no longer use this port and do not have time to work on it.
v. 1.14 date: 2005/11/14 17:07:04; author: sem; state: Exp; lines: +2 -1 libnet update: - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev
v. 1.13 date: 2003/03/07 06:10:40; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.12 date: 2002/09/14 23:01:49; author: kris; state: Exp; lines: +1 -1 Correct logic for adding webspy manpage based on WITHOUT_X11
v. 1.11 date: 2002/06/17 13:41:55; author: sheldonh; state: Exp; lines: +11 -3 Add WITHOUT_X11 knob. If specified, webspy(8) will not be installed, and the X11 libraries are not required. Approved by: maintainer
v. 1.10 date: 2001/01/14 08:12:52; author: kris; state: Exp; lines: +5 -4 The long-awaited upgrade to dsniff 2.3, which includes the now-infamous sshmitm and webmitm monkey-in-the-middle tools. Submitted by: Ying-Chieh Liao PR: 23749
v. 1.9 date: 2000/09/10 10:59:13; author: kris; state: Exp; lines: +2 -2 Fix PLIST Submitted by: bento
v. 1.8 date: 2000/09/02 01:33:18; author: kris; state: Exp; lines: +3 -4 Upgrade to dsniff 2.2 PR: 20900 Submitted by: Joseph Scott
v. 1.7 date: 2000/04/21 08:18:17; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.6 date: 2000/04/09 18:29:33; author: cpiazza; state: Exp; lines: +4 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.5 date: 2000/03/30 06:27:25; author: kris; state: Exp; lines: +8 -4 Upgrade to dsniff v1.7 and make it PREFIX-friendly. Bugged by: Tim Yardley :-)
v. 1.4 date: 2000/01/28 06:22:39; author: kris; state: Exp; lines: +3 -3 Upgrade to dsniff 1.3. The new patch is a hack because I didn't have time to work out why configure wasn't noticing our db.h..
v. 1.3 date: 2000/01/21 07:19:02; author: asami; state: Exp; lines: +2 -1 bento says USE_XLIB. Submitted by: bento
v. 1.2 date: 2000/01/09 05:14:18; author: kris; state: Exp; lines: +5 -3 Update to dsniff 1.2 which now builds out of the box of FreeBSD. How's that for vendor turnaround time!
v. 1.1 date: 2000/01/09 03:13:57; author: kris; state: Exp; New port: dsniff 1.1 dsniff is a set of network penetration testing tools Obtained from: OpenBSD ============================================================================= v. 1.19 date: 2007/05/19 20:22:24; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18 date: 2007/02/26 19:47:49; author: alepulver; state: Exp; lines: +1 -1 - Avoid 'make' warning when libnids.a was not compiled with GLIB2 enabled.
v. 1.17 date: 2007/01/31 14:29:34; author: pav; state: Exp; lines: +1 -0 - Fix make describe on FreeBSD 4.X Reported by: dvl Submitted by: shaun
v. 1.16 date: 2007/01/31 14:09:53; author: pav; state: Exp; lines: +39 -10 - Patch net/libnet* to versioned libraries and header files, so they can coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr
v. 1.15 date: 2006/08/31 19:42:58; author: kris; state: Exp; lines: +3 -1 BROKEN: Depends on incompatible versions of libnet Also drop maintainership, I no longer use this port and do not have time to work on it.
v. 1.14 date: 2005/11/14 17:07:04; author: sem; state: Exp; lines: +2 -1 libnet update: - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev
v. 1.13 date: 2003/03/07 06:10:40; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.12 date: 2002/09/14 23:01:49; author: kris; state: Exp; lines: +1 -1 Correct logic for adding webspy manpage based on WITHOUT_X11
v. 1.11 date: 2002/06/17 13:41:55; author: sheldonh; state: Exp; lines: +11 -3 Add WITHOUT_X11 knob. If specified, webspy(8) will not be installed, and the X11 libraries are not required. Approved by: maintainer
v. 1.10 date: 2001/01/14 08:12:52; author: kris; state: Exp; lines: +5 -4 The long-awaited upgrade to dsniff 2.3, which includes the now-infamous sshmitm and webmitm monkey-in-the-middle tools. Submitted by: Ying-Chieh Liao PR: 23749
v. 1.9 date: 2000/09/10 10:59:13; author: kris; state: Exp; lines: +2 -2 Fix PLIST Submitted by: bento
v. 1.8 date: 2000/09/02 01:33:18; author: kris; state: Exp; lines: +3 -4 Upgrade to dsniff 2.2 PR: 20900 Submitted by: Joseph Scott
v. 1.7 date: 2000/04/21 08:18:17; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.6 date: 2000/04/09 18:29:33; author: cpiazza; state: Exp; lines: +4 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.5 date: 2000/03/30 06:27:25; author: kris; state: Exp; lines: +8 -4 Upgrade to dsniff v1.7 and make it PREFIX-friendly. Bugged by: Tim Yardley :-)
v. 1.4 date: 2000/01/28 06:22:39; author: kris; state: Exp; lines: +3 -3 Upgrade to dsniff 1.3. The new patch is a hack because I didn't have time to work out why configure wasn't noticing our db.h..
v. 1.3 date: 2000/01/21 07:19:02; author: asami; state: Exp; lines: +2 -1 bento says USE_XLIB. Submitted by: bento
v. 1.2 date: 2000/01/09 05:14:18; author: kris; state: Exp; lines: +5 -3 Update to dsniff 1.2 which now builds out of the box of FreeBSD. How's that for vendor turnaround time!
v. 1.1 date: 2000/01/09 03:13:57; author: kris; state: Exp; New port: dsniff 1.1 dsniff is a set of network penetration testing tools Obtained from: OpenBSD =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm