Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2006 20:04:36 +0200 (CEST)
From:      Michele Possamai <possamai@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95660: New port: security/Medusa-1.0
Message-ID:  <200604121804.k3CI4axM072932@zaadje.nl>
Resent-Message-ID: <200604121810.k3CIAGwb080286@freefall.freebsd.org>

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

>Number:         95660
>Category:       ports
>Synopsis:       New port: security/Medusa-1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 12 18:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michele Possamai <possamai@xs4all.nl>
>Release:        FreeBSD 5.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD zaadje.nl 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #0: Thu Mar 23 17:06:56 CET 2006 root@zaadje.nl:/usr/obj/usr/src/sys/SCORPIO i386

>Description:
Medusa is a brute force login author like Hydra, but a lot lighter and with way less dependencies
>How-To-Repeat:
        
>Fix:

# 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:
#
#	Makefile
#	distinfo
#	pkg-descr
#	pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:   medusa
X# Date created:        5 December 1994
X# Whom:                Michele Possamai <possamai@xs4all.nl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      medusa
XPORTVERSION=   1.0
XCATEGORIES=    security
XMASTER_SITES=  http://www.foofus.net/jmk/tools/
X
XMAINTAINER=    possamai@xs4all.nl
XCOMMENT=       Medusa Parallel Network Login Auditor
X
X.if defined(WITH_LIBSSH2)
XLIB_DEPENDS=   lssh2.0:${PORTSDIR}/security/libssh2
X.endif
X
XMAN1=          medusa.1
X
XHAS_CONFIGURE= yes
XCONFIGURE_ARGS= --prefix=${PREFIX}
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (medusa-1.0.tar.gz) = cd543b2b6112922cfbdb700b835c4b01
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XMedusa is intended to be a speedy, massively parallel, modular, login
Xbrute-forcer. The goal is to support as many services which allow remote
Xauthentication as possible.
X
XThe author considers following items as some of the key features of this
Xapplication:
X
X* Thread-based parallel testing.
X  Brute-force testing can be performed against multiple hosts,
X  users or passwords concurrently.
X
X* Flexible user input.
X  Target information (host/user/password) can be specified in a variety of ways.
X  For example, each item can be a single entry or a file containing multiple
X  entries. Additionally, a combination file format allows the user to refine
X  their target listing.
X
X* Modular design.
X  Each service module exists as an independent .mod file.
X  This means that no modifications are necessary to the core application in
X  order to extend the supported list of services for brute-forcing. 
X
XWWW: http://www.foofus.net/jmk/medusa/medusa.html
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
Xbin/medusa
Xlib/medusa/modules/http.mod
Xlib/medusa/modules/mssql.mod
Xlib/medusa/modules/mysql.mod
Xlib/medusa/modules/pop3.mod
Xlib/medusa/modules/smbnt.mod
Xlib/medusa/modules/ssh.mod
Xlib/medusa/modules/telnet.mod
Xman/man1/medusa.1
Xshare/nls/POSIX
Xshare/nls/en_US.US-ASCII
END-of-pkg-plist
exit

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



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