nosqlmap: initial commit

This commit is contained in:
blshkv 2016-05-03 12:37:39 +08:00
parent 89c3486ea5
commit d00b765fe6
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,27 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 git-r3
DESCRIPTION="A tool to automate injection attacks and exploit weaknesses in NoSQL"
HOMEPAGE="http://www.nosqlmap.net"
EGIT_REPO_URI="https://github.com/tcstool/NoSQLMap.git"
EGIT_COMMIT="b2da8f535033ab8593ff5a4aec153881f230e2c1"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="${PYTHON_DEPS}
>=dev-python/couchdb-python-1.0
>=dev-python/httplib2-0.9
>=dev-python/ipcalc-1.1.3
>=dev-python/pbkdf2-1.3
>=dev-python/pymongo-2.7.2
>=dev-python/requests-2.5.0"
RDEPEND="${DEPEND}"

View file

@ -11,3 +11,4 @@ dev-cpp/antlr-cpp:2
~dev-db/sqlsus-0.7.2
dev-db/sqlmap
=dev-db/nosqlmap-0.5*