Update for SQLmap to 1.1.7:
https://github.com/sqlmapproject/sqlmap OK rpointel@
This commit is contained in:
parent
6c14bc791e
commit
679a905567
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2017/03/09 13:26:37 gonzalo Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2017/07/03 01:28:53 gonzalo Exp $
|
||||
|
||||
COMMENT = penetration testing tool to detect/exploit SQL injection
|
||||
|
||||
GH_ACCOUNT = sqlmapproject
|
||||
GH_PROJECT = sqlmap
|
||||
GH_TAGNAME = 1.1.2
|
||||
GH_TAGNAME = 1.1.7
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sqlmap-1.1.2.tar.gz) = mKccj5rkVxhRYwlkedX/LpOsiDMTa+X3BF1c88MDzlc=
|
||||
SIZE (sqlmap-1.1.2.tar.gz) = 6740345
|
||||
SHA256 (sqlmap-1.1.7.tar.gz) = D41ZQqlldVYjdboHy8ePt9Z9PQfvk45dq+/IIF5EC7E=
|
||||
SIZE (sqlmap-1.1.7.tar.gz) = 7402587
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2017/03/09 13:26:37 gonzalo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2017/07/03 01:28:53 gonzalo Exp $
|
||||
bin/sqlmap
|
||||
share/sqlmap/
|
||||
share/sqlmap/.travis.yml
|
||||
@ -39,14 +39,15 @@ share/sqlmap/extra/mssqlsig/update.py
|
||||
share/sqlmap/extra/mssqlsig/update.pyc
|
||||
share/sqlmap/extra/runcmd/
|
||||
share/sqlmap/extra/runcmd/README.txt
|
||||
share/sqlmap/extra/runcmd/windows/
|
||||
share/sqlmap/extra/runcmd/windows/README.txt
|
||||
share/sqlmap/extra/runcmd/windows/runcmd/
|
||||
share/sqlmap/extra/runcmd/windows/runcmd.sln
|
||||
share/sqlmap/extra/runcmd/windows/runcmd/runcmd.cpp
|
||||
share/sqlmap/extra/runcmd/windows/runcmd/runcmd.vcproj
|
||||
share/sqlmap/extra/runcmd/windows/runcmd/stdafx.cpp
|
||||
share/sqlmap/extra/runcmd/windows/runcmd/stdafx.h
|
||||
share/sqlmap/extra/runcmd/runcmd.exe_
|
||||
share/sqlmap/extra/runcmd/src/
|
||||
share/sqlmap/extra/runcmd/src/README.txt
|
||||
share/sqlmap/extra/runcmd/src/runcmd/
|
||||
share/sqlmap/extra/runcmd/src/runcmd.sln
|
||||
share/sqlmap/extra/runcmd/src/runcmd/runcmd.cpp
|
||||
share/sqlmap/extra/runcmd/src/runcmd/runcmd.vcproj
|
||||
share/sqlmap/extra/runcmd/src/runcmd/stdafx.cpp
|
||||
share/sqlmap/extra/runcmd/src/runcmd/stdafx.h
|
||||
share/sqlmap/extra/safe2bin/
|
||||
share/sqlmap/extra/safe2bin/README.txt
|
||||
share/sqlmap/extra/safe2bin/__init__.py
|
||||
@ -67,6 +68,7 @@ share/sqlmap/extra/shutils/duplicates.pyc
|
||||
share/sqlmap/extra/shutils/pep8.sh
|
||||
share/sqlmap/extra/shutils/postcommit-hook.sh
|
||||
share/sqlmap/extra/shutils/precommit-hook.sh
|
||||
share/sqlmap/extra/shutils/pydiatra.sh
|
||||
share/sqlmap/extra/shutils/pyflakes.sh
|
||||
share/sqlmap/extra/shutils/pylint.py
|
||||
share/sqlmap/extra/shutils/pylint.pyc
|
||||
@ -227,11 +229,6 @@ share/sqlmap/lib/techniques/blind/__init__.py
|
||||
share/sqlmap/lib/techniques/blind/__init__.pyc
|
||||
share/sqlmap/lib/techniques/blind/inference.py
|
||||
share/sqlmap/lib/techniques/blind/inference.pyc
|
||||
share/sqlmap/lib/techniques/brute/
|
||||
share/sqlmap/lib/techniques/brute/__init__.py
|
||||
share/sqlmap/lib/techniques/brute/__init__.pyc
|
||||
share/sqlmap/lib/techniques/brute/use.py
|
||||
share/sqlmap/lib/techniques/brute/use.pyc
|
||||
share/sqlmap/lib/techniques/dns/
|
||||
share/sqlmap/lib/techniques/dns/__init__.py
|
||||
share/sqlmap/lib/techniques/dns/__init__.pyc
|
||||
@ -256,6 +253,8 @@ share/sqlmap/lib/utils/__init__.py
|
||||
share/sqlmap/lib/utils/__init__.pyc
|
||||
share/sqlmap/lib/utils/api.py
|
||||
share/sqlmap/lib/utils/api.pyc
|
||||
share/sqlmap/lib/utils/brute.py
|
||||
share/sqlmap/lib/utils/brute.pyc
|
||||
share/sqlmap/lib/utils/crawler.py
|
||||
share/sqlmap/lib/utils/crawler.pyc
|
||||
share/sqlmap/lib/utils/deps.py
|
||||
@ -521,7 +520,6 @@ share/sqlmap/shell/backdoor.asp_
|
||||
share/sqlmap/shell/backdoor.aspx_
|
||||
share/sqlmap/shell/backdoor.jsp_
|
||||
share/sqlmap/shell/backdoor.php_
|
||||
share/sqlmap/shell/runcmd.exe_
|
||||
share/sqlmap/shell/stager.asp_
|
||||
share/sqlmap/shell/stager.aspx_
|
||||
share/sqlmap/shell/stager.jsp_
|
||||
@ -556,6 +554,8 @@ share/sqlmap/tamper/commalesslimit.py
|
||||
share/sqlmap/tamper/commalesslimit.pyc
|
||||
share/sqlmap/tamper/commalessmid.py
|
||||
share/sqlmap/tamper/commalessmid.pyc
|
||||
share/sqlmap/tamper/commentbeforeparentheses.py
|
||||
share/sqlmap/tamper/commentbeforeparentheses.pyc
|
||||
share/sqlmap/tamper/concat2concatws.py
|
||||
share/sqlmap/tamper/concat2concatws.pyc
|
||||
share/sqlmap/tamper/equaltolike.py
|
||||
@ -588,6 +588,8 @@ share/sqlmap/tamper/percentage.py
|
||||
share/sqlmap/tamper/percentage.pyc
|
||||
share/sqlmap/tamper/plus2concat.py
|
||||
share/sqlmap/tamper/plus2concat.pyc
|
||||
share/sqlmap/tamper/plus2fnconcat.py
|
||||
share/sqlmap/tamper/plus2fnconcat.pyc
|
||||
share/sqlmap/tamper/randomcase.py
|
||||
share/sqlmap/tamper/randomcase.pyc
|
||||
share/sqlmap/tamper/randomcomments.py
|
||||
@ -785,11 +787,6 @@ share/sqlmap/thirdparty/oset/_abc.py
|
||||
share/sqlmap/thirdparty/oset/_abc.pyc
|
||||
share/sqlmap/thirdparty/oset/${MODPY_PYOEXTENSION}set.py
|
||||
share/sqlmap/thirdparty/oset/${MODPY_PYOEXTENSION}set.pyc
|
||||
share/sqlmap/thirdparty/pagerank/
|
||||
share/sqlmap/thirdparty/pagerank/__init__.py
|
||||
share/sqlmap/thirdparty/pagerank/__init__.pyc
|
||||
share/sqlmap/thirdparty/pagerank/pagerank.py
|
||||
share/sqlmap/thirdparty/pagerank/pagerank.pyc
|
||||
share/sqlmap/thirdparty/prettyprint/
|
||||
share/sqlmap/thirdparty/prettyprint/__init__.py
|
||||
share/sqlmap/thirdparty/prettyprint/__init__.pyc
|
||||
|
Loading…
Reference in New Issue
Block a user