mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 19:20:56 +02:00
profile: pixiewps
This commit is contained in:
parent
7bde8bf3e9
commit
a6581e833e
2 changed files with 1 additions and 31 deletions
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Bruteforce offline the WPS pin exploiting the low or non-existing entropy"
|
||||
HOMEPAGE="https://github.com/wiire/pixiewps"
|
||||
SRC_URI="https://github.com/wiire/pixiewps/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/openssl:0"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${P}/src"
|
||||
|
||||
src_prepare(){
|
||||
sed -i 's|/usr/local|/usr|' Makefile || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_install(){
|
||||
default
|
||||
dodoc ../README.md
|
||||
doman ../pixiewps.1
|
||||
}
|
||||
|
|
@ -53,6 +53,7 @@ net-wireless/kismetmobiledashboard
|
|||
~net-wireless/spectools-2016.01.1
|
||||
|
||||
~net-wireless/reaver-1.4
|
||||
net-wireless/pixiewps
|
||||
~net-wireless/wireless-tools-30_pre9
|
||||
|
||||
net-wireless/killerbee
|
||||
|
|
|
|||
Loading…
Reference in a new issue