mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
* Added sqlmap 0.6.2
This commit is contained in:
parent
4164387965
commit
c1f7e82900
2 changed files with 28 additions and 0 deletions
2
dev-db/sqlmap/Manifest
Normal file
2
dev-db/sqlmap/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST sqlmap-0.6.2.tar.bz2 277434 RMD160 3b0898480936fbb98bef3a6d25e26a0ca159eba7 SHA1 273fd721413d65f2f7e36d284eeb4c2961c40ba0 SHA256 bcbd961a7eeb6f72f2ad9c72c9ff4d2ec1d931e68d4c909598546517c7be5459
|
||||
EBUILD sqlmap-0.6.2.ebuild 680 RMD160 1aa7f557dc0d43f46eeffa3d65bd19d315ca4280 SHA1 42aa24b703a6894fab027e935def4231c7e43cf3 SHA256 a807d673954e5abcdbf95372936a48c67844ed121b1541895f94ea68bccd9a0b
|
||||
26
dev-db/sqlmap/sqlmap-0.6.2.ebuild
Normal file
26
dev-db/sqlmap/sqlmap-0.6.2.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-analyzer/sqlinject/sqlinject-1.1.ebuild,v 1.1.1.1 2006/03/21 14:30:26 grimmlin Exp $
|
||||
|
||||
MY_P="SQLiX_v1.0"
|
||||
DESCRIPTION="Python based fuzzer for multi protocols, and faultinject"
|
||||
HOMEPAGE="http://sqlmap.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-lang/python"
|
||||
|
||||
src_compile () {
|
||||
einfo "Nothing to compile"
|
||||
}
|
||||
|
||||
src_install () {
|
||||
dodoc doc/*
|
||||
rm -rf doc
|
||||
dodir /usr/lib/"${PN}"/
|
||||
cp -R * "${D}"/usr/lib/"${PN}"/
|
||||
dosym /usr/lib/"${PN}"/sqlmap.py /usr/sbin/sqlmap
|
||||
}
|
||||
Loading…
Reference in a new issue