From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 12 18:10:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DEF16A403 for ; Wed, 12 Apr 2006 18:10:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C55F243D4C for ; Wed, 12 Apr 2006 18:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3CIAGCn080287 for ; Wed, 12 Apr 2006 18:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3CIAGwb080286; Wed, 12 Apr 2006 18:10:16 GMT (envelope-from gnats) Resent-Date: Wed, 12 Apr 2006 18:10:16 GMT Resent-Message-Id: <200604121810.k3CIAGwb080286@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michele Possamai Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6DB16A401 for ; Wed, 12 Apr 2006 18:05:02 +0000 (UTC) (envelope-from root@zaadje.nl) Received: from zaadje.nl (zaadje.nl [213.84.64.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id B152843D45 for ; Wed, 12 Apr 2006 18:05:01 +0000 (GMT) (envelope-from root@zaadje.nl) Received: from zaadje.nl (smmsp@localhost [127.0.0.1]) by zaadje.nl (8.13.4/8.13.4) with ESMTP id k3CI4a74072933 for ; Wed, 12 Apr 2006 20:04:36 +0200 (CEST) (envelope-from root@zaadje.nl) Received: (from root@localhost) by zaadje.nl (8.13.4/8.13.4/Submit) id k3CI4axM072932; Wed, 12 Apr 2006 20:04:36 +0200 (CEST) (envelope-from root) Message-Id: <200604121804.k3CI4axM072932@zaadje.nl> Date: Wed, 12 Apr 2006 20:04:36 +0200 (CEST) From: Michele Possamai To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/95660: New port: security/Medusa-1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2006 18:10:18 -0000 >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 >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 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 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: