Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2010 23:16:47 GMT
From:      Ryan Steinmetz <rpsfa@rit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144942: [new port] security/skipfish: security reconnaissance tool
Message-ID:  <201003212316.o2LNGlNc078587@www.freebsd.org>
Resent-Message-ID: <201003212320.o2LNK27P074680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144942
>Category:       ports
>Synopsis:       [new port] security/skipfish: security reconnaissance tool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 21 23:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        7.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
FreeBSD xxx.rit.edu 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #7: Wed Feb  3 18:40:17 EST 2010     root@xxx.rit.edu:/usr/obj/usr/src/sys/xxx  i386
>Description:
New port security/skipfish for http://code.google.com/p/skipfish/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	skipfish
#	skipfish/Makefile
#	skipfish/distinfo
#	skipfish/pkg-descr
#	skipfish/pkg-plist
#
echo c - skipfish
mkdir -p skipfish > /dev/null 2>&1
echo x - skipfish/Makefile
sed 's/^X//' >skipfish/Makefile << '2f50d8f6e3f598bac29aa2a47e13040d'
X# New ports collection makefile for:    skipfish
X# Date created:         21 Mar 2010
X# Whom:                 rpsfa@rit.edu
X#
X# $FreeBSD$
X
XPORTNAME=	skipfish
XPORTVERSION=	1.09b
XCATEGORIES=	security
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	rpsfa@rit.edu
XCOMMENT=	A fully automated, active web application security reconnaissance tool
X
XLIB_DEPENDS=	idn.16:${PORTSDIR}/dns/libidn
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XDICTIONARIES=	complete.wl default.wl extensions-only.wl minimal.wl
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/skipfish ${PREFIX}/bin/skipfish
X	@${MKDIR} ${DATADIR}
X.for dictionary in ${DICTIONARIES}
X	${INSTALL_DATA} ${WRKSRC}/dictionaries/${dictionary} ${DATADIR}/
X.endfor
X
Xpost-install:
X	@${ECHO_MSG}
X	@${ECHO_MSG} "===>   NOTE: skipfish dictionary files are located under ${DATADIR}"
X	@${ECHO_MSG}
X
X.include <bsd.port.mk>
2f50d8f6e3f598bac29aa2a47e13040d
echo x - skipfish/distinfo
sed 's/^X//' >skipfish/distinfo << '7af06dd87f96930b4de04877ba2bcc5b'
XMD5 (skipfish-1.09b.tgz) = 5d4cfdf31f17edecaacb7cd6f5cbcde5
XSHA256 (skipfish-1.09b.tgz) = 1867cfc8c2d07df09c83d58652643111b826e0d39c4f8c5f8edcf19a1e36f13c
XSIZE (skipfish-1.09b.tgz) = 180450
7af06dd87f96930b4de04877ba2bcc5b
echo x - skipfish/pkg-descr
sed 's/^X//' >skipfish/pkg-descr << 'b9b53079f6d173ed7cac6fab1c70e1d6'
XA fully automated, active web application security reconnaissance tool.
X
XKey features:
X
X* High speed: pure C code, highly optimized HTTP handling, minimal
X  CPU footprint - easily achieving 2000 requests per second with 
X  responsive targets. 
X
X* Ease of use: heuristics to support a variety of quirky web 
X  frameworks and mixed-technology sites, with automatic learning 
X  capabilities, on-the-fly wordlist creation, and form autocompletion. 
X
X* Cutting-edge security logic: high quality, low false positive, 
X  differential security checks, capable of spotting a range of subtle 
X  flaws, including blind injection vectors. 
X
XWWW: http://code.google.com/p/skipfish
b9b53079f6d173ed7cac6fab1c70e1d6
echo x - skipfish/pkg-plist
sed 's/^X//' >skipfish/pkg-plist << 'e77d6a0d930a7e5b8c47549d9c645d5d'
Xbin/skipfish
X%%DATADIR%%/complete.wl
X%%DATADIR%%/default.wl
X%%DATADIR%%/extensions-only.wl
X%%DATADIR%%/minimal.wl
X@dirrm %%DATADIR%%
e77d6a0d930a7e5b8c47549d9c645d5d
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003212316.o2LNGlNc078587>