pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sqlmap: Import sqlmap-1.1.2 as wip/sqlmap



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Feb 16 10:59:41 2017 +0100
Changeset:	a11db1d8271179afdbe58df6511bd819de901f10

Modified Files:
	Makefile
Added Files:
	sqlmap/DESCR
	sqlmap/Makefile
	sqlmap/PLIST
	sqlmap/TODO
	sqlmap/distinfo

Log Message:
sqlmap: Import sqlmap-1.1.2 as wip/sqlmap

sqlmap is an open source penetration testing tool that automates
the process of detecting and exploiting SQL injection flaws and
taking over of database servers. It comes with a powerful detection
engine, many niche features for the ultimate penetration tester
and a broad range of switches lasting from database fingerprinting,
over data fetching from the database, to accessing the underlying
file system and executing commands on the operating system via
out-of-band connections.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a11db1d8271179afdbe58df6511bd819de901f10

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |    1 +
 sqlmap/DESCR    |    8 +
 sqlmap/Makefile |   28 ++
 sqlmap/PLIST    | 1353 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sqlmap/TODO     |    4 +
 sqlmap/distinfo |    6 +
 6 files changed, 1400 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e0f387ea10..1cd7452502 100644
--- a/Makefile
+++ b/Makefile
@@ -3974,6 +3974,7 @@ SUBDIR+=	spidermonkey31
 SUBDIR+=	splix
 SUBDIR+=	spread4
 SUBDIR+=	spyder
+SUBDIR+=	sqlmap
 SUBDIR+=	squirrel
 SUBDIR+=	squirrelmail-avelsieve
 SUBDIR+=	squirrelmail-chg_sasl_passwd
diff --git a/sqlmap/DESCR b/sqlmap/DESCR
new file mode 100644
index 0000000000..45814bce96
--- /dev/null
+++ b/sqlmap/DESCR
@@ -0,0 +1,8 @@
+sqlmap is an open source penetration testing tool that automates
+the process of detecting and exploiting SQL injection flaws and
+taking over of database servers. It comes with a powerful detection
+engine, many niche features for the ultimate penetration tester
+and a broad range of switches lasting from database fingerprinting,
+over data fetching from the database, to accessing the underlying
+file system and executing commands on the operating system via
+out-of-band connections.
diff --git a/sqlmap/Makefile b/sqlmap/Makefile
new file mode 100644
index 0000000000..66025e8483
--- /dev/null
+++ b/sqlmap/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	sqlmap-1.1.2
+CATEGORIES=	security
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/sqlmap/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://sqlmap.org/
+COMMENT=	Automatic SQL injection and database takeover tool
+LICENSE=	gnu-gpl-v2
+
+REPLACE_BASH+=	sqlmap/extra/shutils/blanks.sh
+REPLACE_BASH+=	sqlmap/extra/shutils/pep8.sh
+REPLACE_BASH+=	sqlmap/extra/shutils/precommit-hook.sh
+REPLACE_BASH+=	sqlmap/extra/shutils/postcommit-hook.sh
+REPLACE_BASH+=	sqlmap/extra/shutils/pyflakes.sh
+REPLACE_BASH+=	sqlmap/extra/shutils/pypi.sh
+REPLACE_BASH+=	sqlmap/extra/shutils/strip.sh
+
+REPLACE_PERL+=	sqlmap/extra/icmpsh/icmpsh-m.pl
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # not yet ported as of 1.1.2
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sqlmap/PLIST b/sqlmap/PLIST
new file mode 100644
index 0000000000..97e7c6a9a0
--- /dev/null
+++ b/sqlmap/PLIST
@@ -0,0 +1,1353 @@
+@comment $NetBSD$
+bin/sqlmap
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sqlmap/ISSUE_TEMPLATE.md
+${PYSITELIB}/sqlmap/README.md
+${PYSITELIB}/sqlmap/__init__.py
+${PYSITELIB}/sqlmap/__init__.pyc
+${PYSITELIB}/sqlmap/__init__.pyo
+${PYSITELIB}/sqlmap/doc/AUTHORS
+${PYSITELIB}/sqlmap/doc/CHANGELOG.md
+${PYSITELIB}/sqlmap/doc/CONTRIBUTING.md
+${PYSITELIB}/sqlmap/doc/COPYING
+${PYSITELIB}/sqlmap/doc/FAQ.pdf
+${PYSITELIB}/sqlmap/doc/README.pdf
+${PYSITELIB}/sqlmap/doc/THANKS.md
+${PYSITELIB}/sqlmap/doc/THIRD-PARTY.md
+${PYSITELIB}/sqlmap/doc/translations/README-es-MX.md
+${PYSITELIB}/sqlmap/doc/translations/README-fr-FR.md
+${PYSITELIB}/sqlmap/doc/translations/README-gr-GR.md
+${PYSITELIB}/sqlmap/doc/translations/README-hr-HR.md
+${PYSITELIB}/sqlmap/doc/translations/README-id-ID.md
+${PYSITELIB}/sqlmap/doc/translations/README-it-IT.md
+${PYSITELIB}/sqlmap/doc/translations/README-ja-JP.md
+${PYSITELIB}/sqlmap/doc/translations/README-pt-BR.md
+${PYSITELIB}/sqlmap/doc/translations/README-tr-TR.md
+${PYSITELIB}/sqlmap/doc/translations/README-zh-CN.md
+${PYSITELIB}/sqlmap/extra/__init__.py
+${PYSITELIB}/sqlmap/extra/__init__.pyc
+${PYSITELIB}/sqlmap/extra/__init__.pyo
+${PYSITELIB}/sqlmap/extra/beep/__init__.py
+${PYSITELIB}/sqlmap/extra/beep/__init__.pyc
+${PYSITELIB}/sqlmap/extra/beep/__init__.pyo
+${PYSITELIB}/sqlmap/extra/beep/beep.py
+${PYSITELIB}/sqlmap/extra/beep/beep.pyc
+${PYSITELIB}/sqlmap/extra/beep/beep.pyo
+${PYSITELIB}/sqlmap/extra/beep/beep.wav
+${PYSITELIB}/sqlmap/extra/cloak/README.txt
+${PYSITELIB}/sqlmap/extra/cloak/__init__.py
+${PYSITELIB}/sqlmap/extra/cloak/__init__.pyc
+${PYSITELIB}/sqlmap/extra/cloak/__init__.pyo
+${PYSITELIB}/sqlmap/extra/cloak/cloak.py
+${PYSITELIB}/sqlmap/extra/cloak/cloak.pyc
+${PYSITELIB}/sqlmap/extra/cloak/cloak.pyo
+${PYSITELIB}/sqlmap/extra/dbgtool/README.txt
+${PYSITELIB}/sqlmap/extra/dbgtool/__init__.py
+${PYSITELIB}/sqlmap/extra/dbgtool/__init__.pyc
+${PYSITELIB}/sqlmap/extra/dbgtool/__init__.pyo
+${PYSITELIB}/sqlmap/extra/dbgtool/dbgtool.py
+${PYSITELIB}/sqlmap/extra/dbgtool/dbgtool.pyc
+${PYSITELIB}/sqlmap/extra/dbgtool/dbgtool.pyo
+${PYSITELIB}/sqlmap/extra/icmpsh/README.txt
+${PYSITELIB}/sqlmap/extra/icmpsh/__init__.py
+${PYSITELIB}/sqlmap/extra/icmpsh/__init__.pyc
+${PYSITELIB}/sqlmap/extra/icmpsh/__init__.pyo
+${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh-m.c
+${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh-m.pl
+${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh-s.c
+${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh.exe_
+${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh_m.py
+${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh_m.pyc
+${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh_m.pyo
+${PYSITELIB}/sqlmap/extra/mssqlsig/update.py
+${PYSITELIB}/sqlmap/extra/mssqlsig/update.pyc
+${PYSITELIB}/sqlmap/extra/mssqlsig/update.pyo
+${PYSITELIB}/sqlmap/extra/runcmd/README.txt
+${PYSITELIB}/sqlmap/extra/runcmd/windows/README.txt
+${PYSITELIB}/sqlmap/extra/runcmd/windows/runcmd.sln
+${PYSITELIB}/sqlmap/extra/runcmd/windows/runcmd/runcmd.cpp
+${PYSITELIB}/sqlmap/extra/runcmd/windows/runcmd/runcmd.vcproj
+${PYSITELIB}/sqlmap/extra/runcmd/windows/runcmd/stdafx.cpp
+${PYSITELIB}/sqlmap/extra/runcmd/windows/runcmd/stdafx.h
+${PYSITELIB}/sqlmap/extra/safe2bin/README.txt
+${PYSITELIB}/sqlmap/extra/safe2bin/__init__.py
+${PYSITELIB}/sqlmap/extra/safe2bin/__init__.pyc
+${PYSITELIB}/sqlmap/extra/safe2bin/__init__.pyo
+${PYSITELIB}/sqlmap/extra/safe2bin/safe2bin.py
+${PYSITELIB}/sqlmap/extra/safe2bin/safe2bin.pyc
+${PYSITELIB}/sqlmap/extra/safe2bin/safe2bin.pyo
+${PYSITELIB}/sqlmap/extra/shellcodeexec/README.txt
+${PYSITELIB}/sqlmap/extra/shellcodeexec/linux/shellcodeexec.x32_
+${PYSITELIB}/sqlmap/extra/shellcodeexec/linux/shellcodeexec.x64_
+${PYSITELIB}/sqlmap/extra/shellcodeexec/windows/shellcodeexec.x32.exe_
+${PYSITELIB}/sqlmap/extra/shutils/blanks.sh
+${PYSITELIB}/sqlmap/extra/shutils/duplicates.py
+${PYSITELIB}/sqlmap/extra/shutils/duplicates.pyc
+${PYSITELIB}/sqlmap/extra/shutils/duplicates.pyo
+${PYSITELIB}/sqlmap/extra/shutils/pep8.sh
+${PYSITELIB}/sqlmap/extra/shutils/postcommit-hook.sh
+${PYSITELIB}/sqlmap/extra/shutils/precommit-hook.sh
+${PYSITELIB}/sqlmap/extra/shutils/pyflakes.sh
+${PYSITELIB}/sqlmap/extra/shutils/pylint.py
+${PYSITELIB}/sqlmap/extra/shutils/pylint.pyc
+${PYSITELIB}/sqlmap/extra/shutils/pylint.pyo
+${PYSITELIB}/sqlmap/extra/shutils/pypi.sh
+${PYSITELIB}/sqlmap/extra/shutils/regressiontest.py
+${PYSITELIB}/sqlmap/extra/shutils/regressiontest.pyc
+${PYSITELIB}/sqlmap/extra/shutils/regressiontest.pyo
+${PYSITELIB}/sqlmap/extra/shutils/strip.sh
+${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.py
+${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.pyc
+${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.pyo
+${PYSITELIB}/sqlmap/extra/sqlharvest/sqlharvest.py
+${PYSITELIB}/sqlmap/extra/sqlharvest/sqlharvest.pyc
+${PYSITELIB}/sqlmap/extra/sqlharvest/sqlharvest.pyo
+${PYSITELIB}/sqlmap/lib/__init__.py
+${PYSITELIB}/sqlmap/lib/__init__.pyc
+${PYSITELIB}/sqlmap/lib/__init__.pyo
+${PYSITELIB}/sqlmap/lib/controller/__init__.py
+${PYSITELIB}/sqlmap/lib/controller/__init__.pyc
+${PYSITELIB}/sqlmap/lib/controller/__init__.pyo
+${PYSITELIB}/sqlmap/lib/controller/action.py
+${PYSITELIB}/sqlmap/lib/controller/action.pyc
+${PYSITELIB}/sqlmap/lib/controller/action.pyo
+${PYSITELIB}/sqlmap/lib/controller/checks.py
+${PYSITELIB}/sqlmap/lib/controller/checks.pyc
+${PYSITELIB}/sqlmap/lib/controller/checks.pyo
+${PYSITELIB}/sqlmap/lib/controller/controller.py
+${PYSITELIB}/sqlmap/lib/controller/controller.pyc
+${PYSITELIB}/sqlmap/lib/controller/controller.pyo
+${PYSITELIB}/sqlmap/lib/controller/handler.py
+${PYSITELIB}/sqlmap/lib/controller/handler.pyc
+${PYSITELIB}/sqlmap/lib/controller/handler.pyo
+${PYSITELIB}/sqlmap/lib/core/__init__.py
+${PYSITELIB}/sqlmap/lib/core/__init__.pyc
+${PYSITELIB}/sqlmap/lib/core/__init__.pyo
+${PYSITELIB}/sqlmap/lib/core/agent.py
+${PYSITELIB}/sqlmap/lib/core/agent.pyc
+${PYSITELIB}/sqlmap/lib/core/agent.pyo
+${PYSITELIB}/sqlmap/lib/core/bigarray.py
+${PYSITELIB}/sqlmap/lib/core/bigarray.pyc
+${PYSITELIB}/sqlmap/lib/core/bigarray.pyo
+${PYSITELIB}/sqlmap/lib/core/common.py
+${PYSITELIB}/sqlmap/lib/core/common.pyc
+${PYSITELIB}/sqlmap/lib/core/common.pyo
+${PYSITELIB}/sqlmap/lib/core/convert.py
+${PYSITELIB}/sqlmap/lib/core/convert.pyc
+${PYSITELIB}/sqlmap/lib/core/convert.pyo
+${PYSITELIB}/sqlmap/lib/core/data.py
+${PYSITELIB}/sqlmap/lib/core/data.pyc
+${PYSITELIB}/sqlmap/lib/core/data.pyo
+${PYSITELIB}/sqlmap/lib/core/datatype.py
+${PYSITELIB}/sqlmap/lib/core/datatype.pyc
+${PYSITELIB}/sqlmap/lib/core/datatype.pyo
+${PYSITELIB}/sqlmap/lib/core/decorators.py
+${PYSITELIB}/sqlmap/lib/core/decorators.pyc
+${PYSITELIB}/sqlmap/lib/core/decorators.pyo
+${PYSITELIB}/sqlmap/lib/core/defaults.py
+${PYSITELIB}/sqlmap/lib/core/defaults.pyc
+${PYSITELIB}/sqlmap/lib/core/defaults.pyo
+${PYSITELIB}/sqlmap/lib/core/dicts.py
+${PYSITELIB}/sqlmap/lib/core/dicts.pyc
+${PYSITELIB}/sqlmap/lib/core/dicts.pyo
+${PYSITELIB}/sqlmap/lib/core/dump.py
+${PYSITELIB}/sqlmap/lib/core/dump.pyc
+${PYSITELIB}/sqlmap/lib/core/dump.pyo
+${PYSITELIB}/sqlmap/lib/core/enums.py
+${PYSITELIB}/sqlmap/lib/core/enums.pyc
+${PYSITELIB}/sqlmap/lib/core/enums.pyo
+${PYSITELIB}/sqlmap/lib/core/exception.py
+${PYSITELIB}/sqlmap/lib/core/exception.pyc
+${PYSITELIB}/sqlmap/lib/core/exception.pyo
+${PYSITELIB}/sqlmap/lib/core/log.py
+${PYSITELIB}/sqlmap/lib/core/log.pyc
+${PYSITELIB}/sqlmap/lib/core/log.pyo
+${PYSITELIB}/sqlmap/lib/core/option.py
+${PYSITELIB}/sqlmap/lib/core/option.pyc
+${PYSITELIB}/sqlmap/lib/core/option.pyo
+${PYSITELIB}/sqlmap/lib/core/optiondict.py
+${PYSITELIB}/sqlmap/lib/core/optiondict.pyc
+${PYSITELIB}/sqlmap/lib/core/optiondict.pyo
+${PYSITELIB}/sqlmap/lib/core/profiling.py
+${PYSITELIB}/sqlmap/lib/core/profiling.pyc
+${PYSITELIB}/sqlmap/lib/core/profiling.pyo
+${PYSITELIB}/sqlmap/lib/core/readlineng.py
+${PYSITELIB}/sqlmap/lib/core/readlineng.pyc
+${PYSITELIB}/sqlmap/lib/core/readlineng.pyo
+${PYSITELIB}/sqlmap/lib/core/replication.py
+${PYSITELIB}/sqlmap/lib/core/replication.pyc
+${PYSITELIB}/sqlmap/lib/core/replication.pyo
+${PYSITELIB}/sqlmap/lib/core/revision.py
+${PYSITELIB}/sqlmap/lib/core/revision.pyc
+${PYSITELIB}/sqlmap/lib/core/revision.pyo
+${PYSITELIB}/sqlmap/lib/core/session.py
+${PYSITELIB}/sqlmap/lib/core/session.pyc
+${PYSITELIB}/sqlmap/lib/core/session.pyo
+${PYSITELIB}/sqlmap/lib/core/settings.py
+${PYSITELIB}/sqlmap/lib/core/settings.pyc
+${PYSITELIB}/sqlmap/lib/core/settings.pyo
+${PYSITELIB}/sqlmap/lib/core/shell.py
+${PYSITELIB}/sqlmap/lib/core/shell.pyc
+${PYSITELIB}/sqlmap/lib/core/shell.pyo
+${PYSITELIB}/sqlmap/lib/core/subprocessng.py
+${PYSITELIB}/sqlmap/lib/core/subprocessng.pyc
+${PYSITELIB}/sqlmap/lib/core/subprocessng.pyo
+${PYSITELIB}/sqlmap/lib/core/target.py
+${PYSITELIB}/sqlmap/lib/core/target.pyc
+${PYSITELIB}/sqlmap/lib/core/target.pyo
+${PYSITELIB}/sqlmap/lib/core/testing.py
+${PYSITELIB}/sqlmap/lib/core/testing.pyc
+${PYSITELIB}/sqlmap/lib/core/testing.pyo
+${PYSITELIB}/sqlmap/lib/core/threads.py
+${PYSITELIB}/sqlmap/lib/core/threads.pyc
+${PYSITELIB}/sqlmap/lib/core/threads.pyo
+${PYSITELIB}/sqlmap/lib/core/unescaper.py
+${PYSITELIB}/sqlmap/lib/core/unescaper.pyc
+${PYSITELIB}/sqlmap/lib/core/unescaper.pyo
+${PYSITELIB}/sqlmap/lib/core/update.py
+${PYSITELIB}/sqlmap/lib/core/update.pyc
+${PYSITELIB}/sqlmap/lib/core/update.pyo
+${PYSITELIB}/sqlmap/lib/core/wordlist.py
+${PYSITELIB}/sqlmap/lib/core/wordlist.pyc
+${PYSITELIB}/sqlmap/lib/core/wordlist.pyo
+${PYSITELIB}/sqlmap/lib/parse/__init__.py
+${PYSITELIB}/sqlmap/lib/parse/__init__.pyc
+${PYSITELIB}/sqlmap/lib/parse/__init__.pyo
+${PYSITELIB}/sqlmap/lib/parse/banner.py
+${PYSITELIB}/sqlmap/lib/parse/banner.pyc
+${PYSITELIB}/sqlmap/lib/parse/banner.pyo
+${PYSITELIB}/sqlmap/lib/parse/cmdline.py
+${PYSITELIB}/sqlmap/lib/parse/cmdline.pyc
+${PYSITELIB}/sqlmap/lib/parse/cmdline.pyo
+${PYSITELIB}/sqlmap/lib/parse/configfile.py
+${PYSITELIB}/sqlmap/lib/parse/configfile.pyc
+${PYSITELIB}/sqlmap/lib/parse/configfile.pyo
+${PYSITELIB}/sqlmap/lib/parse/handler.py
+${PYSITELIB}/sqlmap/lib/parse/handler.pyc
+${PYSITELIB}/sqlmap/lib/parse/handler.pyo
+${PYSITELIB}/sqlmap/lib/parse/headers.py
+${PYSITELIB}/sqlmap/lib/parse/headers.pyc
+${PYSITELIB}/sqlmap/lib/parse/headers.pyo
+${PYSITELIB}/sqlmap/lib/parse/html.py
+${PYSITELIB}/sqlmap/lib/parse/html.pyc
+${PYSITELIB}/sqlmap/lib/parse/html.pyo
+${PYSITELIB}/sqlmap/lib/parse/payloads.py
+${PYSITELIB}/sqlmap/lib/parse/payloads.pyc
+${PYSITELIB}/sqlmap/lib/parse/payloads.pyo
+${PYSITELIB}/sqlmap/lib/parse/sitemap.py
+${PYSITELIB}/sqlmap/lib/parse/sitemap.pyc
+${PYSITELIB}/sqlmap/lib/parse/sitemap.pyo
+${PYSITELIB}/sqlmap/lib/request/__init__.py
+${PYSITELIB}/sqlmap/lib/request/__init__.pyc
+${PYSITELIB}/sqlmap/lib/request/__init__.pyo
+${PYSITELIB}/sqlmap/lib/request/basic.py
+${PYSITELIB}/sqlmap/lib/request/basic.pyc
+${PYSITELIB}/sqlmap/lib/request/basic.pyo
+${PYSITELIB}/sqlmap/lib/request/basicauthhandler.py
+${PYSITELIB}/sqlmap/lib/request/basicauthhandler.pyc
+${PYSITELIB}/sqlmap/lib/request/basicauthhandler.pyo
+${PYSITELIB}/sqlmap/lib/request/comparison.py
+${PYSITELIB}/sqlmap/lib/request/comparison.pyc
+${PYSITELIB}/sqlmap/lib/request/comparison.pyo
+${PYSITELIB}/sqlmap/lib/request/connect.py
+${PYSITELIB}/sqlmap/lib/request/connect.pyc
+${PYSITELIB}/sqlmap/lib/request/connect.pyo
+${PYSITELIB}/sqlmap/lib/request/direct.py
+${PYSITELIB}/sqlmap/lib/request/direct.pyc
+${PYSITELIB}/sqlmap/lib/request/direct.pyo
+${PYSITELIB}/sqlmap/lib/request/dns.py
+${PYSITELIB}/sqlmap/lib/request/dns.pyc
+${PYSITELIB}/sqlmap/lib/request/dns.pyo
+${PYSITELIB}/sqlmap/lib/request/httpshandler.py
+${PYSITELIB}/sqlmap/lib/request/httpshandler.pyc
+${PYSITELIB}/sqlmap/lib/request/httpshandler.pyo
+${PYSITELIB}/sqlmap/lib/request/inject.py
+${PYSITELIB}/sqlmap/lib/request/inject.pyc
+${PYSITELIB}/sqlmap/lib/request/inject.pyo
+${PYSITELIB}/sqlmap/lib/request/methodrequest.py
+${PYSITELIB}/sqlmap/lib/request/methodrequest.pyc
+${PYSITELIB}/sqlmap/lib/request/methodrequest.pyo
+${PYSITELIB}/sqlmap/lib/request/pkihandler.py
+${PYSITELIB}/sqlmap/lib/request/pkihandler.pyc
+${PYSITELIB}/sqlmap/lib/request/pkihandler.pyo
+${PYSITELIB}/sqlmap/lib/request/rangehandler.py
+${PYSITELIB}/sqlmap/lib/request/rangehandler.pyc
+${PYSITELIB}/sqlmap/lib/request/rangehandler.pyo
+${PYSITELIB}/sqlmap/lib/request/redirecthandler.py
+${PYSITELIB}/sqlmap/lib/request/redirecthandler.pyc
+${PYSITELIB}/sqlmap/lib/request/redirecthandler.pyo
+${PYSITELIB}/sqlmap/lib/request/templates.py
+${PYSITELIB}/sqlmap/lib/request/templates.pyc
+${PYSITELIB}/sqlmap/lib/request/templates.pyo
+${PYSITELIB}/sqlmap/lib/takeover/__init__.py
+${PYSITELIB}/sqlmap/lib/takeover/__init__.pyc
+${PYSITELIB}/sqlmap/lib/takeover/__init__.pyo
+${PYSITELIB}/sqlmap/lib/takeover/abstraction.py
+${PYSITELIB}/sqlmap/lib/takeover/abstraction.pyc
+${PYSITELIB}/sqlmap/lib/takeover/abstraction.pyo
+${PYSITELIB}/sqlmap/lib/takeover/icmpsh.py
+${PYSITELIB}/sqlmap/lib/takeover/icmpsh.pyc
+${PYSITELIB}/sqlmap/lib/takeover/icmpsh.pyo
+${PYSITELIB}/sqlmap/lib/takeover/metasploit.py
+${PYSITELIB}/sqlmap/lib/takeover/metasploit.pyc
+${PYSITELIB}/sqlmap/lib/takeover/metasploit.pyo
+${PYSITELIB}/sqlmap/lib/takeover/registry.py
+${PYSITELIB}/sqlmap/lib/takeover/registry.pyc
+${PYSITELIB}/sqlmap/lib/takeover/registry.pyo
+${PYSITELIB}/sqlmap/lib/takeover/udf.py
+${PYSITELIB}/sqlmap/lib/takeover/udf.pyc
+${PYSITELIB}/sqlmap/lib/takeover/udf.pyo
+${PYSITELIB}/sqlmap/lib/takeover/web.py
+${PYSITELIB}/sqlmap/lib/takeover/web.pyc
+${PYSITELIB}/sqlmap/lib/takeover/web.pyo
+${PYSITELIB}/sqlmap/lib/takeover/xp_cmdshell.py
+${PYSITELIB}/sqlmap/lib/takeover/xp_cmdshell.pyc
+${PYSITELIB}/sqlmap/lib/takeover/xp_cmdshell.pyo
+${PYSITELIB}/sqlmap/lib/techniques/__init__.py
+${PYSITELIB}/sqlmap/lib/techniques/__init__.pyc
+${PYSITELIB}/sqlmap/lib/techniques/__init__.pyo
+${PYSITELIB}/sqlmap/lib/techniques/blind/__init__.py
+${PYSITELIB}/sqlmap/lib/techniques/blind/__init__.pyc
+${PYSITELIB}/sqlmap/lib/techniques/blind/__init__.pyo
+${PYSITELIB}/sqlmap/lib/techniques/blind/inference.py
+${PYSITELIB}/sqlmap/lib/techniques/blind/inference.pyc
+${PYSITELIB}/sqlmap/lib/techniques/blind/inference.pyo
+${PYSITELIB}/sqlmap/lib/techniques/brute/__init__.py
+${PYSITELIB}/sqlmap/lib/techniques/brute/__init__.pyc
+${PYSITELIB}/sqlmap/lib/techniques/brute/__init__.pyo
+${PYSITELIB}/sqlmap/lib/techniques/brute/use.py
+${PYSITELIB}/sqlmap/lib/techniques/brute/use.pyc
+${PYSITELIB}/sqlmap/lib/techniques/brute/use.pyo
+${PYSITELIB}/sqlmap/lib/techniques/dns/__init__.py
+${PYSITELIB}/sqlmap/lib/techniques/dns/__init__.pyc
+${PYSITELIB}/sqlmap/lib/techniques/dns/__init__.pyo
+${PYSITELIB}/sqlmap/lib/techniques/dns/test.py
+${PYSITELIB}/sqlmap/lib/techniques/dns/test.pyc
+${PYSITELIB}/sqlmap/lib/techniques/dns/test.pyo
+${PYSITELIB}/sqlmap/lib/techniques/dns/use.py
+${PYSITELIB}/sqlmap/lib/techniques/dns/use.pyc
+${PYSITELIB}/sqlmap/lib/techniques/dns/use.pyo
+${PYSITELIB}/sqlmap/lib/techniques/error/__init__.py
+${PYSITELIB}/sqlmap/lib/techniques/error/__init__.pyc
+${PYSITELIB}/sqlmap/lib/techniques/error/__init__.pyo
+${PYSITELIB}/sqlmap/lib/techniques/error/use.py
+${PYSITELIB}/sqlmap/lib/techniques/error/use.pyc
+${PYSITELIB}/sqlmap/lib/techniques/error/use.pyo
+${PYSITELIB}/sqlmap/lib/techniques/union/__init__.py
+${PYSITELIB}/sqlmap/lib/techniques/union/__init__.pyc
+${PYSITELIB}/sqlmap/lib/techniques/union/__init__.pyo
+${PYSITELIB}/sqlmap/lib/techniques/union/test.py
+${PYSITELIB}/sqlmap/lib/techniques/union/test.pyc
+${PYSITELIB}/sqlmap/lib/techniques/union/test.pyo
+${PYSITELIB}/sqlmap/lib/techniques/union/use.py
+${PYSITELIB}/sqlmap/lib/techniques/union/use.pyc
+${PYSITELIB}/sqlmap/lib/techniques/union/use.pyo
+${PYSITELIB}/sqlmap/lib/utils/__init__.py
+${PYSITELIB}/sqlmap/lib/utils/__init__.pyc
+${PYSITELIB}/sqlmap/lib/utils/__init__.pyo
+${PYSITELIB}/sqlmap/lib/utils/api.py
+${PYSITELIB}/sqlmap/lib/utils/api.pyc
+${PYSITELIB}/sqlmap/lib/utils/api.pyo
+${PYSITELIB}/sqlmap/lib/utils/crawler.py
+${PYSITELIB}/sqlmap/lib/utils/crawler.pyc
+${PYSITELIB}/sqlmap/lib/utils/crawler.pyo
+${PYSITELIB}/sqlmap/lib/utils/deps.py
+${PYSITELIB}/sqlmap/lib/utils/deps.pyc
+${PYSITELIB}/sqlmap/lib/utils/deps.pyo
+${PYSITELIB}/sqlmap/lib/utils/getch.py
+${PYSITELIB}/sqlmap/lib/utils/getch.pyc
+${PYSITELIB}/sqlmap/lib/utils/getch.pyo
+${PYSITELIB}/sqlmap/lib/utils/hash.py
+${PYSITELIB}/sqlmap/lib/utils/hash.pyc
+${PYSITELIB}/sqlmap/lib/utils/hash.pyo
+${PYSITELIB}/sqlmap/lib/utils/hashdb.py
+${PYSITELIB}/sqlmap/lib/utils/hashdb.pyc
+${PYSITELIB}/sqlmap/lib/utils/hashdb.pyo
+${PYSITELIB}/sqlmap/lib/utils/htmlentities.py
+${PYSITELIB}/sqlmap/lib/utils/htmlentities.pyc
+${PYSITELIB}/sqlmap/lib/utils/htmlentities.pyo
+${PYSITELIB}/sqlmap/lib/utils/pivotdumptable.py
+${PYSITELIB}/sqlmap/lib/utils/pivotdumptable.pyc
+${PYSITELIB}/sqlmap/lib/utils/pivotdumptable.pyo
+${PYSITELIB}/sqlmap/lib/utils/progress.py
+${PYSITELIB}/sqlmap/lib/utils/progress.pyc
+${PYSITELIB}/sqlmap/lib/utils/progress.pyo
+${PYSITELIB}/sqlmap/lib/utils/purge.py
+${PYSITELIB}/sqlmap/lib/utils/purge.pyc
+${PYSITELIB}/sqlmap/lib/utils/purge.pyo
+${PYSITELIB}/sqlmap/lib/utils/search.py
+${PYSITELIB}/sqlmap/lib/utils/search.pyc
+${PYSITELIB}/sqlmap/lib/utils/search.pyo
+${PYSITELIB}/sqlmap/lib/utils/sqlalchemy.py
+${PYSITELIB}/sqlmap/lib/utils/sqlalchemy.pyc
+${PYSITELIB}/sqlmap/lib/utils/sqlalchemy.pyo
+${PYSITELIB}/sqlmap/lib/utils/timeout.py
+${PYSITELIB}/sqlmap/lib/utils/timeout.pyc
+${PYSITELIB}/sqlmap/lib/utils/timeout.pyo
+${PYSITELIB}/sqlmap/lib/utils/versioncheck.py
+${PYSITELIB}/sqlmap/lib/utils/versioncheck.pyc
+${PYSITELIB}/sqlmap/lib/utils/versioncheck.pyo
+${PYSITELIB}/sqlmap/lib/utils/xrange.py
+${PYSITELIB}/sqlmap/lib/utils/xrange.pyc
+${PYSITELIB}/sqlmap/lib/utils/xrange.pyo
+${PYSITELIB}/sqlmap/plugins/__init__.py
+${PYSITELIB}/sqlmap/plugins/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/access/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/access/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/access/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/access/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/access/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/access/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/access/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/access/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/access/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/access/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/access/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/access/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/access/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/access/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/access/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/access/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/access/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/access/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/access/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/access/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/access/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/db2/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/db2/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/db2/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/db2/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/db2/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/db2/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/db2/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/db2/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/db2/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/db2/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/db2/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/db2/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/db2/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/db2/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/db2/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/db2/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/db2/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/db2/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/db2/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/db2/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/db2/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/firebird/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/hsqldb/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/informix/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/informix/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/informix/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/informix/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/informix/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/informix/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/informix/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/informix/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/informix/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/informix/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/informix/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/informix/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/informix/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/informix/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/informix/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/informix/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/informix/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/informix/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/informix/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/informix/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/informix/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/maxdb/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mssqlserver/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/mysql/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/oracle/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/postgresql/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sqlite/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/sybase/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/generic/__init__.py
+${PYSITELIB}/sqlmap/plugins/generic/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/generic/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/generic/connector.py
+${PYSITELIB}/sqlmap/plugins/generic/connector.pyc
+${PYSITELIB}/sqlmap/plugins/generic/connector.pyo
+${PYSITELIB}/sqlmap/plugins/generic/custom.py
+${PYSITELIB}/sqlmap/plugins/generic/custom.pyc
+${PYSITELIB}/sqlmap/plugins/generic/custom.pyo
+${PYSITELIB}/sqlmap/plugins/generic/databases.py
+${PYSITELIB}/sqlmap/plugins/generic/databases.pyc
+${PYSITELIB}/sqlmap/plugins/generic/databases.pyo
+${PYSITELIB}/sqlmap/plugins/generic/entries.py
+${PYSITELIB}/sqlmap/plugins/generic/entries.pyc
+${PYSITELIB}/sqlmap/plugins/generic/entries.pyo
+${PYSITELIB}/sqlmap/plugins/generic/enumeration.py
+${PYSITELIB}/sqlmap/plugins/generic/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/generic/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/generic/filesystem.py
+${PYSITELIB}/sqlmap/plugins/generic/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/generic/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/generic/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/generic/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/generic/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/generic/misc.py
+${PYSITELIB}/sqlmap/plugins/generic/misc.pyc
+${PYSITELIB}/sqlmap/plugins/generic/misc.pyo
+${PYSITELIB}/sqlmap/plugins/generic/search.py
+${PYSITELIB}/sqlmap/plugins/generic/search.pyc
+${PYSITELIB}/sqlmap/plugins/generic/search.pyo
+${PYSITELIB}/sqlmap/plugins/generic/syntax.py
+${PYSITELIB}/sqlmap/plugins/generic/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/generic/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/generic/takeover.py
+${PYSITELIB}/sqlmap/plugins/generic/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/generic/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/generic/users.py
+${PYSITELIB}/sqlmap/plugins/generic/users.pyc
+${PYSITELIB}/sqlmap/plugins/generic/users.pyo
+${PYSITELIB}/sqlmap/procs/README.txt
+${PYSITELIB}/sqlmap/procs/mssqlserver/activate_sp_oacreate.sql
+${PYSITELIB}/sqlmap/procs/mssqlserver/configure_openrowset.sql
+${PYSITELIB}/sqlmap/procs/mssqlserver/configure_xp_cmdshell.sql
+${PYSITELIB}/sqlmap/procs/mssqlserver/create_new_xp_cmdshell.sql
+${PYSITELIB}/sqlmap/procs/mssqlserver/disable_xp_cmdshell_2000.sql
+${PYSITELIB}/sqlmap/procs/mssqlserver/dns_request.sql
+${PYSITELIB}/sqlmap/procs/mssqlserver/enable_xp_cmdshell_2000.sql
+${PYSITELIB}/sqlmap/procs/mssqlserver/run_statement_as_user.sql
+${PYSITELIB}/sqlmap/procs/mysql/dns_request.sql
+${PYSITELIB}/sqlmap/procs/mysql/write_file_limit.sql
+${PYSITELIB}/sqlmap/procs/oracle/dns_request.sql
+${PYSITELIB}/sqlmap/procs/postgresql/dns_request.sql
+${PYSITELIB}/sqlmap/shell/README.txt
+${PYSITELIB}/sqlmap/shell/backdoor.asp_
+${PYSITELIB}/sqlmap/shell/backdoor.aspx_
+${PYSITELIB}/sqlmap/shell/backdoor.jsp_
+${PYSITELIB}/sqlmap/shell/backdoor.php_
+${PYSITELIB}/sqlmap/shell/runcmd.exe_
+${PYSITELIB}/sqlmap/shell/stager.asp_
+${PYSITELIB}/sqlmap/shell/stager.aspx_
+${PYSITELIB}/sqlmap/shell/stager.jsp_
+${PYSITELIB}/sqlmap/shell/stager.php_
+${PYSITELIB}/sqlmap/sqlmap.conf
+${PYSITELIB}/sqlmap/sqlmap.py
+${PYSITELIB}/sqlmap/sqlmap.pyc
+${PYSITELIB}/sqlmap/sqlmap.pyo
+${PYSITELIB}/sqlmap/sqlmapapi.py
+${PYSITELIB}/sqlmap/sqlmapapi.pyc
+${PYSITELIB}/sqlmap/sqlmapapi.pyo
+${PYSITELIB}/sqlmap/tamper/__init__.py
+${PYSITELIB}/sqlmap/tamper/__init__.pyc
+${PYSITELIB}/sqlmap/tamper/__init__.pyo
+${PYSITELIB}/sqlmap/tamper/apostrophemask.py
+${PYSITELIB}/sqlmap/tamper/apostrophemask.pyc
+${PYSITELIB}/sqlmap/tamper/apostrophemask.pyo
+${PYSITELIB}/sqlmap/tamper/apostrophenullencode.py
+${PYSITELIB}/sqlmap/tamper/apostrophenullencode.pyc
+${PYSITELIB}/sqlmap/tamper/apostrophenullencode.pyo
+${PYSITELIB}/sqlmap/tamper/appendnullbyte.py
+${PYSITELIB}/sqlmap/tamper/appendnullbyte.pyc
+${PYSITELIB}/sqlmap/tamper/appendnullbyte.pyo
+${PYSITELIB}/sqlmap/tamper/base64encode.py
+${PYSITELIB}/sqlmap/tamper/base64encode.pyc
+${PYSITELIB}/sqlmap/tamper/base64encode.pyo
+${PYSITELIB}/sqlmap/tamper/between.py
+${PYSITELIB}/sqlmap/tamper/between.pyc
+${PYSITELIB}/sqlmap/tamper/between.pyo
+${PYSITELIB}/sqlmap/tamper/bluecoat.py
+${PYSITELIB}/sqlmap/tamper/bluecoat.pyc
+${PYSITELIB}/sqlmap/tamper/bluecoat.pyo
+${PYSITELIB}/sqlmap/tamper/chardoubleencode.py
+${PYSITELIB}/sqlmap/tamper/chardoubleencode.pyc
+${PYSITELIB}/sqlmap/tamper/chardoubleencode.pyo
+${PYSITELIB}/sqlmap/tamper/charencode.py
+${PYSITELIB}/sqlmap/tamper/charencode.pyc
+${PYSITELIB}/sqlmap/tamper/charencode.pyo
+${PYSITELIB}/sqlmap/tamper/charunicodeencode.py
+${PYSITELIB}/sqlmap/tamper/charunicodeencode.pyc
+${PYSITELIB}/sqlmap/tamper/charunicodeencode.pyo
+${PYSITELIB}/sqlmap/tamper/commalesslimit.py
+${PYSITELIB}/sqlmap/tamper/commalesslimit.pyc
+${PYSITELIB}/sqlmap/tamper/commalesslimit.pyo
+${PYSITELIB}/sqlmap/tamper/commalessmid.py
+${PYSITELIB}/sqlmap/tamper/commalessmid.pyc
+${PYSITELIB}/sqlmap/tamper/commalessmid.pyo
+${PYSITELIB}/sqlmap/tamper/concat2concatws.py
+${PYSITELIB}/sqlmap/tamper/concat2concatws.pyc
+${PYSITELIB}/sqlmap/tamper/concat2concatws.pyo
+${PYSITELIB}/sqlmap/tamper/equaltolike.py
+${PYSITELIB}/sqlmap/tamper/equaltolike.pyc
+${PYSITELIB}/sqlmap/tamper/equaltolike.pyo
+${PYSITELIB}/sqlmap/tamper/escapequotes.py
+${PYSITELIB}/sqlmap/tamper/escapequotes.pyc
+${PYSITELIB}/sqlmap/tamper/escapequotes.pyo
+${PYSITELIB}/sqlmap/tamper/greatest.py
+${PYSITELIB}/sqlmap/tamper/greatest.pyc
+${PYSITELIB}/sqlmap/tamper/greatest.pyo
+${PYSITELIB}/sqlmap/tamper/halfversionedmorekeywords.py
+${PYSITELIB}/sqlmap/tamper/halfversionedmorekeywords.pyc
+${PYSITELIB}/sqlmap/tamper/halfversionedmorekeywords.pyo
+${PYSITELIB}/sqlmap/tamper/htmlencode.py
+${PYSITELIB}/sqlmap/tamper/htmlencode.pyc
+${PYSITELIB}/sqlmap/tamper/htmlencode.pyo
+${PYSITELIB}/sqlmap/tamper/ifnull2ifisnull.py
+${PYSITELIB}/sqlmap/tamper/ifnull2ifisnull.pyc
+${PYSITELIB}/sqlmap/tamper/ifnull2ifisnull.pyo
+${PYSITELIB}/sqlmap/tamper/informationschemacomment.py
+${PYSITELIB}/sqlmap/tamper/informationschemacomment.pyc
+${PYSITELIB}/sqlmap/tamper/informationschemacomment.pyo
+${PYSITELIB}/sqlmap/tamper/lowercase.py
+${PYSITELIB}/sqlmap/tamper/lowercase.pyc
+${PYSITELIB}/sqlmap/tamper/lowercase.pyo
+${PYSITELIB}/sqlmap/tamper/modsecurityversioned.py
+${PYSITELIB}/sqlmap/tamper/modsecurityversioned.pyc
+${PYSITELIB}/sqlmap/tamper/modsecurityversioned.pyo
+${PYSITELIB}/sqlmap/tamper/modsecurityzeroversioned.py
+${PYSITELIB}/sqlmap/tamper/modsecurityzeroversioned.pyc
+${PYSITELIB}/sqlmap/tamper/modsecurityzeroversioned.pyo
+${PYSITELIB}/sqlmap/tamper/multiplespaces.py
+${PYSITELIB}/sqlmap/tamper/multiplespaces.pyc
+${PYSITELIB}/sqlmap/tamper/multiplespaces.pyo
+${PYSITELIB}/sqlmap/tamper/nonrecursivereplacement.py
+${PYSITELIB}/sqlmap/tamper/nonrecursivereplacement.pyc
+${PYSITELIB}/sqlmap/tamper/nonrecursivereplacement.pyo
+${PYSITELIB}/sqlmap/tamper/overlongutf8.py
+${PYSITELIB}/sqlmap/tamper/overlongutf8.pyc
+${PYSITELIB}/sqlmap/tamper/overlongutf8.pyo
+${PYSITELIB}/sqlmap/tamper/percentage.py
+${PYSITELIB}/sqlmap/tamper/percentage.pyc
+${PYSITELIB}/sqlmap/tamper/percentage.pyo
+${PYSITELIB}/sqlmap/tamper/plus2concat.py
+${PYSITELIB}/sqlmap/tamper/plus2concat.pyc
+${PYSITELIB}/sqlmap/tamper/plus2concat.pyo
+${PYSITELIB}/sqlmap/tamper/randomcase.py
+${PYSITELIB}/sqlmap/tamper/randomcase.pyc
+${PYSITELIB}/sqlmap/tamper/randomcase.pyo
+${PYSITELIB}/sqlmap/tamper/randomcomments.py
+${PYSITELIB}/sqlmap/tamper/randomcomments.pyc
+${PYSITELIB}/sqlmap/tamper/randomcomments.pyo
+${PYSITELIB}/sqlmap/tamper/securesphere.py
+${PYSITELIB}/sqlmap/tamper/securesphere.pyc
+${PYSITELIB}/sqlmap/tamper/securesphere.pyo
+${PYSITELIB}/sqlmap/tamper/sp_password.py
+${PYSITELIB}/sqlmap/tamper/sp_password.pyc
+${PYSITELIB}/sqlmap/tamper/sp_password.pyo
+${PYSITELIB}/sqlmap/tamper/space2comment.py
+${PYSITELIB}/sqlmap/tamper/space2comment.pyc
+${PYSITELIB}/sqlmap/tamper/space2comment.pyo
+${PYSITELIB}/sqlmap/tamper/space2dash.py
+${PYSITELIB}/sqlmap/tamper/space2dash.pyc
+${PYSITELIB}/sqlmap/tamper/space2dash.pyo
+${PYSITELIB}/sqlmap/tamper/space2hash.py
+${PYSITELIB}/sqlmap/tamper/space2hash.pyc
+${PYSITELIB}/sqlmap/tamper/space2hash.pyo
+${PYSITELIB}/sqlmap/tamper/space2morecomment.py
+${PYSITELIB}/sqlmap/tamper/space2morecomment.pyc
+${PYSITELIB}/sqlmap/tamper/space2morecomment.pyo
+${PYSITELIB}/sqlmap/tamper/space2morehash.py
+${PYSITELIB}/sqlmap/tamper/space2morehash.pyc
+${PYSITELIB}/sqlmap/tamper/space2morehash.pyo
+${PYSITELIB}/sqlmap/tamper/space2mssqlblank.py
+${PYSITELIB}/sqlmap/tamper/space2mssqlblank.pyc
+${PYSITELIB}/sqlmap/tamper/space2mssqlblank.pyo
+${PYSITELIB}/sqlmap/tamper/space2mssqlhash.py
+${PYSITELIB}/sqlmap/tamper/space2mssqlhash.pyc
+${PYSITELIB}/sqlmap/tamper/space2mssqlhash.pyo
+${PYSITELIB}/sqlmap/tamper/space2mysqlblank.py
+${PYSITELIB}/sqlmap/tamper/space2mysqlblank.pyc
+${PYSITELIB}/sqlmap/tamper/space2mysqlblank.pyo
+${PYSITELIB}/sqlmap/tamper/space2mysqldash.py
+${PYSITELIB}/sqlmap/tamper/space2mysqldash.pyc
+${PYSITELIB}/sqlmap/tamper/space2mysqldash.pyo
+${PYSITELIB}/sqlmap/tamper/space2plus.py
+${PYSITELIB}/sqlmap/tamper/space2plus.pyc
+${PYSITELIB}/sqlmap/tamper/space2plus.pyo
+${PYSITELIB}/sqlmap/tamper/space2randomblank.py
+${PYSITELIB}/sqlmap/tamper/space2randomblank.pyc
+${PYSITELIB}/sqlmap/tamper/space2randomblank.pyo
+${PYSITELIB}/sqlmap/tamper/symboliclogical.py
+${PYSITELIB}/sqlmap/tamper/symboliclogical.pyc
+${PYSITELIB}/sqlmap/tamper/symboliclogical.pyo
+${PYSITELIB}/sqlmap/tamper/unionalltounion.py
+${PYSITELIB}/sqlmap/tamper/unionalltounion.pyc
+${PYSITELIB}/sqlmap/tamper/unionalltounion.pyo
+${PYSITELIB}/sqlmap/tamper/unmagicquotes.py
+${PYSITELIB}/sqlmap/tamper/unmagicquotes.pyc
+${PYSITELIB}/sqlmap/tamper/unmagicquotes.pyo
+${PYSITELIB}/sqlmap/tamper/uppercase.py
+${PYSITELIB}/sqlmap/tamper/uppercase.pyc
+${PYSITELIB}/sqlmap/tamper/uppercase.pyo
+${PYSITELIB}/sqlmap/tamper/varnish.py
+${PYSITELIB}/sqlmap/tamper/varnish.pyc
+${PYSITELIB}/sqlmap/tamper/varnish.pyo
+${PYSITELIB}/sqlmap/tamper/versionedkeywords.py
+${PYSITELIB}/sqlmap/tamper/versionedkeywords.pyc
+${PYSITELIB}/sqlmap/tamper/versionedkeywords.pyo
+${PYSITELIB}/sqlmap/tamper/versionedmorekeywords.py
+${PYSITELIB}/sqlmap/tamper/versionedmorekeywords.pyc
+${PYSITELIB}/sqlmap/tamper/versionedmorekeywords.pyo
+${PYSITELIB}/sqlmap/tamper/xforwardedfor.py
+${PYSITELIB}/sqlmap/tamper/xforwardedfor.pyc
+${PYSITELIB}/sqlmap/tamper/xforwardedfor.pyo
+${PYSITELIB}/sqlmap/thirdparty/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/ansistrm/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/ansistrm/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/ansistrm/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/ansistrm/ansistrm.py
+${PYSITELIB}/sqlmap/thirdparty/ansistrm/ansistrm.pyc
+${PYSITELIB}/sqlmap/thirdparty/ansistrm/ansistrm.pyo
+${PYSITELIB}/sqlmap/thirdparty/beautifulsoup/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/beautifulsoup/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/beautifulsoup/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/beautifulsoup/beautifulsoup.py
+${PYSITELIB}/sqlmap/thirdparty/beautifulsoup/beautifulsoup.pyc
+${PYSITELIB}/sqlmap/thirdparty/beautifulsoup/beautifulsoup.pyo
+${PYSITELIB}/sqlmap/thirdparty/bottle/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/bottle/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/bottle/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/bottle/bottle.py
+${PYSITELIB}/sqlmap/thirdparty/bottle/bottle.pyc
+${PYSITELIB}/sqlmap/thirdparty/bottle/bottle.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/big5freq.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/big5freq.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/big5freq.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/big5prober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/big5prober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/big5prober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/chardetect.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/chardetect.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/chardetect.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/chardistribution.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/chardistribution.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/chardistribution.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/charsetgroupprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/charsetgroupprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/charsetgroupprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/charsetprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/charsetprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/charsetprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/codingstatemachine.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/codingstatemachine.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/codingstatemachine.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/compat.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/compat.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/compat.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/constants.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/constants.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/constants.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/cp949prober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/cp949prober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/cp949prober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/escprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/escprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/escprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/escsm.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/escsm.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/escsm.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/eucjpprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/eucjpprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/eucjpprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/euckrfreq.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/euckrfreq.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/euckrfreq.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/euckrprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/euckrprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/euckrprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/euctwfreq.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/euctwfreq.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/euctwfreq.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/euctwprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/euctwprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/euctwprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/gb2312freq.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/gb2312freq.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/gb2312freq.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/gb2312prober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/gb2312prober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/gb2312prober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/hebrewprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/hebrewprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/hebrewprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/jisfreq.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/jisfreq.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/jisfreq.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/jpcntx.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/jpcntx.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/jpcntx.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/langbulgarianmodel.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/langbulgarianmodel.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/langbulgarianmodel.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/langcyrillicmodel.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/langcyrillicmodel.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/langcyrillicmodel.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/langgreekmodel.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/langgreekmodel.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/langgreekmodel.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/langhebrewmodel.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/langhebrewmodel.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/langhebrewmodel.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/langhungarianmodel.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/langhungarianmodel.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/langhungarianmodel.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/langthaimodel.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/langthaimodel.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/langthaimodel.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/latin1prober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/latin1prober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/latin1prober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/mbcharsetprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/mbcharsetprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/mbcharsetprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/mbcsgroupprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/mbcsgroupprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/mbcsgroupprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/mbcssm.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/mbcssm.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/mbcssm.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/sbcharsetprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/sbcharsetprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/sbcharsetprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/sbcsgroupprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/sbcsgroupprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/sbcsgroupprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/sjisprober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/sjisprober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/sjisprober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/universaldetector.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/universaldetector.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/universaldetector.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/utf8prober.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/utf8prober.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/utf8prober.pyo
+${PYSITELIB}/sqlmap/thirdparty/clientform/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/clientform/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/clientform/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/clientform/clientform.py
+${PYSITELIB}/sqlmap/thirdparty/clientform/clientform.pyc
+${PYSITELIB}/sqlmap/thirdparty/clientform/clientform.pyo
+${PYSITELIB}/sqlmap/thirdparty/colorama/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/colorama/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/colorama/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/colorama/ansi.py
+${PYSITELIB}/sqlmap/thirdparty/colorama/ansi.pyc
+${PYSITELIB}/sqlmap/thirdparty/colorama/ansi.pyo
+${PYSITELIB}/sqlmap/thirdparty/colorama/ansitowin32.py
+${PYSITELIB}/sqlmap/thirdparty/colorama/ansitowin32.pyc
+${PYSITELIB}/sqlmap/thirdparty/colorama/ansitowin32.pyo
+${PYSITELIB}/sqlmap/thirdparty/colorama/initialise.py
+${PYSITELIB}/sqlmap/thirdparty/colorama/initialise.pyc
+${PYSITELIB}/sqlmap/thirdparty/colorama/initialise.pyo
+${PYSITELIB}/sqlmap/thirdparty/colorama/win32.py
+${PYSITELIB}/sqlmap/thirdparty/colorama/win32.pyc
+${PYSITELIB}/sqlmap/thirdparty/colorama/win32.pyo
+${PYSITELIB}/sqlmap/thirdparty/colorama/winterm.py
+${PYSITELIB}/sqlmap/thirdparty/colorama/winterm.pyc
+${PYSITELIB}/sqlmap/thirdparty/colorama/winterm.pyo
+${PYSITELIB}/sqlmap/thirdparty/fcrypt/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/fcrypt/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/fcrypt/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/fcrypt/fcrypt.py
+${PYSITELIB}/sqlmap/thirdparty/fcrypt/fcrypt.pyc
+${PYSITELIB}/sqlmap/thirdparty/fcrypt/fcrypt.pyo
+${PYSITELIB}/sqlmap/thirdparty/gprof2dot/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/gprof2dot/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/gprof2dot/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/gprof2dot/gprof2dot.py
+${PYSITELIB}/sqlmap/thirdparty/gprof2dot/gprof2dot.pyc
+${PYSITELIB}/sqlmap/thirdparty/gprof2dot/gprof2dot.pyo
+${PYSITELIB}/sqlmap/thirdparty/keepalive/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/keepalive/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/keepalive/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/keepalive/keepalive.py
+${PYSITELIB}/sqlmap/thirdparty/keepalive/keepalive.pyc
+${PYSITELIB}/sqlmap/thirdparty/keepalive/keepalive.pyo
+${PYSITELIB}/sqlmap/thirdparty/magic/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/magic/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/magic/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/magic/magic.py
+${PYSITELIB}/sqlmap/thirdparty/magic/magic.pyc
+${PYSITELIB}/sqlmap/thirdparty/magic/magic.pyo
+${PYSITELIB}/sqlmap/thirdparty/multipart/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/multipart/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/multipart/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/multipart/multipartpost.py
+${PYSITELIB}/sqlmap/thirdparty/multipart/multipartpost.pyc
+${PYSITELIB}/sqlmap/thirdparty/multipart/multipartpost.pyo
+${PYSITELIB}/sqlmap/thirdparty/odict/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/odict/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/odict/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/odict/odict.py
+${PYSITELIB}/sqlmap/thirdparty/odict/odict.pyc
+${PYSITELIB}/sqlmap/thirdparty/odict/odict.pyo
+${PYSITELIB}/sqlmap/thirdparty/oset/LICENSE.txt
+${PYSITELIB}/sqlmap/thirdparty/oset/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/oset/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/oset/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/oset/_abc.py
+${PYSITELIB}/sqlmap/thirdparty/oset/_abc.pyc
+${PYSITELIB}/sqlmap/thirdparty/oset/_abc.pyo
+${PYSITELIB}/sqlmap/thirdparty/oset/pyoset.py
+${PYSITELIB}/sqlmap/thirdparty/oset/pyoset.pyc
+${PYSITELIB}/sqlmap/thirdparty/oset/pyoset.pyo
+${PYSITELIB}/sqlmap/thirdparty/pagerank/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/pagerank/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/pagerank/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/pagerank/pagerank.py
+${PYSITELIB}/sqlmap/thirdparty/pagerank/pagerank.pyc
+${PYSITELIB}/sqlmap/thirdparty/pagerank/pagerank.pyo
+${PYSITELIB}/sqlmap/thirdparty/prettyprint/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/prettyprint/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/prettyprint/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/prettyprint/prettyprint.py
+${PYSITELIB}/sqlmap/thirdparty/prettyprint/prettyprint.pyc
+${PYSITELIB}/sqlmap/thirdparty/prettyprint/prettyprint.pyo
+${PYSITELIB}/sqlmap/thirdparty/pydes/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/pydes/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/pydes/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/pydes/pyDes.py
+${PYSITELIB}/sqlmap/thirdparty/pydes/pyDes.pyc
+${PYSITELIB}/sqlmap/thirdparty/pydes/pyDes.pyo
+${PYSITELIB}/sqlmap/thirdparty/socks/LICENSE
+${PYSITELIB}/sqlmap/thirdparty/socks/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/socks/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/socks/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/socks/socks.py
+${PYSITELIB}/sqlmap/thirdparty/socks/socks.pyc
+${PYSITELIB}/sqlmap/thirdparty/socks/socks.pyo
+${PYSITELIB}/sqlmap/thirdparty/termcolor/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/termcolor/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/termcolor/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/termcolor/termcolor.py
+${PYSITELIB}/sqlmap/thirdparty/termcolor/termcolor.pyc
+${PYSITELIB}/sqlmap/thirdparty/termcolor/termcolor.pyo
+${PYSITELIB}/sqlmap/thirdparty/wininetpton/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/wininetpton/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/wininetpton/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/wininetpton/win_inet_pton.py
+${PYSITELIB}/sqlmap/thirdparty/wininetpton/win_inet_pton.pyc
+${PYSITELIB}/sqlmap/thirdparty/wininetpton/win_inet_pton.pyo
+${PYSITELIB}/sqlmap/thirdparty/xdot/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/xdot/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/xdot/__init__.pyo
+${PYSITELIB}/sqlmap/thirdparty/xdot/xdot.py
+${PYSITELIB}/sqlmap/thirdparty/xdot/xdot.pyc
+${PYSITELIB}/sqlmap/thirdparty/xdot/xdot.pyo
+${PYSITELIB}/sqlmap/txt/checksum.md5
+${PYSITELIB}/sqlmap/txt/common-columns.txt
+${PYSITELIB}/sqlmap/txt/common-outputs.txt
+${PYSITELIB}/sqlmap/txt/common-tables.txt
+${PYSITELIB}/sqlmap/txt/keywords.txt
+${PYSITELIB}/sqlmap/txt/smalldict.txt
+${PYSITELIB}/sqlmap/txt/user-agents.txt
+${PYSITELIB}/sqlmap/txt/wordlist.zip
+${PYSITELIB}/sqlmap/udf/README.txt
+${PYSITELIB}/sqlmap/udf/mysql/linux/32/lib_mysqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/mysql/linux/64/lib_mysqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/mysql/windows/32/lib_mysqludf_sys.dll_
+${PYSITELIB}/sqlmap/udf/mysql/windows/64/lib_mysqludf_sys.dll_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/32/8.2/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/32/8.3/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/32/8.4/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/32/9.0/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/32/9.1/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/32/9.2/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/32/9.3/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/32/9.4/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/64/8.2/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/64/8.3/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/64/8.4/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/64/9.0/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/64/9.1/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/64/9.2/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/64/9.3/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/linux/64/9.4/lib_postgresqludf_sys.so_
+${PYSITELIB}/sqlmap/udf/postgresql/windows/32/8.2/lib_postgresqludf_sys.dll_
+${PYSITELIB}/sqlmap/udf/postgresql/windows/32/8.3/lib_postgresqludf_sys.dll_
+${PYSITELIB}/sqlmap/udf/postgresql/windows/32/8.4/lib_postgresqludf_sys.dll_
+${PYSITELIB}/sqlmap/udf/postgresql/windows/32/9.0/lib_postgresqludf_sys.dll_
+${PYSITELIB}/sqlmap/waf/360.py
+${PYSITELIB}/sqlmap/waf/360.pyc
+${PYSITELIB}/sqlmap/waf/360.pyo
+${PYSITELIB}/sqlmap/waf/__init__.py
+${PYSITELIB}/sqlmap/waf/__init__.pyc
+${PYSITELIB}/sqlmap/waf/__init__.pyo
+${PYSITELIB}/sqlmap/waf/airlock.py
+${PYSITELIB}/sqlmap/waf/airlock.pyc
+${PYSITELIB}/sqlmap/waf/airlock.pyo
+${PYSITELIB}/sqlmap/waf/anquanbao.py
+${PYSITELIB}/sqlmap/waf/anquanbao.pyc
+${PYSITELIB}/sqlmap/waf/anquanbao.pyo
+${PYSITELIB}/sqlmap/waf/armor.py
+${PYSITELIB}/sqlmap/waf/armor.pyc
+${PYSITELIB}/sqlmap/waf/armor.pyo
+${PYSITELIB}/sqlmap/waf/aws.py
+${PYSITELIB}/sqlmap/waf/aws.pyc
+${PYSITELIB}/sqlmap/waf/aws.pyo
+${PYSITELIB}/sqlmap/waf/baidu.py
+${PYSITELIB}/sqlmap/waf/baidu.pyc
+${PYSITELIB}/sqlmap/waf/baidu.pyo
+${PYSITELIB}/sqlmap/waf/barracuda.py
+${PYSITELIB}/sqlmap/waf/barracuda.pyc
+${PYSITELIB}/sqlmap/waf/barracuda.pyo
+${PYSITELIB}/sqlmap/waf/bigip.py
+${PYSITELIB}/sqlmap/waf/bigip.pyc
+${PYSITELIB}/sqlmap/waf/bigip.pyo
+${PYSITELIB}/sqlmap/waf/binarysec.py
+${PYSITELIB}/sqlmap/waf/binarysec.pyc
+${PYSITELIB}/sqlmap/waf/binarysec.pyo
+${PYSITELIB}/sqlmap/waf/blockdos.py
+${PYSITELIB}/sqlmap/waf/blockdos.pyc
+${PYSITELIB}/sqlmap/waf/blockdos.pyo
+${PYSITELIB}/sqlmap/waf/ciscoacexml.py
+${PYSITELIB}/sqlmap/waf/ciscoacexml.pyc
+${PYSITELIB}/sqlmap/waf/ciscoacexml.pyo
+${PYSITELIB}/sqlmap/waf/cloudflare.py
+${PYSITELIB}/sqlmap/waf/cloudflare.pyc
+${PYSITELIB}/sqlmap/waf/cloudflare.pyo
+${PYSITELIB}/sqlmap/waf/cloudfront.py
+${PYSITELIB}/sqlmap/waf/cloudfront.pyc
+${PYSITELIB}/sqlmap/waf/cloudfront.pyo
+${PYSITELIB}/sqlmap/waf/comodo.py
+${PYSITELIB}/sqlmap/waf/comodo.pyc
+${PYSITELIB}/sqlmap/waf/comodo.pyo
+${PYSITELIB}/sqlmap/waf/datapower.py
+${PYSITELIB}/sqlmap/waf/datapower.pyc
+${PYSITELIB}/sqlmap/waf/datapower.pyo
+${PYSITELIB}/sqlmap/waf/denyall.py
+${PYSITELIB}/sqlmap/waf/denyall.pyc
+${PYSITELIB}/sqlmap/waf/denyall.pyo
+${PYSITELIB}/sqlmap/waf/dotdefender.py
+${PYSITELIB}/sqlmap/waf/dotdefender.pyc
+${PYSITELIB}/sqlmap/waf/dotdefender.pyo
+${PYSITELIB}/sqlmap/waf/edgecast.py
+${PYSITELIB}/sqlmap/waf/edgecast.pyc
+${PYSITELIB}/sqlmap/waf/edgecast.pyo
+${PYSITELIB}/sqlmap/waf/expressionengine.py
+${PYSITELIB}/sqlmap/waf/expressionengine.pyc
+${PYSITELIB}/sqlmap/waf/expressionengine.pyo
+${PYSITELIB}/sqlmap/waf/fortiweb.py
+${PYSITELIB}/sqlmap/waf/fortiweb.pyc
+${PYSITELIB}/sqlmap/waf/fortiweb.pyo
+${PYSITELIB}/sqlmap/waf/generic.py
+${PYSITELIB}/sqlmap/waf/generic.pyc
+${PYSITELIB}/sqlmap/waf/generic.pyo
+${PYSITELIB}/sqlmap/waf/hyperguard.py
+${PYSITELIB}/sqlmap/waf/hyperguard.pyc
+${PYSITELIB}/sqlmap/waf/hyperguard.pyo
+${PYSITELIB}/sqlmap/waf/incapsula.py
+${PYSITELIB}/sqlmap/waf/incapsula.pyc
+${PYSITELIB}/sqlmap/waf/incapsula.pyo
+${PYSITELIB}/sqlmap/waf/isaserver.py
+${PYSITELIB}/sqlmap/waf/isaserver.pyc
+${PYSITELIB}/sqlmap/waf/isaserver.pyo
+${PYSITELIB}/sqlmap/waf/jiasule.py
+${PYSITELIB}/sqlmap/waf/jiasule.pyc
+${PYSITELIB}/sqlmap/waf/jiasule.pyo
+${PYSITELIB}/sqlmap/waf/knownsec.py
+${PYSITELIB}/sqlmap/waf/knownsec.pyc
+${PYSITELIB}/sqlmap/waf/knownsec.pyo
+${PYSITELIB}/sqlmap/waf/kona.py
+${PYSITELIB}/sqlmap/waf/kona.pyc
+${PYSITELIB}/sqlmap/waf/kona.pyo
+${PYSITELIB}/sqlmap/waf/modsecurity.py
+${PYSITELIB}/sqlmap/waf/modsecurity.pyc
+${PYSITELIB}/sqlmap/waf/modsecurity.pyo
+${PYSITELIB}/sqlmap/waf/netcontinuum.py
+${PYSITELIB}/sqlmap/waf/netcontinuum.pyc
+${PYSITELIB}/sqlmap/waf/netcontinuum.pyo
+${PYSITELIB}/sqlmap/waf/netscaler.py
+${PYSITELIB}/sqlmap/waf/netscaler.pyc
+${PYSITELIB}/sqlmap/waf/netscaler.pyo
+${PYSITELIB}/sqlmap/waf/newdefend.py
+${PYSITELIB}/sqlmap/waf/newdefend.pyc
+${PYSITELIB}/sqlmap/waf/newdefend.pyo
+${PYSITELIB}/sqlmap/waf/nsfocus.py
+${PYSITELIB}/sqlmap/waf/nsfocus.pyc
+${PYSITELIB}/sqlmap/waf/nsfocus.pyo
+${PYSITELIB}/sqlmap/waf/paloalto.py
+${PYSITELIB}/sqlmap/waf/paloalto.pyc
+${PYSITELIB}/sqlmap/waf/paloalto.pyo
+${PYSITELIB}/sqlmap/waf/profense.py
+${PYSITELIB}/sqlmap/waf/profense.pyc
+${PYSITELIB}/sqlmap/waf/profense.pyo
+${PYSITELIB}/sqlmap/waf/proventia.py
+${PYSITELIB}/sqlmap/waf/proventia.pyc
+${PYSITELIB}/sqlmap/waf/proventia.pyo
+${PYSITELIB}/sqlmap/waf/radware.py
+${PYSITELIB}/sqlmap/waf/radware.pyc
+${PYSITELIB}/sqlmap/waf/radware.pyo
+${PYSITELIB}/sqlmap/waf/requestvalidationmode.py
+${PYSITELIB}/sqlmap/waf/requestvalidationmode.pyc
+${PYSITELIB}/sqlmap/waf/requestvalidationmode.pyo
+${PYSITELIB}/sqlmap/waf/safe3.py
+${PYSITELIB}/sqlmap/waf/safe3.pyc
+${PYSITELIB}/sqlmap/waf/safe3.pyo
+${PYSITELIB}/sqlmap/waf/safedog.py
+${PYSITELIB}/sqlmap/waf/safedog.pyc
+${PYSITELIB}/sqlmap/waf/safedog.pyo
+${PYSITELIB}/sqlmap/waf/secureiis.py
+${PYSITELIB}/sqlmap/waf/secureiis.pyc
+${PYSITELIB}/sqlmap/waf/secureiis.pyo
+${PYSITELIB}/sqlmap/waf/senginx.py
+${PYSITELIB}/sqlmap/waf/senginx.pyc
+${PYSITELIB}/sqlmap/waf/senginx.pyo
+${PYSITELIB}/sqlmap/waf/sitelock.py
+${PYSITELIB}/sqlmap/waf/sitelock.pyc
+${PYSITELIB}/sqlmap/waf/sitelock.pyo
+${PYSITELIB}/sqlmap/waf/sonicwall.py
+${PYSITELIB}/sqlmap/waf/sonicwall.pyc
+${PYSITELIB}/sqlmap/waf/sonicwall.pyo
+${PYSITELIB}/sqlmap/waf/sophos.py
+${PYSITELIB}/sqlmap/waf/sophos.pyc
+${PYSITELIB}/sqlmap/waf/sophos.pyo
+${PYSITELIB}/sqlmap/waf/stingray.py
+${PYSITELIB}/sqlmap/waf/stingray.pyc
+${PYSITELIB}/sqlmap/waf/stingray.pyo
+${PYSITELIB}/sqlmap/waf/sucuri.py
+${PYSITELIB}/sqlmap/waf/sucuri.pyc
+${PYSITELIB}/sqlmap/waf/sucuri.pyo
+${PYSITELIB}/sqlmap/waf/tencent.py
+${PYSITELIB}/sqlmap/waf/tencent.pyc
+${PYSITELIB}/sqlmap/waf/tencent.pyo
+${PYSITELIB}/sqlmap/waf/teros.py
+${PYSITELIB}/sqlmap/waf/teros.pyc
+${PYSITELIB}/sqlmap/waf/teros.pyo
+${PYSITELIB}/sqlmap/waf/trafficshield.py
+${PYSITELIB}/sqlmap/waf/trafficshield.pyc
+${PYSITELIB}/sqlmap/waf/trafficshield.pyo
+${PYSITELIB}/sqlmap/waf/urlscan.py
+${PYSITELIB}/sqlmap/waf/urlscan.pyc
+${PYSITELIB}/sqlmap/waf/urlscan.pyo
+${PYSITELIB}/sqlmap/waf/uspses.py
+${PYSITELIB}/sqlmap/waf/uspses.pyc
+${PYSITELIB}/sqlmap/waf/uspses.pyo
+${PYSITELIB}/sqlmap/waf/varnish.py
+${PYSITELIB}/sqlmap/waf/varnish.pyc
+${PYSITELIB}/sqlmap/waf/varnish.pyo
+${PYSITELIB}/sqlmap/waf/wallarm.py
+${PYSITELIB}/sqlmap/waf/wallarm.pyc
+${PYSITELIB}/sqlmap/waf/wallarm.pyo
+${PYSITELIB}/sqlmap/waf/webappsecure.py
+${PYSITELIB}/sqlmap/waf/webappsecure.pyc
+${PYSITELIB}/sqlmap/waf/webappsecure.pyo
+${PYSITELIB}/sqlmap/waf/webknight.py
+${PYSITELIB}/sqlmap/waf/webknight.pyc
+${PYSITELIB}/sqlmap/waf/webknight.pyo
+${PYSITELIB}/sqlmap/waf/yundun.py
+${PYSITELIB}/sqlmap/waf/yundun.pyc
+${PYSITELIB}/sqlmap/waf/yundun.pyo
+${PYSITELIB}/sqlmap/waf/yunsuo.py
+${PYSITELIB}/sqlmap/waf/yunsuo.pyc
+${PYSITELIB}/sqlmap/waf/yunsuo.pyo
+${PYSITELIB}/sqlmap/xml/banner/cookie.xml
+${PYSITELIB}/sqlmap/xml/banner/generic.xml
+${PYSITELIB}/sqlmap/xml/banner/mssql.xml
+${PYSITELIB}/sqlmap/xml/banner/mysql.xml
+${PYSITELIB}/sqlmap/xml/banner/oracle.xml
+${PYSITELIB}/sqlmap/xml/banner/postgresql.xml
+${PYSITELIB}/sqlmap/xml/banner/server.xml
+${PYSITELIB}/sqlmap/xml/banner/servlet.xml
+${PYSITELIB}/sqlmap/xml/banner/sharepoint.xml
+${PYSITELIB}/sqlmap/xml/banner/x-aspnet-version.xml
+${PYSITELIB}/sqlmap/xml/banner/x-powered-by.xml
+${PYSITELIB}/sqlmap/xml/boundaries.xml
+${PYSITELIB}/sqlmap/xml/errors.xml
+${PYSITELIB}/sqlmap/xml/livetests.xml
+${PYSITELIB}/sqlmap/xml/payloads/boolean_blind.xml
+${PYSITELIB}/sqlmap/xml/payloads/error_based.xml
+${PYSITELIB}/sqlmap/xml/payloads/inline_query.xml
+${PYSITELIB}/sqlmap/xml/payloads/stacked_queries.xml
+${PYSITELIB}/sqlmap/xml/payloads/time_blind.xml
+${PYSITELIB}/sqlmap/xml/payloads/union_query.xml
+${PYSITELIB}/sqlmap/xml/queries.xml
diff --git a/sqlmap/TODO b/sqlmap/TODO
new file mode 100644
index 0000000000..2bb4fb4ac2
--- /dev/null
+++ b/sqlmap/TODO
@@ -0,0 +1,4 @@
+- Test it!
+- Investigate if the extra bash shell scripts and Perl scripts are really extras
+  (i.e. just nice to have and use but not strictly needed). If this is not true
+  it is needed to add `USE_TOOLS=	bash:run perl:run'
diff --git a/sqlmap/distinfo b/sqlmap/distinfo
new file mode 100644
index 0000000000..b7a2bb900d
--- /dev/null
+++ b/sqlmap/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sqlmap-1.1.2.tar.gz) = 1c99fa1b8275fa7263f0af8f5ce7d77a64ca9b26
+RMD160 (sqlmap-1.1.2.tar.gz) = 4b3835ca08e775dfa2a95420f7fbdf5aa99ccdb1
+SHA512 (sqlmap-1.1.2.tar.gz) = bef4e1391bf1cf068828a1224fabe4a82843b94230848a9d2444a43ca23a054d13f974a595c2542554ade1902c1fa441741dd12be4da5e73eb7c05261d5c1ed5
+Size (sqlmap-1.1.2.tar.gz) = 6733035 bytes


Home | Main Index | Thread Index | Old Index