mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 11:40:51 +02:00
29 lines
635 B
Bash
29 lines
635 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
KEYWORDS="-*"
|
|
DESCRIPTION="Pentoo cracking meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
SLOT="0"
|
|
LICENSE="GPL"
|
|
IUSE="+stage2"
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="${DEPEND}
|
|
stage2? ( app-crypt/pyrit )
|
|
app-text/cewl
|
|
app-crypt/SIPcrack
|
|
app-crypt/chntpw
|
|
app-crypt/johntheripper
|
|
app-crypt/ophcrack
|
|
net-analyzer/ncrack
|
|
net-analyzer/medusa
|
|
net-analyzer/thc-pptp-bruter
|
|
net-misc/rdesktop-brute"
|
|
#removed from stage2? because it doesn't build for me
|
|
# app-crypt/cuda-rarcrypt
|
|
# net-analyzer/authforce
|
|
# app-crypt/md5bf
|