Add medusa 1.0, a speedy, massively parallel, modular, login
brute-forcer. PR: ports/96641 Submitted by: David Thiel <lx@redundancy.redundancy.org>
This commit is contained in:
parent
2fb8f91caf
commit
54b2e35f60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161161
5 changed files with 44 additions and 0 deletions
|
@ -241,6 +241,7 @@
|
|||
SUBDIR += md5coll
|
||||
SUBDIR += md5deep
|
||||
SUBDIR += mdcrack
|
||||
SUBDIR += medusa
|
||||
SUBDIR += metasploit
|
||||
SUBDIR += mhash
|
||||
SUBDIR += mindterm-binary
|
||||
|
|
24
security/medusa/Makefile
Normal file
24
security/medusa/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: medusa
|
||||
# Date created: 2006-05-01
|
||||
# Whom: David Thiel <lx@redundancy.redundancy.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= medusa
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.foofus.net/jmk/tools/ \
|
||||
http://redundancy.redundancy.org/mirror/
|
||||
|
||||
MAINTAINER= lx@redundancy.redundancy.org
|
||||
COMMENT= A speedy, massively parallel, modular, login brute-forcer
|
||||
|
||||
LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= "--program-transform="
|
||||
|
||||
MAN1= medusa.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/medusa/distinfo
Normal file
3
security/medusa/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (medusa-1.0.tar.gz) = cd543b2b6112922cfbdb700b835c4b01
|
||||
SHA256 (medusa-1.0.tar.gz) = b2906730580697e495b0d8ef5b2400036e5d7063f23c243e5297415adf68ad36
|
||||
SIZE (medusa-1.0.tar.gz) = 227138
|
5
security/medusa/pkg-descr
Normal file
5
security/medusa/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Medusa is intended to be a speedy, massively parallel, modular, login
|
||||
brute-forcer. The goal is to support as many services which allow remote
|
||||
authentication as possible.
|
||||
|
||||
WWW: http://www.foofus.net/jmk/medusa/medusa.html
|
11
security/medusa/pkg-plist
Normal file
11
security/medusa/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $FreeBSD$
|
||||
bin/medusa
|
||||
lib/medusa/modules/telnet.mod
|
||||
lib/medusa/modules/smbnt.mod
|
||||
lib/medusa/modules/http.mod
|
||||
lib/medusa/modules/ssh.mod
|
||||
lib/medusa/modules/mssql.mod
|
||||
lib/medusa/modules/pop3.mod
|
||||
lib/medusa/modules/mysql.mod
|
||||
@dirrm lib/medusa/modules
|
||||
@dirrm lib/medusa
|
Loading…
Reference in a new issue