mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
added enum4linux and polenum, thanks erwinpdev for the ebuilds
This commit is contained in:
parent
ced8ad08fb
commit
bcba9a922d
4 changed files with 53 additions and 0 deletions
2
net-analyzer/enum4linux/Manifest
Normal file
2
net-analyzer/enum4linux/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST enum4linux-0.8.4.tar.gz 16856 RMD160 455e66f4584451d42fa308e3efa619a16974717c SHA1 deb06d2e9e046d2370b0d94e5b886a727e43ddd8 SHA256 f1d0e9e874fab682a7cfbf503a6c3d88b2920a480cb791459b3bba9ab9522d28
|
||||
EBUILD enum4linux-0.8.4.ebuild 700 RMD160 554d4f466a7a897d7ee83647b38d879b1992ade9 SHA1 b7a4c92e288fa3a7ffabbf460ec1e25e98e76cba SHA256 5a24c1db52efc4c069ff99aa6a50e43a3b647ccebbde746467c0d419121e7081
|
||||
28
net-analyzer/enum4linux/enum4linux-0.8.4.ebuild
Normal file
28
net-analyzer/enum4linux/enum4linux-0.8.4.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
DESCRIPTION="a tool for enumerating information from Windows and Samba systems"
|
||||
HOMEPAGE="http://labs.portcullis.co.uk/application/enum4linux/"
|
||||
SRC_URI="http://labs.portcullis.co.uk/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="+polenum"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-lang/perl
|
||||
net-fs/samba
|
||||
polenum? ( net-analyzer/polenum )"
|
||||
|
||||
src_install () {
|
||||
dobin enum4linux.pl || die "install failed"
|
||||
dosym /usr/bin/enum4linux.pl /usr/bin/enum4linux
|
||||
dodir /usr/share/enum4linux
|
||||
insinto /usr/share/enum4linux
|
||||
doins share-list.txt
|
||||
dodoc CHANGELOG
|
||||
}
|
||||
2
net-analyzer/polenum/Manifest
Normal file
2
net-analyzer/polenum/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST polenum-0.2.tar.bz2 6071 RMD160 b994df1aac9f448247b7c4c768a08d14852e8615 SHA1 1591a8635de714d4f9bff799cf7dc7e6bb5dfa69 SHA256 4362c6471f192f841f1a6349d522ddcadc51ee845e7dc7fc4655323aa90468eb
|
||||
EBUILD polenum-0.2.ebuild 577 RMD160 4330268c6dfc9c92e7f59d81f2d3ab06cb08de7f SHA1 2986fd794e2d2a4f7fa08e5e2c4dee681fe98c21 SHA256 feeecc7c778a67049811a3828f7a63d2fb57331bed8edf61726b22814f1d382d
|
||||
21
net-analyzer/polenum/polenum-0.2.ebuild
Normal file
21
net-analyzer/polenum/polenum-0.2.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="a python script for extracting the password policy information from a Windows/Samba machine."
|
||||
HOMEPAGE="http://labs.portcullis.co.uk/application/polenum/"
|
||||
SRC_URI="http://labs.portcullis.co.uk/download/${P}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-lang/python
|
||||
dev-python/Impacket"
|
||||
|
||||
src_install () {
|
||||
dobin polenum.py || die "install failed"
|
||||
dosym /usr/bin/polenum.py /usr/bin/polenum
|
||||
}
|
||||
Loading…
Reference in a new issue