mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
fixed lorcon ebuild, added asleap to the livecd
This commit is contained in:
parent
8eab7b93d3
commit
7e09391ec1
4 changed files with 24 additions and 3 deletions
2
app-crypt/asleap/Manifest
Normal file
2
app-crypt/asleap/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST asleap-2.2.tgz 110622 RMD160 eb6f10cdb2fa802cf58802a84ef92178de0ac44e SHA1 5781cf462adc3e35b98c4aaa18c082c17fede0fa SHA256 92beb6495a856884ca343787ab2f7c9d4b9d3aba21526c2e1f6ba38736c67a23
|
||||
EBUILD asleap-2.2.ebuild 453 RMD160 de172720f649c7e0de044ada56dc0e359f30f5d7 SHA1 699ad1cd42d1c6ee65f8345e320c0d7eba53d7ce SHA256 96d6cfa9b6a138063c312caf189e930c93e4a03743c7736681f062a183a39b34
|
||||
19
app-crypt/asleap/asleap-2.2.ebuild
Normal file
19
app-crypt/asleap/asleap-2.2.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="exploiting cisco leap; As in asleap behind the wheel."
|
||||
HOMEPAGE="http://www.willhackforsushi.com/Asleap.html"
|
||||
SRC_URI="http://www.willhackforsushi.com/code/asleap/2.2/${P}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64"
|
||||
IUSE=""
|
||||
|
||||
src_install() {
|
||||
dosbin asleap
|
||||
dobin genkeys
|
||||
dodoc THANKS README || die
|
||||
}
|
||||
|
||||
|
|
@ -1 +1 @@
|
|||
EBUILD lorcon-9999.ebuild 517 RMD160 50ce5ab8100c26ec027ac665c4d7aa4b0c25e103 SHA1 b22063644c68f64ed8fe972a0fde63de462931ff SHA256 91aed36c728e3df0869e6062442477eaa575128153decdbf1975378204f9f70a
|
||||
EBUILD lorcon-9999.ebuild 529 RMD160 ffd02d45e2c984cc8338516d403b8e35c10e4633 SHA1 35eff1d74f282212b64a876c1d9f5c33099e1bfb SHA256 ccfe204482cfc46b760c314cca704e78d720722f29aa50947217d9ac48c57b94
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
inherit toolchain-funcs eutils subversion
|
||||
|
||||
|
||||
DESCRIPTION="IEEE 802.11 wireless LAN sniffer"
|
||||
HOMEPAGE="http://www.kismetwireless.net/"
|
||||
DESCRIPTION="A generic library for injecting 802.11 frames"
|
||||
HOMEPAGE="http://802.11ninja.net/lorcon"
|
||||
SRC_URI=""
|
||||
ESVN_REPO_URI="https://802.11ninja.net/svn/lorcon/trunk/"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue