|
|
| |
LICENSE="GPL-2" | LICENSE="GPL-2" |
SLOT="0" | SLOT="0" |
KEYWORDS="~amd64 ~ppc x86" |
KEYWORDS="amd64 ~ppc x86 ~x86-freebsd" |
IUSE="wifi" | IUSE="wifi" |
| |
DEPEND="wifi? ( net-libs/libpcap )" | DEPEND="wifi? ( net-libs/libpcap )" |
|
|
# Upstream uses signal in order to quit, | # Upstream uses signal in order to quit, |
# So protect busybox with process group leader. | # So protect busybox with process group leader. |
"$(tc-getCC)" -o process-group-leader "${FILESDIR}/process-group-leader.c" | "$(tc-getCC)" -o process-group-leader "${FILESDIR}/process-group-leader.c" |
./process-group-leader ./aircrack-ng test/wpa.cap -w test/password.lst || die 'cracking WPA key failed' |
./process-group-leader ./aircrack-ng -w test/password.lst test/wpa.cap || die 'cracking WPA key failed' |
} | } |
| |