New port: dsniff 1.1
dsniff is a set of network penetration testing tools Obtained from: OpenBSD
This commit is contained in:
parent
ffb5b2189a
commit
33f3aab20c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24578
17
security/dsniff/Makefile
Normal file
17
security/dsniff/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# New ports collection makefile for: dsniff
|
||||
# Version required: 1.1
|
||||
# Date created: 08 Jan 2000
|
||||
# Whom: kris@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
DISTNAME= dsniff-1.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.monkey.org/~dugsong/dsniff/
|
||||
|
||||
MAINTAINER= kris@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \
|
||||
${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/dsniff/distinfo
Normal file
3
security/dsniff/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (dsniff-1.1.tar.gz) = 198ec4a93db825aa178c9d15f17d2230
|
||||
RMD160 (dsniff-1.1.tar.gz) = da13cb6abb467a5530bcf47900c119b952a4a963
|
||||
SHA1 (dsniff-1.1.tar.gz) = e0ab58460524fd0389b2438578101d300cb97e4c
|
1
security/dsniff/pkg-comment
Normal file
1
security/dsniff/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
various sniffing utilities for penetration testing
|
17
security/dsniff/pkg-descr
Normal file
17
security/dsniff/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
Various tools for network penetration testing. Please do not abuse them.
|
||||
|
||||
arpredirect redirect packets from a target host (or all hosts) on the LAN
|
||||
intended for another host on the LAN by forging ARP replies
|
||||
findgw determine the local gateway of an unknown network via passive
|
||||
sniffing
|
||||
macof flood the local network with random MAC addresses
|
||||
dsniff simple password sniffer
|
||||
mailsnarf a fast and easy way to violate the Electronic Communications
|
||||
Privacy Act of 1986 (18 USC 2701-2711), be careful
|
||||
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
|
||||
webspy sends URLs sniffed from a client to your local Netscape
|
||||
browser for display, a fun party trick
|
||||
|
||||
WWW: http://www.monkey.org/~dugsong/
|
7
security/dsniff/pkg-plist
Normal file
7
security/dsniff/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
sbin/arpredirect
|
||||
sbin/findgw
|
||||
sbin/macof
|
||||
sbin/dsniff
|
||||
sbin/mailsnarf
|
||||
sbin/urlsnarf
|
||||
sbin/webspy
|
Loading…
Reference in New Issue
Block a user