SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
33
security/sqlmap/Makefile
Normal file
33
security/sqlmap/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
COMMENT = penetration testing tool to detect/exploit SQL injection
|
||||
|
||||
GH_ACCOUNT = sqlmapproject
|
||||
GH_PROJECT = sqlmap
|
||||
GH_TAGNAME = 1.7.6
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
HOMEPAGE = http://sqlmap.org/
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_ADJ_FILES = sqlmap.py
|
||||
|
||||
# NO_BUILD but needs ${MODPY_LIBDIR}/compileall.py
|
||||
BUILD_DEPENDS += ${_MODPY_BUILD_DEPENDS}
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
INSTDIR = ${PREFIX}/share/sqlmap
|
||||
|
||||
do-install:
|
||||
cp -r ${WRKDIST} ${INSTDIR}
|
||||
rm ${INSTDIR}/{.{gitattributes,gitignore},README.md}
|
||||
rm -rf ${INSTDIR}/doc
|
||||
ln -s ${TRUEPREFIX}/share/sqlmap/sqlmap.py ${PREFIX}/bin/sqlmap
|
||||
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py ${INSTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/sqlmap/distinfo
Normal file
2
security/sqlmap/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (sqlmap-1.7.6.tar.gz) = A13z+NPtplcjMY0+H6peJx6Cd0oVH0/3Buee1bSeKyc=
|
||||
SIZE (sqlmap-1.7.6.tar.gz) = 7214225
|
8
security/sqlmap/pkg/DESCR
Normal file
8
security/sqlmap/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
sqlmap is an open source penetration testing tool that automates
|
||||
the process of detecting and exploiting SQL injection flaws and
|
||||
takin g over of database servers. It comes with a powerful detection
|
||||
engine, many niche features for the ultimate penetration tester and
|
||||
a b road range of switches lasting from database fingerprinting,
|
||||
over data fetching from the database, to accessing the underlying
|
||||
file sy stem and executing commands on the operating system via
|
||||
out-of-band connections.
|
1292
security/sqlmap/pkg/PLIST
Normal file
1292
security/sqlmap/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue