diff --git a/extra/__init__.py b/extra/__init__.py index c654cbef7..8307a1c28 100644 --- a/extra/__init__.py +++ b/extra/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/extra/beep/__init__.py b/extra/beep/__init__.py index c654cbef7..8307a1c28 100644 --- a/extra/beep/__init__.py +++ b/extra/beep/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/extra/beep/beep.py b/extra/beep/beep.py index 2379222dc..8e26d30cb 100644 --- a/extra/beep/beep.py +++ b/extra/beep/beep.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ beep.py - Make a beep sound diff --git a/extra/cloak/__init__.py b/extra/cloak/__init__.py index c654cbef7..8307a1c28 100644 --- a/extra/cloak/__init__.py +++ b/extra/cloak/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/extra/cloak/cloak.py b/extra/cloak/cloak.py index c4810cbe3..7c9efc90b 100644 --- a/extra/cloak/cloak.py +++ b/extra/cloak/cloak.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ cloak.py - Simple file encryption/compression utility diff --git a/extra/dbgtool/__init__.py b/extra/dbgtool/__init__.py index c654cbef7..8307a1c28 100644 --- a/extra/dbgtool/__init__.py +++ b/extra/dbgtool/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/extra/dbgtool/dbgtool.py b/extra/dbgtool/dbgtool.py index 63ba43aac..ca473f39d 100644 --- a/extra/dbgtool/dbgtool.py +++ b/extra/dbgtool/dbgtool.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ dbgtool.py - Portable executable to ASCII debug script converter diff --git a/extra/icmpsh/__init__.py b/extra/icmpsh/__init__.py index 1e340fa56..22e597bac 100644 --- a/extra/icmpsh/__init__.py +++ b/extra/icmpsh/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # icmpsh - simple icmp command shell (port of icmpsh-m.pl written in # Perl by Nico Leidecker ) diff --git a/extra/icmpsh/icmpsh_m.py b/extra/icmpsh/icmpsh_m.py index 562223ab3..d28571f01 100644 --- a/extra/icmpsh/icmpsh_m.py +++ b/extra/icmpsh/icmpsh_m.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # icmpsh - simple icmp command shell (port of icmpsh-m.pl written in # Perl by Nico Leidecker ) diff --git a/extra/safe2bin/__init__.py b/extra/safe2bin/__init__.py index c654cbef7..8307a1c28 100644 --- a/extra/safe2bin/__init__.py +++ b/extra/safe2bin/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/extra/safe2bin/safe2bin.py b/extra/safe2bin/safe2bin.py index 8053120d9..f7c26a0dd 100644 --- a/extra/safe2bin/safe2bin.py +++ b/extra/safe2bin/safe2bin.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ safe2bin.py - Simple safe(hex) to binary format converter diff --git a/extra/shutils/duplicates.py b/extra/shutils/duplicates.py index b5431af4f..c5fdbaf64 100755 --- a/extra/shutils/duplicates.py +++ b/extra/shutils/duplicates.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) # See the file 'LICENSE' for copying permission diff --git a/extra/shutils/newlines.py b/extra/shutils/newlines.py index 63a557a1f..1d76b377f 100644 --- a/extra/shutils/newlines.py +++ b/extra/shutils/newlines.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # Runs pylint on all python scripts found in a directory tree # Reference: http://rowinggolfer.blogspot.com/2009/08/pylint-recursively.html diff --git a/extra/shutils/pylint.py b/extra/shutils/pylint.py index cec5321b2..13895460b 100755 --- a/extra/shutils/pylint.py +++ b/extra/shutils/pylint.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # Runs pylint on all python scripts found in a directory tree # Reference: http://rowinggolfer.blogspot.com/2009/08/pylint-recursively.html diff --git a/extra/shutils/regressiontest.py b/extra/shutils/regressiontest.py index e4e920571..6d7f8134a 100755 --- a/extra/shutils/regressiontest.py +++ b/extra/shutils/regressiontest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) # See the file 'LICENSE' for copying permission diff --git a/extra/sqlharvest/__init__.py b/extra/sqlharvest/__init__.py index c654cbef7..8307a1c28 100644 --- a/extra/sqlharvest/__init__.py +++ b/extra/sqlharvest/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/extra/sqlharvest/sqlharvest.py b/extra/sqlharvest/sqlharvest.py index 42810fa71..d0ded452c 100644 --- a/extra/sqlharvest/sqlharvest.py +++ b/extra/sqlharvest/sqlharvest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/extra/wafdetectify/__init__.py b/extra/wafdetectify/__init__.py index c654cbef7..8307a1c28 100644 --- a/extra/wafdetectify/__init__.py +++ b/extra/wafdetectify/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/extra/wafdetectify/wafdetectify.py b/extra/wafdetectify/wafdetectify.py index a5f3d54d1..3afe6eb5d 100755 --- a/extra/wafdetectify/wafdetectify.py +++ b/extra/wafdetectify/wafdetectify.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/__init__.py b/lib/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/controller/__init__.py b/lib/controller/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/controller/__init__.py +++ b/lib/controller/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/controller/action.py b/lib/controller/action.py index acdd2dbea..b2696d553 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 821b10821..3f299bfdb 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/controller/controller.py b/lib/controller/controller.py index d8e42f06c..1fc91aba8 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/controller/handler.py b/lib/controller/handler.py index ce128dbb5..15f1cca8c 100644 --- a/lib/controller/handler.py +++ b/lib/controller/handler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/__init__.py b/lib/core/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/core/__init__.py +++ b/lib/core/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/agent.py b/lib/core/agent.py index b20e368e2..91e899275 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/bigarray.py b/lib/core/bigarray.py index b09786210..5d8fa21a9 100644 --- a/lib/core/bigarray.py +++ b/lib/core/bigarray.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/common.py b/lib/core/common.py index 509b87e8b..a79783bac 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/convert.py b/lib/core/convert.py index e931d81ec..00a7a72aa 100644 --- a/lib/core/convert.py +++ b/lib/core/convert.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/data.py b/lib/core/data.py index 3a56c7fb4..9f10d20a7 100644 --- a/lib/core/data.py +++ b/lib/core/data.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/datatype.py b/lib/core/datatype.py index 7fe562d50..cfc4dd02f 100644 --- a/lib/core/datatype.py +++ b/lib/core/datatype.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/decorators.py b/lib/core/decorators.py index f99c712c9..581d640d5 100644 --- a/lib/core/decorators.py +++ b/lib/core/decorators.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/defaults.py b/lib/core/defaults.py index 95a7f3ff4..50ab6bb19 100644 --- a/lib/core/defaults.py +++ b/lib/core/defaults.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/dicts.py b/lib/core/dicts.py index e80f3d9a0..18c28d722 100644 --- a/lib/core/dicts.py +++ b/lib/core/dicts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/dump.py b/lib/core/dump.py index 414d7df8f..71affa0ed 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/enums.py b/lib/core/enums.py index 5299a239e..a050e8b01 100644 --- a/lib/core/enums.py +++ b/lib/core/enums.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/exception.py b/lib/core/exception.py index ad87adf6f..3d0dd5e23 100644 --- a/lib/core/exception.py +++ b/lib/core/exception.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/log.py b/lib/core/log.py index 096fdfd90..76502f104 100644 --- a/lib/core/log.py +++ b/lib/core/log.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/option.py b/lib/core/option.py index d5d00aee1..4f155e271 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index 5232f674a..dc6471c14 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/patch.py b/lib/core/patch.py index 49a458431..6f8b862b1 100644 --- a/lib/core/patch.py +++ b/lib/core/patch.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/profiling.py b/lib/core/profiling.py index 9ba1dd4c7..72770263e 100644 --- a/lib/core/profiling.py +++ b/lib/core/profiling.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/readlineng.py b/lib/core/readlineng.py index 5e16f689e..4d063325a 100644 --- a/lib/core/readlineng.py +++ b/lib/core/readlineng.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/replication.py b/lib/core/replication.py index 01f2495a6..5ae390668 100644 --- a/lib/core/replication.py +++ b/lib/core/replication.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/revision.py b/lib/core/revision.py index 600584de2..94158a67a 100644 --- a/lib/core/revision.py +++ b/lib/core/revision.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/session.py b/lib/core/session.py index 9cf569b68..3b79d6e54 100644 --- a/lib/core/session.py +++ b/lib/core/session.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/settings.py b/lib/core/settings.py index 384b7c943..537a52958 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) @@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME from lib.core.enums import OS # sqlmap version (...) -VERSION = "1.3.3.40" +VERSION = "1.3.3.41" TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) diff --git a/lib/core/shell.py b/lib/core/shell.py index 3f18488a3..1b254bc19 100644 --- a/lib/core/shell.py +++ b/lib/core/shell.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/subprocessng.py b/lib/core/subprocessng.py index 430922139..ed7be6fdb 100644 --- a/lib/core/subprocessng.py +++ b/lib/core/subprocessng.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/target.py b/lib/core/target.py index b3c5107dd..ac88d8fed 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/testing.py b/lib/core/testing.py index 030f58f39..34ade2a1c 100644 --- a/lib/core/testing.py +++ b/lib/core/testing.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/threads.py b/lib/core/threads.py index 6031c96b3..4dc39dd61 100644 --- a/lib/core/threads.py +++ b/lib/core/threads.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/unescaper.py b/lib/core/unescaper.py index e95378b15..4678e60ad 100644 --- a/lib/core/unescaper.py +++ b/lib/core/unescaper.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/update.py b/lib/core/update.py index 154452e25..aef8ffec7 100644 --- a/lib/core/update.py +++ b/lib/core/update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/wordlist.py b/lib/core/wordlist.py index 373d10079..2ae1c71b0 100644 --- a/lib/core/wordlist.py +++ b/lib/core/wordlist.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/__init__.py b/lib/parse/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/parse/__init__.py +++ b/lib/parse/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/banner.py b/lib/parse/banner.py index 77ae798f6..8bc9f9ee0 100644 --- a/lib/parse/banner.py +++ b/lib/parse/banner.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 12478af23..1d29ce4dd 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/configfile.py b/lib/parse/configfile.py index 4095c1dcc..fc5b332d7 100644 --- a/lib/parse/configfile.py +++ b/lib/parse/configfile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/handler.py b/lib/parse/handler.py index ed03812bb..df63cecdb 100644 --- a/lib/parse/handler.py +++ b/lib/parse/handler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/headers.py b/lib/parse/headers.py index b348f25b2..2eb81973f 100644 --- a/lib/parse/headers.py +++ b/lib/parse/headers.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/html.py b/lib/parse/html.py index 3ec61d52f..98cefae69 100644 --- a/lib/parse/html.py +++ b/lib/parse/html.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/payloads.py b/lib/parse/payloads.py index 3d5009878..46612d5b8 100644 --- a/lib/parse/payloads.py +++ b/lib/parse/payloads.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/sitemap.py b/lib/parse/sitemap.py index a9b95890e..1ac1d9799 100644 --- a/lib/parse/sitemap.py +++ b/lib/parse/sitemap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/__init__.py b/lib/request/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/request/__init__.py +++ b/lib/request/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/basic.py b/lib/request/basic.py index bbc0400af..8c36d1a0d 100644 --- a/lib/request/basic.py +++ b/lib/request/basic.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/basicauthhandler.py b/lib/request/basicauthhandler.py index e68622652..0758f0fe8 100644 --- a/lib/request/basicauthhandler.py +++ b/lib/request/basicauthhandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/chunkedhandler.py b/lib/request/chunkedhandler.py index 72ed932c7..54d2f9aa9 100644 --- a/lib/request/chunkedhandler.py +++ b/lib/request/chunkedhandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/comparison.py b/lib/request/comparison.py index ef0a6f11d..9b8a9cfae 100644 --- a/lib/request/comparison.py +++ b/lib/request/comparison.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/connect.py b/lib/request/connect.py index c07b1bd02..3de5e700e 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/direct.py b/lib/request/direct.py index 3a0dea4eb..a85c5bd46 100644 --- a/lib/request/direct.py +++ b/lib/request/direct.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/dns.py b/lib/request/dns.py index 950248fe3..2cff361f6 100644 --- a/lib/request/dns.py +++ b/lib/request/dns.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/httpshandler.py b/lib/request/httpshandler.py index c75d2f6e9..294f4ec79 100644 --- a/lib/request/httpshandler.py +++ b/lib/request/httpshandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/inject.py b/lib/request/inject.py index f5fcde3c6..293fdf290 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/methodrequest.py b/lib/request/methodrequest.py index e07f4765f..2568f94eb 100644 --- a/lib/request/methodrequest.py +++ b/lib/request/methodrequest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/pkihandler.py b/lib/request/pkihandler.py index 8e66409c8..612a452ea 100644 --- a/lib/request/pkihandler.py +++ b/lib/request/pkihandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/rangehandler.py b/lib/request/rangehandler.py index 0f62c4da6..2ab8fccfb 100644 --- a/lib/request/rangehandler.py +++ b/lib/request/rangehandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/redirecthandler.py b/lib/request/redirecthandler.py index 60c3af1ce..074832b06 100644 --- a/lib/request/redirecthandler.py +++ b/lib/request/redirecthandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/templates.py b/lib/request/templates.py index 6f8f155e0..23138cf7e 100644 --- a/lib/request/templates.py +++ b/lib/request/templates.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/__init__.py b/lib/takeover/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/takeover/__init__.py +++ b/lib/takeover/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/abstraction.py b/lib/takeover/abstraction.py index 349df3e24..42ec10704 100644 --- a/lib/takeover/abstraction.py +++ b/lib/takeover/abstraction.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/icmpsh.py b/lib/takeover/icmpsh.py index 4be69f468..2fcfc0ae0 100644 --- a/lib/takeover/icmpsh.py +++ b/lib/takeover/icmpsh.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/metasploit.py b/lib/takeover/metasploit.py index 04fb88a9b..7a50b1c6d 100644 --- a/lib/takeover/metasploit.py +++ b/lib/takeover/metasploit.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/registry.py b/lib/takeover/registry.py index 5b83526c0..9314f266f 100644 --- a/lib/takeover/registry.py +++ b/lib/takeover/registry.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/udf.py b/lib/takeover/udf.py index e5f7c9e50..afb05c37f 100644 --- a/lib/takeover/udf.py +++ b/lib/takeover/udf.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/web.py b/lib/takeover/web.py index 24d2f0d38..457b3a5f1 100644 --- a/lib/takeover/web.py +++ b/lib/takeover/web.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/xp_cmdshell.py b/lib/takeover/xp_cmdshell.py index d4db1a6b5..61e9dbfda 100644 --- a/lib/takeover/xp_cmdshell.py +++ b/lib/takeover/xp_cmdshell.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/__init__.py b/lib/techniques/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/techniques/__init__.py +++ b/lib/techniques/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/blind/__init__.py b/lib/techniques/blind/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/techniques/blind/__init__.py +++ b/lib/techniques/blind/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 46da3e6ab..741abf453 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/dns/__init__.py b/lib/techniques/dns/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/techniques/dns/__init__.py +++ b/lib/techniques/dns/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/dns/test.py b/lib/techniques/dns/test.py index 361a3b088..3c9d4b3a3 100644 --- a/lib/techniques/dns/test.py +++ b/lib/techniques/dns/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/dns/use.py b/lib/techniques/dns/use.py index ae717aae5..e4a2dc470 100644 --- a/lib/techniques/dns/use.py +++ b/lib/techniques/dns/use.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/error/__init__.py b/lib/techniques/error/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/techniques/error/__init__.py +++ b/lib/techniques/error/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/error/use.py b/lib/techniques/error/use.py index 5ffcff3d8..62b38c713 100644 --- a/lib/techniques/error/use.py +++ b/lib/techniques/error/use.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/union/__init__.py b/lib/techniques/union/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/techniques/union/__init__.py +++ b/lib/techniques/union/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/union/test.py b/lib/techniques/union/test.py index 6dfcafdc8..f5c2d314e 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/union/use.py b/lib/techniques/union/use.py index f4b0fa30e..234e3eeab 100644 --- a/lib/techniques/union/use.py +++ b/lib/techniques/union/use.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py index c654cbef7..8307a1c28 100644 --- a/lib/utils/__init__.py +++ b/lib/utils/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/api.py b/lib/utils/api.py index 4ea74904a..69cb3c05d 100644 --- a/lib/utils/api.py +++ b/lib/utils/api.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ diff --git a/lib/utils/brute.py b/lib/utils/brute.py index ff4e7c17b..84a79f657 100644 --- a/lib/utils/brute.py +++ b/lib/utils/brute.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/crawler.py b/lib/utils/crawler.py index 12d29522a..e4414b959 100644 --- a/lib/utils/crawler.py +++ b/lib/utils/crawler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/deps.py b/lib/utils/deps.py index 265c0eb87..15c9a9e5d 100644 --- a/lib/utils/deps.py +++ b/lib/utils/deps.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/getch.py b/lib/utils/getch.py index 733fdf570..4b4dcf9b0 100644 --- a/lib/utils/getch.py +++ b/lib/utils/getch.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/har.py b/lib/utils/har.py index 252da45d1..241b17eaf 100644 --- a/lib/utils/har.py +++ b/lib/utils/har.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/hash.py b/lib/utils/hash.py index ded67af3b..21dc6b965 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/hashdb.py b/lib/utils/hashdb.py index 8cbee8170..a51226a78 100644 --- a/lib/utils/hashdb.py +++ b/lib/utils/hashdb.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/htmlentities.py b/lib/utils/htmlentities.py index a97320ec0..e378e9418 100644 --- a/lib/utils/htmlentities.py +++ b/lib/utils/htmlentities.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/pivotdumptable.py b/lib/utils/pivotdumptable.py index a60a41754..07cf5b8ee 100644 --- a/lib/utils/pivotdumptable.py +++ b/lib/utils/pivotdumptable.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/progress.py b/lib/utils/progress.py index e9a81847e..dc9ade228 100644 --- a/lib/utils/progress.py +++ b/lib/utils/progress.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/purge.py b/lib/utils/purge.py index 248ad0ce8..d716c2849 100644 --- a/lib/utils/purge.py +++ b/lib/utils/purge.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/search.py b/lib/utils/search.py index 9b171b4b5..6ec5c04ca 100644 --- a/lib/utils/search.py +++ b/lib/utils/search.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/sqlalchemy.py b/lib/utils/sqlalchemy.py index 0752ccdd8..6e6c9961b 100644 --- a/lib/utils/sqlalchemy.py +++ b/lib/utils/sqlalchemy.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/timeout.py b/lib/utils/timeout.py index 4f661769f..02a2f20ec 100644 --- a/lib/utils/timeout.py +++ b/lib/utils/timeout.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/versioncheck.py b/lib/utils/versioncheck.py index e9e49a5f0..0e75e4681 100644 --- a/lib/utils/versioncheck.py +++ b/lib/utils/versioncheck.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/xrange.py b/lib/utils/xrange.py index 119c2a39c..125c8ec07 100644 --- a/lib/utils/xrange.py +++ b/lib/utils/xrange.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/__init__.py b/plugins/__init__.py index c654cbef7..8307a1c28 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/__init__.py b/plugins/dbms/__init__.py index c654cbef7..8307a1c28 100644 --- a/plugins/dbms/__init__.py +++ b/plugins/dbms/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/__init__.py b/plugins/dbms/access/__init__.py index 3529701b0..f909970ea 100644 --- a/plugins/dbms/access/__init__.py +++ b/plugins/dbms/access/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/connector.py b/plugins/dbms/access/connector.py index e2d640a5d..8a3839807 100644 --- a/plugins/dbms/access/connector.py +++ b/plugins/dbms/access/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/enumeration.py b/plugins/dbms/access/enumeration.py index 222761024..bffb73d81 100644 --- a/plugins/dbms/access/enumeration.py +++ b/plugins/dbms/access/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/filesystem.py b/plugins/dbms/access/filesystem.py index 7d0006c8d..873785fa5 100644 --- a/plugins/dbms/access/filesystem.py +++ b/plugins/dbms/access/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/fingerprint.py b/plugins/dbms/access/fingerprint.py index 339edba51..a8544ecdf 100644 --- a/plugins/dbms/access/fingerprint.py +++ b/plugins/dbms/access/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/syntax.py b/plugins/dbms/access/syntax.py index f6cd030ef..4866d344c 100644 --- a/plugins/dbms/access/syntax.py +++ b/plugins/dbms/access/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/takeover.py b/plugins/dbms/access/takeover.py index e12c4d9ad..837fe3be2 100644 --- a/plugins/dbms/access/takeover.py +++ b/plugins/dbms/access/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/__init__.py b/plugins/dbms/db2/__init__.py index 6bf0091cf..c79259c43 100644 --- a/plugins/dbms/db2/__init__.py +++ b/plugins/dbms/db2/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/connector.py b/plugins/dbms/db2/connector.py index fc6051de1..63b7fca09 100644 --- a/plugins/dbms/db2/connector.py +++ b/plugins/dbms/db2/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/enumeration.py b/plugins/dbms/db2/enumeration.py index 129ef0278..b73b2168e 100644 --- a/plugins/dbms/db2/enumeration.py +++ b/plugins/dbms/db2/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/filesystem.py b/plugins/dbms/db2/filesystem.py index 4f0d86be7..deb2cf33a 100644 --- a/plugins/dbms/db2/filesystem.py +++ b/plugins/dbms/db2/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/fingerprint.py b/plugins/dbms/db2/fingerprint.py index dd6e34af9..09fc030ff 100644 --- a/plugins/dbms/db2/fingerprint.py +++ b/plugins/dbms/db2/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/syntax.py b/plugins/dbms/db2/syntax.py index c0aacd60f..39e974f64 100644 --- a/plugins/dbms/db2/syntax.py +++ b/plugins/dbms/db2/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/takeover.py b/plugins/dbms/db2/takeover.py index ca204b034..ea1682c1f 100644 --- a/plugins/dbms/db2/takeover.py +++ b/plugins/dbms/db2/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/__init__.py b/plugins/dbms/firebird/__init__.py index f35a4070e..89d86cf50 100644 --- a/plugins/dbms/firebird/__init__.py +++ b/plugins/dbms/firebird/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/connector.py b/plugins/dbms/firebird/connector.py index 2b5e378e3..260e8655b 100644 --- a/plugins/dbms/firebird/connector.py +++ b/plugins/dbms/firebird/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/enumeration.py b/plugins/dbms/firebird/enumeration.py index 406347a5e..a956d963a 100644 --- a/plugins/dbms/firebird/enumeration.py +++ b/plugins/dbms/firebird/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/filesystem.py b/plugins/dbms/firebird/filesystem.py index 2ccf0cb8c..e8e46b331 100644 --- a/plugins/dbms/firebird/filesystem.py +++ b/plugins/dbms/firebird/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/fingerprint.py b/plugins/dbms/firebird/fingerprint.py index 40ac7580c..9214190bd 100644 --- a/plugins/dbms/firebird/fingerprint.py +++ b/plugins/dbms/firebird/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/syntax.py b/plugins/dbms/firebird/syntax.py index 7c91e79cf..f7f77685c 100644 --- a/plugins/dbms/firebird/syntax.py +++ b/plugins/dbms/firebird/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/takeover.py b/plugins/dbms/firebird/takeover.py index 986441470..4dc49a27c 100644 --- a/plugins/dbms/firebird/takeover.py +++ b/plugins/dbms/firebird/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/__init__.py b/plugins/dbms/h2/__init__.py index b38b098dd..f417c6b6d 100644 --- a/plugins/dbms/h2/__init__.py +++ b/plugins/dbms/h2/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/connector.py b/plugins/dbms/h2/connector.py index 54e332c77..9ab33eb73 100644 --- a/plugins/dbms/h2/connector.py +++ b/plugins/dbms/h2/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/enumeration.py b/plugins/dbms/h2/enumeration.py index 58e9ec716..946e1ca0d 100644 --- a/plugins/dbms/h2/enumeration.py +++ b/plugins/dbms/h2/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/filesystem.py b/plugins/dbms/h2/filesystem.py index cfbcee27c..e7e0c4d77 100644 --- a/plugins/dbms/h2/filesystem.py +++ b/plugins/dbms/h2/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/fingerprint.py b/plugins/dbms/h2/fingerprint.py index 6b6353ecc..8be42e66a 100644 --- a/plugins/dbms/h2/fingerprint.py +++ b/plugins/dbms/h2/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/syntax.py b/plugins/dbms/h2/syntax.py index b98351c59..73c9d52c0 100644 --- a/plugins/dbms/h2/syntax.py +++ b/plugins/dbms/h2/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/takeover.py b/plugins/dbms/h2/takeover.py index cb0f53cb2..ca1450176 100644 --- a/plugins/dbms/h2/takeover.py +++ b/plugins/dbms/h2/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/__init__.py b/plugins/dbms/hsqldb/__init__.py index c6f9c28f1..baf6735f4 100644 --- a/plugins/dbms/hsqldb/__init__.py +++ b/plugins/dbms/hsqldb/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/connector.py b/plugins/dbms/hsqldb/connector.py index 6ac4c1609..f9a19f5c1 100644 --- a/plugins/dbms/hsqldb/connector.py +++ b/plugins/dbms/hsqldb/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/enumeration.py b/plugins/dbms/hsqldb/enumeration.py index 9616d5cf6..d3ef310b6 100644 --- a/plugins/dbms/hsqldb/enumeration.py +++ b/plugins/dbms/hsqldb/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/filesystem.py b/plugins/dbms/hsqldb/filesystem.py index a8bdfa2a0..f7ff1d571 100644 --- a/plugins/dbms/hsqldb/filesystem.py +++ b/plugins/dbms/hsqldb/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/fingerprint.py b/plugins/dbms/hsqldb/fingerprint.py index 4b1245b40..2939460d2 100644 --- a/plugins/dbms/hsqldb/fingerprint.py +++ b/plugins/dbms/hsqldb/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/syntax.py b/plugins/dbms/hsqldb/syntax.py index b98351c59..73c9d52c0 100644 --- a/plugins/dbms/hsqldb/syntax.py +++ b/plugins/dbms/hsqldb/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/takeover.py b/plugins/dbms/hsqldb/takeover.py index c3b09e340..eb8a41085 100644 --- a/plugins/dbms/hsqldb/takeover.py +++ b/plugins/dbms/hsqldb/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/__init__.py b/plugins/dbms/informix/__init__.py index 79a14664b..f8cb6511d 100644 --- a/plugins/dbms/informix/__init__.py +++ b/plugins/dbms/informix/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/connector.py b/plugins/dbms/informix/connector.py index 7faeee246..b9539a2d4 100644 --- a/plugins/dbms/informix/connector.py +++ b/plugins/dbms/informix/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/enumeration.py b/plugins/dbms/informix/enumeration.py index 985963fd9..197d60958 100644 --- a/plugins/dbms/informix/enumeration.py +++ b/plugins/dbms/informix/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/filesystem.py b/plugins/dbms/informix/filesystem.py index 4f0d86be7..deb2cf33a 100644 --- a/plugins/dbms/informix/filesystem.py +++ b/plugins/dbms/informix/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/fingerprint.py b/plugins/dbms/informix/fingerprint.py index a582a93d6..db96512c1 100644 --- a/plugins/dbms/informix/fingerprint.py +++ b/plugins/dbms/informix/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/syntax.py b/plugins/dbms/informix/syntax.py index 2bd9c9e33..58cf20194 100644 --- a/plugins/dbms/informix/syntax.py +++ b/plugins/dbms/informix/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/takeover.py b/plugins/dbms/informix/takeover.py index ca204b034..ea1682c1f 100644 --- a/plugins/dbms/informix/takeover.py +++ b/plugins/dbms/informix/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/__init__.py b/plugins/dbms/maxdb/__init__.py index 77e9c5a25..4fe75557b 100644 --- a/plugins/dbms/maxdb/__init__.py +++ b/plugins/dbms/maxdb/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/connector.py b/plugins/dbms/maxdb/connector.py index dd8f76a3a..3a1dde14d 100644 --- a/plugins/dbms/maxdb/connector.py +++ b/plugins/dbms/maxdb/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/enumeration.py b/plugins/dbms/maxdb/enumeration.py index bdfa96f5f..cd0980370 100644 --- a/plugins/dbms/maxdb/enumeration.py +++ b/plugins/dbms/maxdb/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/filesystem.py b/plugins/dbms/maxdb/filesystem.py index 45fb2040c..3b66df52b 100644 --- a/plugins/dbms/maxdb/filesystem.py +++ b/plugins/dbms/maxdb/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/fingerprint.py b/plugins/dbms/maxdb/fingerprint.py index 4875a6e8b..bbf4186ad 100644 --- a/plugins/dbms/maxdb/fingerprint.py +++ b/plugins/dbms/maxdb/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/syntax.py b/plugins/dbms/maxdb/syntax.py index c950f1064..71ffce4cd 100644 --- a/plugins/dbms/maxdb/syntax.py +++ b/plugins/dbms/maxdb/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/takeover.py b/plugins/dbms/maxdb/takeover.py index d3f2172e3..402766ff6 100644 --- a/plugins/dbms/maxdb/takeover.py +++ b/plugins/dbms/maxdb/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/__init__.py b/plugins/dbms/mssqlserver/__init__.py index acff62b99..e1db71a8c 100644 --- a/plugins/dbms/mssqlserver/__init__.py +++ b/plugins/dbms/mssqlserver/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/connector.py b/plugins/dbms/mssqlserver/connector.py index 4a5dd8f8a..ff2702e5b 100644 --- a/plugins/dbms/mssqlserver/connector.py +++ b/plugins/dbms/mssqlserver/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/enumeration.py b/plugins/dbms/mssqlserver/enumeration.py index 5deb83d91..72492d090 100644 --- a/plugins/dbms/mssqlserver/enumeration.py +++ b/plugins/dbms/mssqlserver/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/filesystem.py b/plugins/dbms/mssqlserver/filesystem.py index 105c49d28..7207fa6f8 100644 --- a/plugins/dbms/mssqlserver/filesystem.py +++ b/plugins/dbms/mssqlserver/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/fingerprint.py b/plugins/dbms/mssqlserver/fingerprint.py index 065e3bd25..e67834e2b 100644 --- a/plugins/dbms/mssqlserver/fingerprint.py +++ b/plugins/dbms/mssqlserver/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/syntax.py b/plugins/dbms/mssqlserver/syntax.py index e93427e63..949d95e9e 100644 --- a/plugins/dbms/mssqlserver/syntax.py +++ b/plugins/dbms/mssqlserver/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/takeover.py b/plugins/dbms/mssqlserver/takeover.py index 0377c4d37..a7795b523 100644 --- a/plugins/dbms/mssqlserver/takeover.py +++ b/plugins/dbms/mssqlserver/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/__init__.py b/plugins/dbms/mysql/__init__.py index 2d2675538..c2c5d77f5 100644 --- a/plugins/dbms/mysql/__init__.py +++ b/plugins/dbms/mysql/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/connector.py b/plugins/dbms/mysql/connector.py index b40f7665f..7f1b32abc 100644 --- a/plugins/dbms/mysql/connector.py +++ b/plugins/dbms/mysql/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/enumeration.py b/plugins/dbms/mysql/enumeration.py index c375e891e..0f0f50657 100644 --- a/plugins/dbms/mysql/enumeration.py +++ b/plugins/dbms/mysql/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/filesystem.py b/plugins/dbms/mysql/filesystem.py index 07950d91c..a21a10d99 100644 --- a/plugins/dbms/mysql/filesystem.py +++ b/plugins/dbms/mysql/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/fingerprint.py b/plugins/dbms/mysql/fingerprint.py index 123a401be..56a8e269b 100644 --- a/plugins/dbms/mysql/fingerprint.py +++ b/plugins/dbms/mysql/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/syntax.py b/plugins/dbms/mysql/syntax.py index b2ad286a9..560e092ae 100644 --- a/plugins/dbms/mysql/syntax.py +++ b/plugins/dbms/mysql/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/takeover.py b/plugins/dbms/mysql/takeover.py index a66d12313..e0b9a10ac 100644 --- a/plugins/dbms/mysql/takeover.py +++ b/plugins/dbms/mysql/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/__init__.py b/plugins/dbms/oracle/__init__.py index fd2c5f5af..e3c9bf2dd 100644 --- a/plugins/dbms/oracle/__init__.py +++ b/plugins/dbms/oracle/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/connector.py b/plugins/dbms/oracle/connector.py index 03728a5da..07a276abc 100644 --- a/plugins/dbms/oracle/connector.py +++ b/plugins/dbms/oracle/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/enumeration.py b/plugins/dbms/oracle/enumeration.py index 981543516..24c0bdf54 100644 --- a/plugins/dbms/oracle/enumeration.py +++ b/plugins/dbms/oracle/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/filesystem.py b/plugins/dbms/oracle/filesystem.py index b4c8a1769..96eb43fac 100644 --- a/plugins/dbms/oracle/filesystem.py +++ b/plugins/dbms/oracle/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/fingerprint.py b/plugins/dbms/oracle/fingerprint.py index 29d35296a..0f6793d77 100644 --- a/plugins/dbms/oracle/fingerprint.py +++ b/plugins/dbms/oracle/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/syntax.py b/plugins/dbms/oracle/syntax.py index df0040510..c64e40444 100644 --- a/plugins/dbms/oracle/syntax.py +++ b/plugins/dbms/oracle/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/takeover.py b/plugins/dbms/oracle/takeover.py index c716307cd..47137f3ff 100644 --- a/plugins/dbms/oracle/takeover.py +++ b/plugins/dbms/oracle/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/__init__.py b/plugins/dbms/postgresql/__init__.py index a21530574..e2d410870 100644 --- a/plugins/dbms/postgresql/__init__.py +++ b/plugins/dbms/postgresql/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/connector.py b/plugins/dbms/postgresql/connector.py index 2b8f4a01e..c220e2550 100644 --- a/plugins/dbms/postgresql/connector.py +++ b/plugins/dbms/postgresql/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/enumeration.py b/plugins/dbms/postgresql/enumeration.py index c089fcba0..41e82b5c7 100644 --- a/plugins/dbms/postgresql/enumeration.py +++ b/plugins/dbms/postgresql/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/filesystem.py b/plugins/dbms/postgresql/filesystem.py index d97b68db0..bed8233b8 100644 --- a/plugins/dbms/postgresql/filesystem.py +++ b/plugins/dbms/postgresql/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/fingerprint.py b/plugins/dbms/postgresql/fingerprint.py index e7deefb17..b6be3230e 100644 --- a/plugins/dbms/postgresql/fingerprint.py +++ b/plugins/dbms/postgresql/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/syntax.py b/plugins/dbms/postgresql/syntax.py index c83d3b4fc..e6e312d85 100644 --- a/plugins/dbms/postgresql/syntax.py +++ b/plugins/dbms/postgresql/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/takeover.py b/plugins/dbms/postgresql/takeover.py index 3af69331a..e7682419a 100644 --- a/plugins/dbms/postgresql/takeover.py +++ b/plugins/dbms/postgresql/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/__init__.py b/plugins/dbms/sqlite/__init__.py index adb10a1b9..c2628e7c6 100644 --- a/plugins/dbms/sqlite/__init__.py +++ b/plugins/dbms/sqlite/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/connector.py b/plugins/dbms/sqlite/connector.py index 82c0f3d5a..a1832146e 100644 --- a/plugins/dbms/sqlite/connector.py +++ b/plugins/dbms/sqlite/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/enumeration.py b/plugins/dbms/sqlite/enumeration.py index 1af810a88..2eeb04ec7 100644 --- a/plugins/dbms/sqlite/enumeration.py +++ b/plugins/dbms/sqlite/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/filesystem.py b/plugins/dbms/sqlite/filesystem.py index 190a7be8d..f32c9e10a 100644 --- a/plugins/dbms/sqlite/filesystem.py +++ b/plugins/dbms/sqlite/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/fingerprint.py b/plugins/dbms/sqlite/fingerprint.py index 9fc3dcc3e..af44f5a12 100644 --- a/plugins/dbms/sqlite/fingerprint.py +++ b/plugins/dbms/sqlite/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/syntax.py b/plugins/dbms/sqlite/syntax.py index ec6470aad..5d2616472 100644 --- a/plugins/dbms/sqlite/syntax.py +++ b/plugins/dbms/sqlite/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/takeover.py b/plugins/dbms/sqlite/takeover.py index 8ec1c8466..ba9aa942d 100644 --- a/plugins/dbms/sqlite/takeover.py +++ b/plugins/dbms/sqlite/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/__init__.py b/plugins/dbms/sybase/__init__.py index 20d74b765..2abe5bb6a 100644 --- a/plugins/dbms/sybase/__init__.py +++ b/plugins/dbms/sybase/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/connector.py b/plugins/dbms/sybase/connector.py index 5007d2c92..2205c0608 100644 --- a/plugins/dbms/sybase/connector.py +++ b/plugins/dbms/sybase/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/enumeration.py b/plugins/dbms/sybase/enumeration.py index 6010bd4c2..c187cf906 100644 --- a/plugins/dbms/sybase/enumeration.py +++ b/plugins/dbms/sybase/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/filesystem.py b/plugins/dbms/sybase/filesystem.py index 51fc08842..e603ee530 100644 --- a/plugins/dbms/sybase/filesystem.py +++ b/plugins/dbms/sybase/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/fingerprint.py b/plugins/dbms/sybase/fingerprint.py index c88b22d04..5e238a240 100644 --- a/plugins/dbms/sybase/fingerprint.py +++ b/plugins/dbms/sybase/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/syntax.py b/plugins/dbms/sybase/syntax.py index 9b8f1e7fd..230c67189 100644 --- a/plugins/dbms/sybase/syntax.py +++ b/plugins/dbms/sybase/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/takeover.py b/plugins/dbms/sybase/takeover.py index ab518e6c9..210f3c2d5 100644 --- a/plugins/dbms/sybase/takeover.py +++ b/plugins/dbms/sybase/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/__init__.py b/plugins/generic/__init__.py index c654cbef7..8307a1c28 100644 --- a/plugins/generic/__init__.py +++ b/plugins/generic/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/connector.py b/plugins/generic/connector.py index 55568dd6a..77271ea9d 100644 --- a/plugins/generic/connector.py +++ b/plugins/generic/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/custom.py b/plugins/generic/custom.py index ebae7ab3e..3faa59638 100644 --- a/plugins/generic/custom.py +++ b/plugins/generic/custom.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/databases.py b/plugins/generic/databases.py index 34551a033..5412f1b0b 100644 --- a/plugins/generic/databases.py +++ b/plugins/generic/databases.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/entries.py b/plugins/generic/entries.py index de51d97f3..4094fa47e 100644 --- a/plugins/generic/entries.py +++ b/plugins/generic/entries.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index c8b40728e..7fa99772f 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/filesystem.py b/plugins/generic/filesystem.py index 740109211..b77a1f55e 100644 --- a/plugins/generic/filesystem.py +++ b/plugins/generic/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/fingerprint.py b/plugins/generic/fingerprint.py index b593e629c..63aa14da5 100644 --- a/plugins/generic/fingerprint.py +++ b/plugins/generic/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 51c0fff0e..97cf5518d 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/search.py b/plugins/generic/search.py index b21957bb0..ffd231ebd 100644 --- a/plugins/generic/search.py +++ b/plugins/generic/search.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/syntax.py b/plugins/generic/syntax.py index 9ef65a54b..f0c86d3a1 100644 --- a/plugins/generic/syntax.py +++ b/plugins/generic/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/takeover.py b/plugins/generic/takeover.py index 3f2092f93..05ab11ded 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/users.py b/plugins/generic/users.py index 7779a083b..7909fd9db 100644 --- a/plugins/generic/users.py +++ b/plugins/generic/users.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/sqlmap.py b/sqlmap.py index 22821ed84..fd654b010 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/sqlmapapi.py b/sqlmapapi.py index 6804f7cf6..b4b46b467 100755 --- a/sqlmapapi.py +++ b/sqlmapapi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/0x2char.py b/tamper/0x2char.py index 26bb4fda0..562c910e6 100644 --- a/tamper/0x2char.py +++ b/tamper/0x2char.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/__init__.py b/tamper/__init__.py index c654cbef7..8307a1c28 100644 --- a/tamper/__init__.py +++ b/tamper/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/apostrophemask.py b/tamper/apostrophemask.py index d5ed52de3..889f59bd5 100644 --- a/tamper/apostrophemask.py +++ b/tamper/apostrophemask.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/apostrophenullencode.py b/tamper/apostrophenullencode.py index 751c0096b..761012282 100644 --- a/tamper/apostrophenullencode.py +++ b/tamper/apostrophenullencode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/appendnullbyte.py b/tamper/appendnullbyte.py index 5d23e4d57..3b2e0cddb 100644 --- a/tamper/appendnullbyte.py +++ b/tamper/appendnullbyte.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/base64encode.py b/tamper/base64encode.py index 86eaa1c7b..7c4617fa1 100644 --- a/tamper/base64encode.py +++ b/tamper/base64encode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/between.py b/tamper/between.py index 7ee05fb41..d9c971660 100644 --- a/tamper/between.py +++ b/tamper/between.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/bluecoat.py b/tamper/bluecoat.py index 4b88a3985..67dd9b716 100644 --- a/tamper/bluecoat.py +++ b/tamper/bluecoat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/chardoubleencode.py b/tamper/chardoubleencode.py index 512c2b3b4..dd638487d 100644 --- a/tamper/chardoubleencode.py +++ b/tamper/chardoubleencode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/charencode.py b/tamper/charencode.py index bf2283b1f..d1d5d4d47 100644 --- a/tamper/charencode.py +++ b/tamper/charencode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/charunicodeencode.py b/tamper/charunicodeencode.py index 8bd456fab..5999d73eb 100644 --- a/tamper/charunicodeencode.py +++ b/tamper/charunicodeencode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/charunicodeescape.py b/tamper/charunicodeescape.py index 790d8d6c4..9e23887a6 100644 --- a/tamper/charunicodeescape.py +++ b/tamper/charunicodeescape.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/commalesslimit.py b/tamper/commalesslimit.py index 7ebecbcec..b3a561e70 100644 --- a/tamper/commalesslimit.py +++ b/tamper/commalesslimit.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/commalessmid.py b/tamper/commalessmid.py index 379586829..ffe9486f1 100644 --- a/tamper/commalessmid.py +++ b/tamper/commalessmid.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/commentbeforeparentheses.py b/tamper/commentbeforeparentheses.py index 23933c279..4d394f58e 100644 --- a/tamper/commentbeforeparentheses.py +++ b/tamper/commentbeforeparentheses.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/concat2concatws.py b/tamper/concat2concatws.py index d2663bb2f..93679912a 100644 --- a/tamper/concat2concatws.py +++ b/tamper/concat2concatws.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/equaltolike.py b/tamper/equaltolike.py index bc65eff13..6aa8aae3b 100644 --- a/tamper/equaltolike.py +++ b/tamper/equaltolike.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/escapequotes.py b/tamper/escapequotes.py index db7c4c388..3c75cf0fb 100644 --- a/tamper/escapequotes.py +++ b/tamper/escapequotes.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/greatest.py b/tamper/greatest.py index 989280cc8..9a6a49c8d 100644 --- a/tamper/greatest.py +++ b/tamper/greatest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/halfversionedmorekeywords.py b/tamper/halfversionedmorekeywords.py index 7a40f9f4c..36bbed7f1 100644 --- a/tamper/halfversionedmorekeywords.py +++ b/tamper/halfversionedmorekeywords.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/htmlencode.py b/tamper/htmlencode.py index 8eed7b406..491c67322 100644 --- a/tamper/htmlencode.py +++ b/tamper/htmlencode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/ifnull2casewhenisnull.py b/tamper/ifnull2casewhenisnull.py index 0a23ce71a..6ddaf128e 100644 --- a/tamper/ifnull2casewhenisnull.py +++ b/tamper/ifnull2casewhenisnull.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/ifnull2ifisnull.py b/tamper/ifnull2ifisnull.py index 060b88a03..125efd66f 100644 --- a/tamper/ifnull2ifisnull.py +++ b/tamper/ifnull2ifisnull.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/informationschemacomment.py b/tamper/informationschemacomment.py index 7076fecaa..b6f472e68 100644 --- a/tamper/informationschemacomment.py +++ b/tamper/informationschemacomment.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/least.py b/tamper/least.py index 53a8a6aad..5a0e96ee2 100644 --- a/tamper/least.py +++ b/tamper/least.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/lowercase.py b/tamper/lowercase.py index 101e4436a..4aff78cf7 100644 --- a/tamper/lowercase.py +++ b/tamper/lowercase.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/luanginx.py b/tamper/luanginx.py index edd225836..bda883950 100644 --- a/tamper/luanginx.py +++ b/tamper/luanginx.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/modsecurityversioned.py b/tamper/modsecurityversioned.py index 0c4ee3e41..9904708b8 100644 --- a/tamper/modsecurityversioned.py +++ b/tamper/modsecurityversioned.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/modsecurityzeroversioned.py b/tamper/modsecurityzeroversioned.py index af358f58b..7ded8627b 100644 --- a/tamper/modsecurityzeroversioned.py +++ b/tamper/modsecurityzeroversioned.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/multiplespaces.py b/tamper/multiplespaces.py index 57cc23272..2de4ab929 100644 --- a/tamper/multiplespaces.py +++ b/tamper/multiplespaces.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/overlongutf8.py b/tamper/overlongutf8.py index 5cc28a630..7d60682b8 100644 --- a/tamper/overlongutf8.py +++ b/tamper/overlongutf8.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/overlongutf8more.py b/tamper/overlongutf8more.py index 301945f4f..a6f658052 100644 --- a/tamper/overlongutf8more.py +++ b/tamper/overlongutf8more.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/percentage.py b/tamper/percentage.py index 71259fd88..57abb0f1c 100644 --- a/tamper/percentage.py +++ b/tamper/percentage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/plus2concat.py b/tamper/plus2concat.py index acc800022..1304c9c5e 100644 --- a/tamper/plus2concat.py +++ b/tamper/plus2concat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/plus2fnconcat.py b/tamper/plus2fnconcat.py index 99e0a1442..4a1bca1e8 100644 --- a/tamper/plus2fnconcat.py +++ b/tamper/plus2fnconcat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/randomcase.py b/tamper/randomcase.py index 2e9fb575b..09303de33 100644 --- a/tamper/randomcase.py +++ b/tamper/randomcase.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/randomcomments.py b/tamper/randomcomments.py index 1e9c7815a..2b45d723c 100644 --- a/tamper/randomcomments.py +++ b/tamper/randomcomments.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/sp_password.py b/tamper/sp_password.py index 0f2f813a4..4fd8a6ce0 100644 --- a/tamper/sp_password.py +++ b/tamper/sp_password.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2comment.py b/tamper/space2comment.py index 2f06c5b2d..bd296db90 100644 --- a/tamper/space2comment.py +++ b/tamper/space2comment.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2dash.py b/tamper/space2dash.py index 4ce7423f6..970c71f08 100644 --- a/tamper/space2dash.py +++ b/tamper/space2dash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2hash.py b/tamper/space2hash.py index 7acf8f6dc..ffc0fe06c 100644 --- a/tamper/space2hash.py +++ b/tamper/space2hash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2morecomment.py b/tamper/space2morecomment.py index 3dd9a7f02..379667382 100644 --- a/tamper/space2morecomment.py +++ b/tamper/space2morecomment.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2morehash.py b/tamper/space2morehash.py index c722553b7..b941feec1 100644 --- a/tamper/space2morehash.py +++ b/tamper/space2morehash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2mssqlblank.py b/tamper/space2mssqlblank.py index 37998f6eb..b581984aa 100644 --- a/tamper/space2mssqlblank.py +++ b/tamper/space2mssqlblank.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2mssqlhash.py b/tamper/space2mssqlhash.py index d139f6b0c..4d7796e18 100644 --- a/tamper/space2mssqlhash.py +++ b/tamper/space2mssqlhash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2mysqlblank.py b/tamper/space2mysqlblank.py index c28dc97dc..aca3bf978 100644 --- a/tamper/space2mysqlblank.py +++ b/tamper/space2mysqlblank.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2mysqldash.py b/tamper/space2mysqldash.py index 1394d14d4..72ca303b8 100644 --- a/tamper/space2mysqldash.py +++ b/tamper/space2mysqldash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2plus.py b/tamper/space2plus.py index 06868cf33..d14201a20 100644 --- a/tamper/space2plus.py +++ b/tamper/space2plus.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2randomblank.py b/tamper/space2randomblank.py index d8cd94239..15623fa6a 100644 --- a/tamper/space2randomblank.py +++ b/tamper/space2randomblank.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/substring2leftright.py b/tamper/substring2leftright.py index 4ed890c0b..8e1ea8410 100644 --- a/tamper/substring2leftright.py +++ b/tamper/substring2leftright.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/symboliclogical.py b/tamper/symboliclogical.py index 6cac245b9..df542d4b5 100644 --- a/tamper/symboliclogical.py +++ b/tamper/symboliclogical.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/unionalltounion.py b/tamper/unionalltounion.py index 6d24acb06..f8d2e6eca 100644 --- a/tamper/unionalltounion.py +++ b/tamper/unionalltounion.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/unmagicquotes.py b/tamper/unmagicquotes.py index 9cea29e05..1b45bcfdd 100644 --- a/tamper/unmagicquotes.py +++ b/tamper/unmagicquotes.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/uppercase.py b/tamper/uppercase.py index faec80704..075a23d85 100644 --- a/tamper/uppercase.py +++ b/tamper/uppercase.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/varnish.py b/tamper/varnish.py index d37f4ae2f..0eafb243c 100644 --- a/tamper/varnish.py +++ b/tamper/varnish.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/versionedkeywords.py b/tamper/versionedkeywords.py index af27d4cbe..ca0f6fdc5 100644 --- a/tamper/versionedkeywords.py +++ b/tamper/versionedkeywords.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/versionedmorekeywords.py b/tamper/versionedmorekeywords.py index 4f9263442..cf28e57ad 100644 --- a/tamper/versionedmorekeywords.py +++ b/tamper/versionedmorekeywords.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/xforwardedfor.py b/tamper/xforwardedfor.py index 88845f8a6..e3b331118 100644 --- a/tamper/xforwardedfor.py +++ b/tamper/xforwardedfor.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/thirdparty/beautifulsoup/__init__.py b/thirdparty/beautifulsoup/__init__.py index 7954a3d0a..38750ac1e 100644 --- a/thirdparty/beautifulsoup/__init__.py +++ b/thirdparty/beautifulsoup/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright (c) 2004-2010, Leonard Richardson # diff --git a/thirdparty/bottle/bottle.py b/thirdparty/bottle/bottle.py index a937493ba..76c605ba8 100644 --- a/thirdparty/bottle/bottle.py +++ b/thirdparty/bottle/bottle.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Bottle is a fast and simple micro-framework for small web applications. It diff --git a/thirdparty/chardet/chardetect.py b/thirdparty/chardet/chardetect.py index ffe892f25..1604c20d3 100644 --- a/thirdparty/chardet/chardetect.py +++ b/thirdparty/chardet/chardetect.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Script which takes one or more file paths and reports on their detected encodings diff --git a/thirdparty/clientform/__init__.py b/thirdparty/clientform/__init__.py index d79a05bda..8e67f4348 100644 --- a/thirdparty/clientform/__init__.py +++ b/thirdparty/clientform/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright 2007-2008 David McNab # diff --git a/thirdparty/fcrypt/__init__.py b/thirdparty/fcrypt/__init__.py index 31bb3a635..d95a61132 100644 --- a/thirdparty/fcrypt/__init__.py +++ b/thirdparty/fcrypt/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 #Copyright (c) 2004, Carey Evans #All rights reserved. diff --git a/thirdparty/gprof2dot/__init__.py b/thirdparty/gprof2dot/__init__.py index c1a869589..5ef1f2dc1 100644 --- a/thirdparty/gprof2dot/__init__.py +++ b/thirdparty/gprof2dot/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright 2008-2009 Jose Fonseca # diff --git a/thirdparty/gprof2dot/gprof2dot.py b/thirdparty/gprof2dot/gprof2dot.py index f34796199..acb7b95e8 100644 --- a/thirdparty/gprof2dot/gprof2dot.py +++ b/thirdparty/gprof2dot/gprof2dot.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright 2008-2009 Jose Fonseca # diff --git a/thirdparty/keepalive/__init__.py b/thirdparty/keepalive/__init__.py index 08a0be4d9..538ea244c 100644 --- a/thirdparty/keepalive/__init__.py +++ b/thirdparty/keepalive/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright 2002-2003 Michael D. Stenner # diff --git a/thirdparty/keepalive/keepalive.py b/thirdparty/keepalive/keepalive.py index 5422d5ac5..0ff98d982 100644 --- a/thirdparty/keepalive/keepalive.py +++ b/thirdparty/keepalive/keepalive.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # This library is free software; you can redistribute it and/or diff --git a/thirdparty/multipart/multipartpost.py b/thirdparty/multipart/multipartpost.py index aeeeadab8..76c0505de 100644 --- a/thirdparty/multipart/multipartpost.py +++ b/thirdparty/multipart/multipartpost.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ 02/2006 Will Holcomb diff --git a/thirdparty/odict/__init__.py b/thirdparty/odict/__init__.py index 8571776ae..c9dcf471e 100644 --- a/thirdparty/odict/__init__.py +++ b/thirdparty/odict/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys diff --git a/thirdparty/oset/_abc.py b/thirdparty/oset/_abc.py index cf265cf05..ae6db9706 100644 --- a/thirdparty/oset/_abc.py +++ b/thirdparty/oset/_abc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- mode:python; tab-width: 2; coding: utf-8 -*- """Partially backported python ABC classes""" diff --git a/thirdparty/oset/pyoset.py b/thirdparty/oset/pyoset.py index 223c92a44..944d75c82 100644 --- a/thirdparty/oset/pyoset.py +++ b/thirdparty/oset/pyoset.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- mode:python; tab-width: 2; coding: utf-8 -*- """Partially backported python ABC classes""" diff --git a/thirdparty/prettyprint/__init__.py b/thirdparty/prettyprint/__init__.py index 1f9e14343..77745d480 100644 --- a/thirdparty/prettyprint/__init__.py +++ b/thirdparty/prettyprint/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 #Copyright (c) 2010, Chris Hall #All rights reserved. diff --git a/thirdparty/prettyprint/prettyprint.py b/thirdparty/prettyprint/prettyprint.py index 586d80811..041235948 100644 --- a/thirdparty/prettyprint/prettyprint.py +++ b/thirdparty/prettyprint/prettyprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 #Copyright (c) 2010, Chris Hall #All rights reserved. diff --git a/thirdparty/pydes/__init__.py b/thirdparty/pydes/__init__.py index b412cc831..3cd583548 100644 --- a/thirdparty/pydes/__init__.py +++ b/thirdparty/pydes/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright 2009 Todd Whiteman # diff --git a/thirdparty/socks/socks.py b/thirdparty/socks/socks.py index 2eaf223d8..5924aaae8 100644 --- a/thirdparty/socks/socks.py +++ b/thirdparty/socks/socks.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """SocksiPy - Python SOCKS module. Version 1.00 diff --git a/thirdparty/wininetpton/__init__.py b/thirdparty/wininetpton/__init__.py index 5ea298dc1..cd479efd9 100644 --- a/thirdparty/wininetpton/__init__.py +++ b/thirdparty/wininetpton/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright Ryan Vennell # diff --git a/thirdparty/wininetpton/win_inet_pton.py b/thirdparty/wininetpton/win_inet_pton.py index 50ae621e5..1f2b69b02 100644 --- a/thirdparty/wininetpton/win_inet_pton.py +++ b/thirdparty/wininetpton/win_inet_pton.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # This software released into the public domain. Anyone is free to copy, # modify, publish, use, compile, sell, or distribute this software, # either in source code form or as a compiled binary, for any purpose, diff --git a/thirdparty/xdot/__init__.py b/thirdparty/xdot/__init__.py index c1a869589..5ef1f2dc1 100644 --- a/thirdparty/xdot/__init__.py +++ b/thirdparty/xdot/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright 2008-2009 Jose Fonseca # diff --git a/thirdparty/xdot/xdot.py b/thirdparty/xdot/xdot.py index 4cb0004b9..beb536442 100644 --- a/thirdparty/xdot/xdot.py +++ b/thirdparty/xdot/xdot.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright 2008 Jose Fonseca # diff --git a/txt/checksum.md5 b/txt/checksum.md5 index df76c6faa..d147c3998 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -1,233 +1,233 @@ 7ad922bcc16462a101862b1b0b15182f COMMITMENT -3d37032b2bd62ee37bd61c5b7ad31ab4 extra/beep/beep.py -fb6be55d21a70765e35549af2484f762 extra/beep/__init__.py -8b4237aae3b82c325e0b34f6adfa0bc3 extra/cloak/cloak.py -fb6be55d21a70765e35549af2484f762 extra/cloak/__init__.py -1046e46c8923ec5afe4f6f1ca3ee55bb extra/dbgtool/dbgtool.py -fb6be55d21a70765e35549af2484f762 extra/dbgtool/__init__.py +2a1a72cc164151e12cd207a476603051 extra/beep/beep.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 extra/beep/__init__.py +3ee776427b69e184d5ddd5f10c1144e6 extra/cloak/cloak.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 extra/cloak/__init__.py +e588bb3cdd310ef6053c3a9f1cd4d7e4 extra/dbgtool/dbgtool.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 extra/dbgtool/__init__.py acba8b5dc93db0fe6b2b04ff0138c33c extra/icmpsh/icmpsh.exe_ -216a0e04bef7053e6aa35ca98907007e extra/icmpsh/icmpsh_m.py -2d020d2bdcee1170805f48839fdb89df extra/icmpsh/__init__.py -fb6be55d21a70765e35549af2484f762 extra/__init__.py +09f857c67b667f7d18ca7a4599968dc7 extra/icmpsh/icmpsh_m.py +bac9cd2a6c748bcbd2c6ff0fb6a01e15 extra/icmpsh/__init__.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 extra/__init__.py ff90cb0366f7cefbdd6e573e27e6238c extra/runcmd/runcmd.exe_ -fb6be55d21a70765e35549af2484f762 extra/safe2bin/__init__.py -c26cfad6b77b44a1317cd058b4477ce0 extra/safe2bin/safe2bin.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 extra/safe2bin/__init__.py +4055e071c6c90d5fec6be7299eb05db8 extra/safe2bin/safe2bin.py d229479d02d21b29f209143cb0547780 extra/shellcodeexec/linux/shellcodeexec.x32_ 2fe2f94eebc62f7614f0391a8a90104f extra/shellcodeexec/linux/shellcodeexec.x64_ c55b400b72acc43e0e59c87dd8bb8d75 extra/shellcodeexec/windows/shellcodeexec.x32.exe_ -a32e12410e0f86c1d035db6daae84680 extra/shutils/duplicates.py -1cf0ecf81a0483c3de78ac683445ac7a extra/shutils/newlines.py -9626f1f72dc96dbdecb1ea7404811902 extra/shutils/pylint.py -80f989adc6d4fa999b414c0787a06c1b extra/shutils/regressiontest.py -fb6be55d21a70765e35549af2484f762 extra/sqlharvest/__init__.py -4f82e97b09cc530cb9a92472d0835cea extra/sqlharvest/sqlharvest.py -fb6be55d21a70765e35549af2484f762 extra/wafdetectify/__init__.py -4dc5e7c5400204159baaf10a0a9124f0 extra/wafdetectify/wafdetectify.py -e6909a3b32fc09c0373101eb58c76538 lib/controller/action.py -e51ec20c402d53c3cbcae0b6bd71bd5d lib/controller/checks.py -8581acf56b8fb0def50af3707490a834 lib/controller/controller.py -c1da277517c7ec4c23e953a51b51e203 lib/controller/handler.py -fb6be55d21a70765e35549af2484f762 lib/controller/__init__.py -ed7874be0d2d3802f3d20184f2b280d5 lib/core/agent.py -a932126e7d80e545c5d44af178d0bc0c lib/core/bigarray.py -b9ba702c5af857c0188104c9fbd5d56b lib/core/common.py -de8d27ae6241163ff9e97aa9e7c51a18 lib/core/convert.py -abcb1121eb56d3401839d14e8ed06b6e lib/core/data.py -f89512ef3ebea85611c5dde6c891b657 lib/core/datatype.py -3d547dedebef3be749cf38e4e798e120 lib/core/decorators.py -5f4680b769ae07f22157bd832c97cf8f lib/core/defaults.py -9dfc69ba47209a4ceca494dde9ee8183 lib/core/dicts.py -4ba141124699fd7a763dea82f17fe523 lib/core/dump.py -347817fbbb35b245b762dd7ee8a47fe7 lib/core/enums.py -84ef8f32e4582fcc294dc14e1997131d lib/core/exception.py -fb6be55d21a70765e35549af2484f762 lib/core/__init__.py -18c896b157b03af716542e5fe9233ef9 lib/core/log.py -2f474c3c7a56f0c3cf3371838e7e5fd4 lib/core/optiondict.py -2880febde87765f0aeb2e42da3648d75 lib/core/option.py -fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py -4b12aa67fbf6c973d12e54cf9cb54ea0 lib/core/profiling.py -d5ef43fe3cdd6c2602d7db45651f9ceb lib/core/readlineng.py -7d8a22c582ad201f65b73225e4456170 lib/core/replication.py -3179d34f371e0295dd4604568fb30bcd lib/core/revision.py -d6269c55789f78cf707e09a0f5b45443 lib/core/session.py -068159b771eef31a3852da30eba31ccd lib/core/settings.py -4483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py -10fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py -10d7e4f7ba2502cce5cf69223c52eddc lib/core/target.py -7857b24b7865ccb4a05283faa596974d lib/core/testing.py -5c369aefa7c5af85dee9212acdf94bbc lib/core/threads.py -2c263c8610667fdc593c50a35ab20f57 lib/core/unescaper.py -54e9cd1968adea11283d44631f0ca400 lib/core/update.py -5b3f08208be0579356f78ce5805d37b2 lib/core/wordlist.py -fb6be55d21a70765e35549af2484f762 lib/__init__.py -4881480d0c1778053908904e04570dc3 lib/parse/banner.py -3d8163ecaa25321c87241368b97bb79f lib/parse/cmdline.py -06ccbccb63255c8f1c35950a4c8a6f6b lib/parse/configfile.py -d34df646508c2dceb25205e1316673d1 lib/parse/handler.py -43deb2400e269e602e916efaec7c0903 lib/parse/headers.py -77e802323ffa718dd9c27512656c0a70 lib/parse/html.py -fb6be55d21a70765e35549af2484f762 lib/parse/__init__.py -adcecd2d6a8667b22872a563eb83eac0 lib/parse/payloads.py -993104046c7d97120613409ef7780c76 lib/parse/sitemap.py -e4ea70bcd461f5176867dcd89d372386 lib/request/basicauthhandler.py -bd4b654767eab19cd4dcd4520a68eed5 lib/request/basic.py -caa52d249fbcf1705cd9208b84d93387 lib/request/chunkedhandler.py -fc25d951217077fe655ed2a3a81552ae lib/request/comparison.py -ff54b009d9aaa8199888615dacaf0c43 lib/request/connect.py -43005bd6a78e9cf0f3ed2283a1cb122e lib/request/direct.py -2b7509ba38a667c61cefff036ec4ca6f lib/request/dns.py -ceac6b3bf1f726f8ff43c6814e9d7281 lib/request/httpshandler.py -fb6be55d21a70765e35549af2484f762 lib/request/__init__.py -f7d80b664678766a4e17486432847fed lib/request/inject.py -52a067bd2fe91ea9395269a684380cbb lib/request/methodrequest.py -ac482ec52227daf48f523827dd67078f lib/request/pkihandler.py -16ff6e078819fe517b1fc0ae3cbc1aa8 lib/request/rangehandler.py -921db487a5879b219af1216d7eaccf74 lib/request/redirecthandler.py -1e60edebdb3997055616d12f4a932375 lib/request/templates.py -eafa28e4beb2b7492dfc8036033ac824 lib/takeover/abstraction.py -ac9efea51eba120b667b4b73536d7f1c lib/takeover/icmpsh.py -fb6be55d21a70765e35549af2484f762 lib/takeover/__init__.py -2e14e89af54ea30892c1f426103ab70a lib/takeover/metasploit.py -6b5b841d445b7b973c2e033edfb01b16 lib/takeover/registry.py -ad038ac567f97a4b940b7987792d64a4 lib/takeover/udf.py -f0a809475eb0db95ffbe89fd6ca5bd96 lib/takeover/web.py -1aadcdc058bb813d09ad23d26ea2a6b5 lib/takeover/xp_cmdshell.py -5d402892bf1e9b2c62ab2cfde21a6e11 lib/techniques/blind/inference.py -fb6be55d21a70765e35549af2484f762 lib/techniques/blind/__init__.py -fb6be55d21a70765e35549af2484f762 lib/techniques/dns/__init__.py -ea48db4c48276d7d0e71aa467c0c523f lib/techniques/dns/test.py -13a80dfa26c53246d4a353c11c082d5d lib/techniques/dns/use.py -fb6be55d21a70765e35549af2484f762 lib/techniques/error/__init__.py -7b58029a51b9bf989d18e5bb6e99635c lib/techniques/error/use.py -fb6be55d21a70765e35549af2484f762 lib/techniques/__init__.py -fb6be55d21a70765e35549af2484f762 lib/techniques/union/__init__.py -54d077ef49056031fe746bcc53b1f081 lib/techniques/union/test.py -664f79ca6397e880aee143fff721fa67 lib/techniques/union/use.py -8e9ddc7220f6beda89cc45c65e51e72b lib/utils/api.py -544dee96e782560fe4355cbf6ee19b8c lib/utils/brute.py -b27421eb57cea711050135f84be99258 lib/utils/crawler.py -da4bc159e6920f1f7e45c92c39941690 lib/utils/deps.py -f7c64515a3e4fcfe8266ca2be77be565 lib/utils/getch.py -0d497906b06eb82d14da676e9f9c98f5 lib/utils/har.py -ce65061a15d7b609b36c672b8e824f78 lib/utils/hashdb.py -07412688758500c3b4e46ae7e28e9709 lib/utils/hash.py -17009289bb5c0dc0cceaa483113101e1 lib/utils/htmlentities.py -fb6be55d21a70765e35549af2484f762 lib/utils/__init__.py -833b05c72c9fa60b0a25b0a26f8f31fb lib/utils/pivotdumptable.py -25bbebf0178b106e83ca5e95b51b43f6 lib/utils/progress.py -b79654e49850937ab2dc8e0d73625cab lib/utils/purge.py -503637fbdabaad5bc7f87dfcfbea4dd3 lib/utils/search.py -272a538a3d36186113191f4c543bb34b lib/utils/sqlalchemy.py -68f90f633d812ca428d2f15f016b2d96 lib/utils/timeout.py -e0cecb6efea4dbd6ac389f6162808283 lib/utils/versioncheck.py -a5007113e3cda726e1d131b99b927284 lib/utils/xrange.py +8cecede3f45ebf5e760bb947fcb041be extra/shutils/duplicates.py +4fed88989b4d836a9570e1961be1a77a extra/shutils/newlines.py +6784a9a5ed0d4a7dbfef9c7b6f398a86 extra/shutils/pylint.py +2f69a88d31df0548810467143e80ff94 extra/shutils/regressiontest.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 extra/sqlharvest/__init__.py +ca6297306e26c4b87a96b5cf1c10cffb extra/sqlharvest/sqlharvest.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 extra/wafdetectify/__init__.py +35ae76a3fb6f86f9c77151a5f19ef2b4 extra/wafdetectify/wafdetectify.py +d2f16a0c90b0ecb243546a1fce32ba96 lib/controller/action.py +644ea8895af211a214de506fa967e86b lib/controller/checks.py +29651edcea421c1005c3c15690d24b1b lib/controller/controller.py +3e21b05ef4c7a0b82ab15f8bb78604de lib/controller/handler.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/controller/__init__.py +e008d08816bc6e0292a047f1b616ebf4 lib/core/agent.py +feeb75a68f33dcff51444c099cbbe3b6 lib/core/bigarray.py +1940b15d77ecbbb4a5966f6eac79268d lib/core/common.py +bff6edec052a332cf7c3a25de2292be5 lib/core/convert.py +fc68e9a9a74f4669f1529a4adafe54ba lib/core/data.py +04f31ac8b246702b56e57e14faada990 lib/core/datatype.py +cdc96595eeb2a1bbeebd17a074a30a77 lib/core/decorators.py +8a95b55138ea5171a262af4a594b0457 lib/core/defaults.py +dba6104c32ccc82f47b86b782997960a lib/core/dicts.py +3bc9d3164da6f3623f017459fe824261 lib/core/dump.py +b125dc734bcddecb470f582fc6b1f1cd lib/core/enums.py +679bda151a4f169417c528bc9c7b6303 lib/core/exception.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/core/__init__.py +1150a5ed2577e7987802ca69bd829ba7 lib/core/log.py +0837fd8c9a4bf6e2b83a2826e63e2a72 lib/core/optiondict.py +eb90c33b57181a3080c2bb2f3c3093fc lib/core/option.py +4a923e15eab59068e69243c917351cd1 lib/core/patch.py +f9261e266cab488e2cef15ff7e84ac48 lib/core/profiling.py +0263fd783fd69de453935b2d47631b44 lib/core/readlineng.py +63d062fc8c56aac57482a1f3426ae7e0 lib/core/replication.py +66562a9b10fcbce0fffb59e135488bd8 lib/core/revision.py +8a7e4504d993fe48f8e4f7eba13a3872 lib/core/session.py +9186e4d5de340f691fdfa316db3c499e lib/core/settings.py +58ab4b664a302ae2dd8c5e0b260e6721 lib/core/shell.py +e183a665408f58c916a35515e12db1bc lib/core/subprocessng.py +f44f690e595b4643be7cbad5b73ef1ec lib/core/target.py +d2b5f7d7c9c2d73c74318300f6744f2c lib/core/testing.py +60913f5535454a1e87d1d1b9d9112151 lib/core/threads.py +b2d29d1154fd953d9af73493465289cf lib/core/unescaper.py +9e5690937e89223a75d77732db345b16 lib/core/update.py +96c5173e5dcb31bd4557dd962916e8c4 lib/core/wordlist.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/__init__.py +9a889677db617fcca46d116f2d462169 lib/parse/banner.py +f9edbfe398eda9e58c96b8e00943f5c4 lib/parse/cmdline.py +6039209a5b74eb7dd7e2f905fe85f626 lib/parse/configfile.py +9c024d07dcbe6910a520b535fc5c115e lib/parse/handler.py +27b022898f175ac92b6b3915f7979b71 lib/parse/headers.py +0c13cb08c5bf18705596060bc34aa085 lib/parse/html.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/parse/__init__.py +8fffb0af580d457ab750c057f2bcaddd lib/parse/payloads.py +d7eaf1198a7508dcb68c471c62945683 lib/parse/sitemap.py +198c4625c47880e69831de316eb0edc4 lib/request/basicauthhandler.py +bffda9ed07eb5427963584df89ad66f5 lib/request/basic.py +86111ada9e91d8fc4296c9db2460b457 lib/request/chunkedhandler.py +782e76be1cd181ea5f9c99d6c71bd0e7 lib/request/comparison.py +6e7c1dcf605d40fa9684f48e1e627dc2 lib/request/connect.py +1aa084abc1a6b300cb43d5f26fb14175 lib/request/direct.py +03ca16e07eea586c423203561736615f lib/request/dns.py +da2b6ce56f263197710522da4452d3c2 lib/request/httpshandler.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/request/__init__.py +374b2ce9e76b9010ab466bce2a1c02bf lib/request/inject.py +f961a1cf1101def8b122ff2086bcaa94 lib/request/methodrequest.py +f96905845038af6fd080a8ffa839ae55 lib/request/pkihandler.py +0d1bb5a48658c4486d79849dea5ed269 lib/request/rangehandler.py +3c9dd1d1e5c8318d8eb8475c77272b66 lib/request/redirecthandler.py +208fe0d13147116c0f245456128916fc lib/request/templates.py +e834f25ac9df5d132d1f98c15e0906d2 lib/takeover/abstraction.py +a2c7cf0b4dfb19eab7e93811d03bc9d2 lib/takeover/icmpsh.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/takeover/__init__.py +ce852eb7d5a8cd66b377a84a0815a6c7 lib/takeover/metasploit.py +78f472c56e45ba21052294794f3884a3 lib/takeover/registry.py +d80634cecc8123071966bc1c79fa078c lib/takeover/udf.py +c99bb77fb5f1df55cb953b8a1f5a9316 lib/takeover/web.py +1c869270ee524c9eea75951d15a12cf9 lib/takeover/xp_cmdshell.py +36ce57b02ece13bb685dd2c87f2f2f2d lib/techniques/blind/inference.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/techniques/blind/__init__.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/techniques/dns/__init__.py +5ba11cff3dcb3d867fa559c1b7eb7f39 lib/techniques/dns/test.py +65ce2b2c0b5aec4ba275f2db2d4564e9 lib/techniques/dns/use.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/techniques/error/__init__.py +96d8617bd8c22b868268ca36fb0ec88b lib/techniques/error/use.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/techniques/__init__.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/techniques/union/__init__.py +5f2fcbbe8356354d2879b9d3d329cead lib/techniques/union/test.py +ee1502e7e61bca54eb0fd25d028fc770 lib/techniques/union/use.py +cf16e4d1c8bbebf7164aad26050341b4 lib/utils/api.py +4c8318e03fac356a02647a23175491b7 lib/utils/brute.py +f9a4c8292aa648bca4c066c23d66205c lib/utils/crawler.py +91bae500f1e64a2c2d8e26fcf75abcef lib/utils/deps.py +baf711208c9607fc03f9cc11e655dec9 lib/utils/getch.py +e5c25ecb3b419287d20e6f9de87ec521 lib/utils/har.py +e1764992fcc6d193b6008fefa7695fc3 lib/utils/hashdb.py +af7bb45689bb42318fe8baaeb8d89ef7 lib/utils/hash.py +4145b85af1c048fc29562d5ceeff75bd lib/utils/htmlentities.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 lib/utils/__init__.py +eab47a0c59c229448830a381ef5eccc7 lib/utils/pivotdumptable.py +aa7c7774a5fa720301394575a7bb818b lib/utils/progress.py +e822f6e52eaf6b894d3b657fd8c4bc0a lib/utils/purge.py +a4bde308705e5c372b395bdef07bb5e2 lib/utils/search.py +e3be94e2b9ec6148a6d5ae95dfd28d62 lib/utils/sqlalchemy.py +9400b14f2cc34271d05686b38a8c7985 lib/utils/timeout.py +cdde7771d53cb3dbfaf49044f5f25b02 lib/utils/versioncheck.py +05223af960fabbbcfe45f49fb253bf7c lib/utils/xrange.py 28da82c0afa4d8a0e9848f7bd8e994b7 LICENSE -b8656f4785d0945e68257107a171f945 plugins/dbms/access/connector.py -b0e4f4aed8504f97d4044620d3a7d27d plugins/dbms/access/enumeration.py -58d664d680087596965f95b482157320 plugins/dbms/access/filesystem.py -50e2991ae3f0a1eaf49fd10dcd041d92 plugins/dbms/access/fingerprint.py -bd8faded88ef80cde33b747d8181192d plugins/dbms/access/__init__.py -f36a8b05ea1a25254e03dc3bd44b1261 plugins/dbms/access/syntax.py -1a4e639d2a946792401cf5367ef661a5 plugins/dbms/access/takeover.py -8f30dffb6cc7738adb5e83c2c6efb30f plugins/dbms/db2/connector.py -0f2e682ced8f91b1ec8bdf08c925b5a4 plugins/dbms/db2/enumeration.py -1ac13df2e0f04f312f522e9d8c13b692 plugins/dbms/db2/filesystem.py -e003fe19474305af522d8d6c6680db17 plugins/dbms/db2/fingerprint.py -f2fb5a3763f69cde1b1d520f8bd6a17a plugins/dbms/db2/__init__.py -61b06dce1b9a0a2f9962266a9c9495a5 plugins/dbms/db2/syntax.py -fcbd61e7ac30eb4c8f09ffd341fa27bb plugins/dbms/db2/takeover.py -105b3dc94af3fdc22e90637ca9851da5 plugins/dbms/firebird/connector.py -f43ca05279e8fce4f02e4948d4af8fda plugins/dbms/firebird/enumeration.py -15a3a49824324c4cca444e6e63f84273 plugins/dbms/firebird/filesystem.py -6b505575b98694fd8e6a19870305db18 plugins/dbms/firebird/fingerprint.py -be722d08b76ed73da11af7a35ddf035d plugins/dbms/firebird/__init__.py -82db6676645cc6c3cabad0b346ef92f9 plugins/dbms/firebird/syntax.py -ebf3557dd97204bf1431f0f8fca3b7d6 plugins/dbms/firebird/takeover.py -573380d437402bf886cef1b076a48799 plugins/dbms/h2/connector.py -695f3c809f2af91cc1719e8b9bd9a7e7 plugins/dbms/h2/enumeration.py -add850d6aa96a3a4354aa07d2f2395e7 plugins/dbms/h2/filesystem.py -eb7adf57e6e6cdb058435f4fa017e985 plugins/dbms/h2/fingerprint.py -4d838e712aaee541eb07278a3f4a2d70 plugins/dbms/h2/__init__.py -5a1e5c46053ec1be5f536cec644949b5 plugins/dbms/h2/syntax.py -5afbe4ae5ab3fe5176b75ac3c5a16fae plugins/dbms/h2/takeover.py -13ed609d378459b40f44f094beb55a5c plugins/dbms/hsqldb/connector.py -cfc9923fe399f1735fb2befd81ff12be plugins/dbms/hsqldb/enumeration.py -e4366df5a32c32f33be348e880714999 plugins/dbms/hsqldb/filesystem.py -5d5c38e0961c5a4dade43da7149f2a28 plugins/dbms/hsqldb/fingerprint.py -5221fe018709e60663cae7c5d784ad60 plugins/dbms/hsqldb/__init__.py -5a1e5c46053ec1be5f536cec644949b5 plugins/dbms/hsqldb/syntax.py -e77d9be343fe7820a594d7b02f8d0b55 plugins/dbms/hsqldb/takeover.py -f2bf868a83538168a3384904e2264419 plugins/dbms/informix/connector.py -4af6786b459ddbb666c5c765bf2a1158 plugins/dbms/informix/enumeration.py -1ac13df2e0f04f312f522e9d8c13b692 plugins/dbms/informix/filesystem.py -ed2bdb4eb574066521e88241a21f4bf7 plugins/dbms/informix/fingerprint.py -3ae2c32b58939dce2f934b9f79331798 plugins/dbms/informix/__init__.py -15b01ef55db3f3f1e77ad8cf77d0c27a plugins/dbms/informix/syntax.py -fcbd61e7ac30eb4c8f09ffd341fa27bb plugins/dbms/informix/takeover.py -fb6be55d21a70765e35549af2484f762 plugins/dbms/__init__.py -ad0b369b6b81a427abede09784db91c5 plugins/dbms/maxdb/connector.py -c96d31697b0ea9b81a8ae19b00e220f5 plugins/dbms/maxdb/enumeration.py -7886148c3d6114d43aa1d78b0512fe12 plugins/dbms/maxdb/filesystem.py -691c86dc54cf3cc69b0f5a5ea5fe9a3c plugins/dbms/maxdb/fingerprint.py -8ad820fdfd2454363279eda7a9a08e6e plugins/dbms/maxdb/__init__.py -8fe248263926639acf41db3179db13d0 plugins/dbms/maxdb/syntax.py -479ce664674859d0e61c5221f9e835fd plugins/dbms/maxdb/takeover.py -6ef95017815eb5d2d0f5645a6f5c7a79 plugins/dbms/mssqlserver/connector.py -2f61dfdc00b780d015a8d3b8e9a23d8d plugins/dbms/mssqlserver/enumeration.py -bb02bdf47c71ed93d28d20b98ea0f8c6 plugins/dbms/mssqlserver/filesystem.py -bcabbf98e72bf3c6e971b56d8da60261 plugins/dbms/mssqlserver/fingerprint.py -6bffd484ef47111dd8a6e46e127ab5c7 plugins/dbms/mssqlserver/__init__.py -fae49b96d1422171b8f8c79f42aa56c9 plugins/dbms/mssqlserver/syntax.py -a5aa91bd7248d4f7ad508cf69f45696d plugins/dbms/mssqlserver/takeover.py -dbd6121fcc92249ee0c023ee28e30274 plugins/dbms/mysql/connector.py -a94bde2f4dcf3a5f166302d07ea32907 plugins/dbms/mysql/enumeration.py -81c762ceba0892d0d6d78d70f513d20a plugins/dbms/mysql/filesystem.py -24088cb4e6f163b4eaf9310a7bc6907d plugins/dbms/mysql/fingerprint.py -040835bde6be85ebc1a6667dcd08940e plugins/dbms/mysql/__init__.py -dd6bd1d3d561755b96e953ede16cb8fc plugins/dbms/mysql/syntax.py -6c91ef5b5a6cd29cef4bd9bc3c369454 plugins/dbms/mysql/takeover.py -82ed71cf0e9283859b61c88325255eb2 plugins/dbms/oracle/connector.py -3266e81eb4a3c083d27c7a255be38893 plugins/dbms/oracle/enumeration.py -5bdd5288c8303ea21a5f8409332e32a1 plugins/dbms/oracle/filesystem.py -48201c296b2ce285488c2325fff5c625 plugins/dbms/oracle/fingerprint.py -c7bb3f112aad2ea7ea92e036e9aab6a7 plugins/dbms/oracle/__init__.py -2676a1544b454f276c64f5147f03ce02 plugins/dbms/oracle/syntax.py -8da7c9ee0a0e692097757dfc2b5fefe0 plugins/dbms/oracle/takeover.py -393a17dc8cb982ebb27665ead6b84bf1 plugins/dbms/postgresql/connector.py -86f0e0c9c4bc155c93277e879e3c3311 plugins/dbms/postgresql/enumeration.py -d68b5a9d6e608f15fbe2c520613ece4a plugins/dbms/postgresql/filesystem.py -a2ac0498d89797041bf65e4990cf8430 plugins/dbms/postgresql/fingerprint.py -fb018fd23dcebdb36dddd22ac92efa2c plugins/dbms/postgresql/__init__.py -290ea28e1215565d9d12ede3422a4dcf plugins/dbms/postgresql/syntax.py -cee109ef785cd1ebbc1df5311246094d plugins/dbms/postgresql/takeover.py -014968f7b28abe3ca8e533843a017453 plugins/dbms/sqlite/connector.py -6a0784e3ce46b6aa23dde813c6bc177f plugins/dbms/sqlite/enumeration.py -3c0adec05071fbe655a9c2c7afe52721 plugins/dbms/sqlite/filesystem.py -4d00b64bbfb2572a4a3a3330f255cc54 plugins/dbms/sqlite/fingerprint.py -582165c3e31ec5bf919db015c2e9bb2b plugins/dbms/sqlite/__init__.py -1ca5b1d7c64686827e80988933c397fa plugins/dbms/sqlite/syntax.py -224835bf71e99bac6e50b689afac5122 plugins/dbms/sqlite/takeover.py -1f726d02ce4c709c0a3d327be947c72b plugins/dbms/sybase/connector.py -ac1cef8f0d14be9ea71e6627e25a9c60 plugins/dbms/sybase/enumeration.py -9f16fb52a70e5fb01876f1bc5f5ef532 plugins/dbms/sybase/filesystem.py -69c104c5a2ff3e2c88a41205bb96d812 plugins/dbms/sybase/fingerprint.py -2fae8e5d100fc9fb70769e483c29e8fb plugins/dbms/sybase/__init__.py -ec3f406591fc9472f5750bd40993e72e plugins/dbms/sybase/syntax.py -369476221b3059106410de05766227e0 plugins/dbms/sybase/takeover.py -312020bc31ffb0bc6077f62e6fff6e73 plugins/generic/connector.py -d749b7f7b4bcf1f646290dec739f1e6d plugins/generic/custom.py -b5e9bc087d2cc3defcc9e468785a0462 plugins/generic/databases.py -4cf8eb3719c980c54a92f838a999d090 plugins/generic/entries.py -f3624debb8ae6fbcfb5f1b7f1d0743d1 plugins/generic/enumeration.py -07733664167a2d082d253c119630d27b plugins/generic/filesystem.py -65e75cd3c2c7acffa6ac13b086e0f383 plugins/generic/fingerprint.py -fb6be55d21a70765e35549af2484f762 plugins/generic/__init__.py -de1928d6865547764ae9a896da4bf1d4 plugins/generic/misc.py -c95bf3dec22cc638100efef99e2ccc3c plugins/generic/search.py -1989f6cbed217f4222dc2dce72992d91 plugins/generic/syntax.py -4b539275dcee14683557da4aaf58b36c plugins/generic/takeover.py -f57914512ae22521b988b5094f1a0d6f plugins/generic/users.py -fb6be55d21a70765e35549af2484f762 plugins/__init__.py +69f286f0074873382bbc09a379748a9e plugins/dbms/access/connector.py +416d037f69e23b1f66929dcd3a6afee4 plugins/dbms/access/enumeration.py +3b95d50695756196e2f70cf93d1ca11d plugins/dbms/access/filesystem.py +08ccadd808472c940254f7c91d5c0974 plugins/dbms/access/fingerprint.py +07631ad84772684119aa723b14bb53e6 plugins/dbms/access/__init__.py +bbe2fd17c4cb87dac5fd2de976bcb6b1 plugins/dbms/access/syntax.py +a670146b72e3511404fd5e904039e9ea plugins/dbms/access/takeover.py +6806b9fc5270de1d2b96d170db7a4c4e plugins/dbms/db2/connector.py +306674114675ea24563d5d19db914b7d plugins/dbms/db2/enumeration.py +460f891415ec25e3f66e1720f78cd9ea plugins/dbms/db2/filesystem.py +d0477462a910cd146dc612a4937a3591 plugins/dbms/db2/fingerprint.py +3b82ba63c2cb0e64eb2b245b4d08dc7b plugins/dbms/db2/__init__.py +908e837817e771cfc4e7882ef8284374 plugins/dbms/db2/syntax.py +257401d400d38c80b6eb7e5a4ad77ab2 plugins/dbms/db2/takeover.py +7fac5e12415361628409729719a873f8 plugins/dbms/firebird/connector.py +a2664e3315aa22e2a71edcf202cc8aec plugins/dbms/firebird/enumeration.py +38515cc5724cbfcdad820cfc89e4471a plugins/dbms/firebird/filesystem.py +59e9393991f67323b712cb32874acd58 plugins/dbms/firebird/fingerprint.py +1c600c7e0aedd6239fecfe9b9e794103 plugins/dbms/firebird/__init__.py +f4a1d4520aa9bfdf4157dad4148b631d plugins/dbms/firebird/syntax.py +98269f73916c98f050cf74c6a2c18cb2 plugins/dbms/firebird/takeover.py +ae6521cb6b51838419cee9b26f9214c0 plugins/dbms/h2/connector.py +c25edc64820596ca510d78fbd9e1a9c2 plugins/dbms/h2/enumeration.py +93456be8356eb15c45a514ab40cf1394 plugins/dbms/h2/filesystem.py +02f62d041b3515b663729b18557d3373 plugins/dbms/h2/fingerprint.py +7d18b02b416c31b63e5b353828287868 plugins/dbms/h2/__init__.py +b3e0a1bd7a93b2eb08defa306ce18f2a plugins/dbms/h2/syntax.py +47a05e85a910a7bbacfc4fea84cd8ba7 plugins/dbms/h2/takeover.py +913c64aa0fd500bbee1f6ba4b036ee9a plugins/dbms/hsqldb/connector.py +5c6d1611802e308ff0739c216a32b71a plugins/dbms/hsqldb/enumeration.py +69bc0b04e621a8a6627d680a55c73607 plugins/dbms/hsqldb/filesystem.py +cb07eac5394d700ce3c94a2e22ae310f plugins/dbms/hsqldb/fingerprint.py +6261d83083ea24b48cfef499dee048ad plugins/dbms/hsqldb/__init__.py +b3e0a1bd7a93b2eb08defa306ce18f2a plugins/dbms/hsqldb/syntax.py +46fe44cfd5bff396ec2abd2718b4c68c plugins/dbms/hsqldb/takeover.py +6fecdca77253056274814f1fd86f2f85 plugins/dbms/informix/connector.py +cf10648365baa8df65a9fb6f5da12ad2 plugins/dbms/informix/enumeration.py +460f891415ec25e3f66e1720f78cd9ea plugins/dbms/informix/filesystem.py +d0ac00cce1d801c0a9ee0f64b6c03da6 plugins/dbms/informix/fingerprint.py +87a54f3386a5ab9853c0f472bb177e8b plugins/dbms/informix/__init__.py +2efe6a14e50df07ac2539be2a54520b0 plugins/dbms/informix/syntax.py +257401d400d38c80b6eb7e5a4ad77ab2 plugins/dbms/informix/takeover.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 plugins/dbms/__init__.py +ec7ca2587438b9a4ccaff3b2da81390e plugins/dbms/maxdb/connector.py +d119d2948996a67db31dea827a525374 plugins/dbms/maxdb/enumeration.py +0a2063c56b8ad23c6fb9cacf18f8ba19 plugins/dbms/maxdb/filesystem.py +033d89a41d316e8b2083fc75709fdc90 plugins/dbms/maxdb/fingerprint.py +62c5b82283eaab4322dd5d25e6d1f0ce plugins/dbms/maxdb/__init__.py +8759fb46aa741b0314d6e5ea81d4b008 plugins/dbms/maxdb/syntax.py +2b6640c6d50492daaabefced6182832e plugins/dbms/maxdb/takeover.py +1ee2abc0f85a2708a685da82bcd931e7 plugins/dbms/mssqlserver/connector.py +29e2b72e43fece445f1d94d9ca2f6223 plugins/dbms/mssqlserver/enumeration.py +fd0dc18b9ffd74c12bc1c4c94714f433 plugins/dbms/mssqlserver/filesystem.py +b92ea3de01b12c2fc4209307a1769630 plugins/dbms/mssqlserver/fingerprint.py +58ad37b6d536ba159a42d99557b32b54 plugins/dbms/mssqlserver/__init__.py +8911c8144ad45f715d87a526a7123544 plugins/dbms/mssqlserver/syntax.py +09dcd1a9cfc486500305cb2d4da6469c plugins/dbms/mssqlserver/takeover.py +ee7accf030823cfdc81d3fa879abdd67 plugins/dbms/mysql/connector.py +24c42abd094373efb9b6ae1ae4469f9e plugins/dbms/mysql/enumeration.py +23072af0a7565315fff01bd30948dc9d plugins/dbms/mysql/filesystem.py +9974515175362d9cd789abb6af5893ff plugins/dbms/mysql/fingerprint.py +c519f73c403cf69482cbd73e703ab24b plugins/dbms/mysql/__init__.py +8bb11fd1b076df4a13d060f732e8498f plugins/dbms/mysql/syntax.py +bcbbd2963ec2b464b2f3beed6ff4a90e plugins/dbms/mysql/takeover.py +1467c220499854c8d7fa3853f5eac19b plugins/dbms/oracle/connector.py +efc524142eae6118b51b2227b121e571 plugins/dbms/oracle/enumeration.py +7a056bcb1675b66605d2e5cb94a12103 plugins/dbms/oracle/filesystem.py +d601ec89d64e2e211f4b0d15c5bf22d5 plugins/dbms/oracle/fingerprint.py +303b6b075ad51fdaa57cd4fdfa6afe73 plugins/dbms/oracle/__init__.py +716fe37820349e3fbfc5f121b78244ec plugins/dbms/oracle/syntax.py +9c439990278280a04faf867f7c9f0acb plugins/dbms/oracle/takeover.py +0459f4d168638482dc180b1da882507a plugins/dbms/postgresql/connector.py +26202ae02817a753bc2915aed7117aab plugins/dbms/postgresql/enumeration.py +09b1caf1b1f43480140a934d5e6faeef plugins/dbms/postgresql/filesystem.py +719c131fbc4f74796d6dae2b7333b197 plugins/dbms/postgresql/fingerprint.py +99f0e899c15d3c01cbc266d9d4448df5 plugins/dbms/postgresql/__init__.py +49c98c39248a0adcc31875967f99dbfb plugins/dbms/postgresql/syntax.py +432351a251e25d12b82f9b63810c27a3 plugins/dbms/postgresql/takeover.py +a065feb709bc13bdf2fe706a3c7e543c plugins/dbms/sqlite/connector.py +d7440da70f6ac8dbffb48ae8fcdfbc15 plugins/dbms/sqlite/enumeration.py +0dd7e4738edaabf4e196a8872cab9749 plugins/dbms/sqlite/filesystem.py +76ba58af143cd8fe0f98aaf8071d35bb plugins/dbms/sqlite/fingerprint.py +3d0956c7e02abd996b75f794056ad6d6 plugins/dbms/sqlite/__init__.py +e4a8edaccb387ae0b2feb991f679593c plugins/dbms/sqlite/syntax.py +4443c17a9726c3588625e56ff88339f0 plugins/dbms/sqlite/takeover.py +7208d6223a17a7bc8bb530a3410756a3 plugins/dbms/sybase/connector.py +ff0d49e1636bc7e99b8dc10e8a85cb9d plugins/dbms/sybase/enumeration.py +4f97e2d9512e8d3b335d9725397e9776 plugins/dbms/sybase/filesystem.py +7a22688a572c5c084610220db42b1394 plugins/dbms/sybase/fingerprint.py +03eb48ace88f16c1ceaf84c9d2175337 plugins/dbms/sybase/__init__.py +d287cd056365d251fdda53da7950c4a5 plugins/dbms/sybase/syntax.py +6332ba79f76af79cac9addd9799808a7 plugins/dbms/sybase/takeover.py +edee83d24071a8b424e916f834b4c1c3 plugins/generic/connector.py +5a29eaa082d5eb333785e5192e49446c plugins/generic/custom.py +4b609b86978746527c28c76a8a2a74b7 plugins/generic/databases.py +2289ccf636266ff64220796451be94e6 plugins/generic/entries.py +df369dab817aba34f60949c1acc35a1f plugins/generic/enumeration.py +64b0c9efc1688c0f4f50d91fd2245b1f plugins/generic/filesystem.py +03d68a93759244220f8fe675c24344a1 plugins/generic/fingerprint.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 plugins/generic/__init__.py +1d619413aa8675327948b2d3db8bc5f1 plugins/generic/misc.py +ef814300e06a5e964b9b9a7e0a947df8 plugins/generic/search.py +f5dbeb862d3aaeab758c23673fb2e77b plugins/generic/syntax.py +d59d8400cceadcbebbfc6e1eb527cf4e plugins/generic/takeover.py +a90f0eb5c931c812023f10dca0fc73ec plugins/generic/users.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 plugins/__init__.py 5dc693e22f5d020c5c568d7325bd4226 shell/backdoors/backdoor.asp_ 158bfa168128393dde8d6ed11fe9a1b8 shell/backdoors/backdoor.aspx_ 595f711adf1ecb5f3b9a64532b04d8b9 shell/backdoors/backdoor.jsp_ @@ -236,75 +236,75 @@ ec2ba8c757ac96425dcd2b97970edd3a shell/stagers/stager.asp_ 4e6d2094bd6afe35032fb8bc8a86e83c shell/stagers/stager.aspx_ 0c48ddb1feb7e38a951ef05a0d48e032 shell/stagers/stager.jsp_ 2f9e459a4cf6a58680978cdce5ff7971 shell/stagers/stager.php_ -41522f8ad02ac133ca0aeaab374c36a8 sqlmapapi.py -05fe39a2fbd1cff87cb43c5c36e64365 sqlmap.py -772fb3dd15edc9d4055ab9f9dee0c203 tamper/0x2char.py -3d89a5c4c33d4d1d9303f5e3bd11f0ae tamper/apostrophemask.py -1fd0eec63970728c1e6628b2e4c21d81 tamper/apostrophenullencode.py -b1d9fb70a972565f54655f428c3ac329 tamper/appendnullbyte.py -a48ddba5854c0f8c7cac78034ab8cbfa tamper/base64encode.py -ead9e7a87360ddd13bf1de2d6b36b491 tamper/between.py -01cc36d46038c9480366cac98898fe39 tamper/bluecoat.py -ba5ebde73da33956fe911e11f025e645 tamper/chardoubleencode.py -2e3e97cfad12090b9bd1c74b69679422 tamper/charencode.py -6ac8f2b28d5686b38c9f282ee18d0d39 tamper/charunicodeencode.py -dfb7f2eac76f63a73d0d7f40d67b0ff0 tamper/charunicodeescape.py -d56dd22ef861d4fc15fb5eb6bd026ff0 tamper/commalesslimit.py -6795b3d686297cd30c6c187b49b88446 tamper/commalessmid.py -098941e3b27eb4175287f28a00f1ef4c tamper/commentbeforeparentheses.py -a26a9bb4bd911aab7d84504cfa1ebdba tamper/concat2concatws.py -7ca2e1b08858a131ba58d3c669241c95 tamper/equaltolike.py -9a7e8d28ec31c1f9076c9dc1af9cbe04 tamper/escapequotes.py -6c7e8474ab7c5c2e07c4601b69a62fc1 tamper/greatest.py -c1709d45874eace00c0679d482829974 tamper/halfversionedmorekeywords.py -20b0c7c888cdb11e00100dcc3226d685 tamper/htmlencode.py -1a81558b83b218445039911f26475e86 tamper/ifnull2casewhenisnull.py -ed1dcf9292a949b43a2d32b0c0fc2072 tamper/ifnull2ifisnull.py -7dbaaf62b80b29cf807806e515488ce1 tamper/informationschemacomment.py -fb6be55d21a70765e35549af2484f762 tamper/__init__.py -5c4ac7c3f8d4724737a4307eb3bead20 tamper/least.py -80d9bd948c353fed81dc7b06840acbaa tamper/lowercase.py -ee5fd7d806531737987d5d518be2e9a9 tamper/luanginx.py -b50ecb14fc88963bd20d1433e8c27fcd tamper/modsecurityversioned.py -26ed48a6f984cbcd94f99895b2bc6da2 tamper/modsecurityzeroversioned.py -b4099f36131eabf64f9ae287a67f79c4 tamper/multiplespaces.py -2c3d05be881074e5bf72cece194b2011 tamper/overlongutf8more.py -d0a25188761286f7d464e9d166d22930 tamper/overlongutf8.py -97a8378552cd4cd73c42c575228b6ab0 tamper/percentage.py -6984dda440f06fc1887b4087760bda34 tamper/plus2concat.py -60c97825e2dbd40562c01ab65f25948f tamper/plus2fnconcat.py -277726cc91a5f57dbcae037c9986ef0c tamper/randomcase.py -a88b92c7288aafe04926c49541c0dc38 tamper/randomcomments.py -b70566435b25f0995a651adaf5d26c0d tamper/space2comment.py -3ef82de711f7d9e89f014c48851508f1 tamper/space2dash.py -d46a0acbb24d33704763191fd867ca78 tamper/space2hash.py -703686f68988c9087b6dcef23cb40a03 tamper/space2morecomment.py -dda73a08c44850c097a888128102edd5 tamper/space2morehash.py -b4c550d42994001422073ccb2afc37a4 tamper/space2mssqlblank.py -d38f95ea746038856fa02aab16064d83 tamper/space2mssqlhash.py -a308787c9dad835cb21498defcd218e6 tamper/space2mysqlblank.py -75eef8086f8f6edf9d464277c9f1c1f5 tamper/space2mysqldash.py -dc99c639a9bdef91a4225d884c29bb40 tamper/space2plus.py -190bc9adca68e4a628298b78e8e455e8 tamper/space2randomblank.py -eec5c82c86f5108f9e08fb4207a8a9b1 tamper/sp_password.py -abfdf3a9f02d0755b3c9db768bd87f9a tamper/substring2leftright.py -64b9486995d38c99786f7ceefa22fbce tamper/symboliclogical.py -08f2ce540ee1f73b6a211bffde18e697 tamper/unionalltounion.py -628f74fc6049dd1450c832cabb28e0da tamper/unmagicquotes.py -f9f4e7316898109c3d5f3653cf162e12 tamper/uppercase.py -91b99614063348c67ce7ce5286a76392 tamper/varnish.py -db49128b094326fd87a6a998c27a5514 tamper/versionedkeywords.py -fc571c746951a5306591e04f70ddc46e tamper/versionedmorekeywords.py -d39ce1f99e268dc7f92b602656f49461 tamper/xforwardedfor.py +605a29ff45848e75366c641a44eeeb02 sqlmapapi.py +d7352cf475e245ba9c4b56419c21ddef sqlmap.py +930c9824698e40a9b8157732372ecd86 tamper/0x2char.py +58ffb21379167f883c4e06b878517df2 tamper/apostrophemask.py +484a6552aa73de49124dcd437564e0b3 tamper/apostrophenullencode.py +cd41c073c63e7732c5455c21208d610c tamper/appendnullbyte.py +e716797f6490b7db1c2914ba03cae15c tamper/base64encode.py +57149733e1c20e6867509da009fdb1ef tamper/between.py +65cf55d849edb0513f4e5eefd9fc25cb tamper/bluecoat.py +4dcdc84681002e137f0eb826479f2c59 tamper/chardoubleencode.py +4f7fd049c31c8dfa8f11b11f7df4d43e tamper/charencode.py +973bf7312d3c05bee3be586e06e2241f tamper/charunicodeencode.py +6b70552db8e5b2086f68b681a346df26 tamper/charunicodeescape.py +f083825e469d6212dcc80cacc1d829e5 tamper/commalesslimit.py +afd369785d053330e6e18a2800a9127b tamper/commalessmid.py +a21bdcd0bf96860f3f20d413bf22c3be tamper/commentbeforeparentheses.py +9c058cb9b746d6da83e63501c20e70a3 tamper/concat2concatws.py +072fa98a8ee2c31788e0ff1fa5ae8126 tamper/equaltolike.py +169f1f6f463432b155557f78f8536227 tamper/escapequotes.py +25519f60db8318137b03c03ce336d981 tamper/greatest.py +d50160e416ad8e3cc22cbaffcf7cb45b tamper/halfversionedmorekeywords.py +e6ce731b2e112911690dae0285c9d62a tamper/htmlencode.py +42053eebc9fea41276497b93e20786cd tamper/ifnull2casewhenisnull.py +884700b7f57bac1d9e93096b88ba286d tamper/ifnull2ifisnull.py +166ea0b0c59b98258968f7cf7c791573 tamper/informationschemacomment.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 tamper/__init__.py +f66677b21fa08a5f118db33e62a26097 tamper/least.py +b58a055804fa4520f57ea730d96e0c76 tamper/lowercase.py +3677e96c679507bcf170a6d95c092792 tamper/luanginx.py +19be4592453c800179ef43ade6b5a503 tamper/modsecurityversioned.py +52db20e7f79c717f1845012dbf7510e4 tamper/modsecurityzeroversioned.py +f5ee7174ac6a33045787678075f5ad97 tamper/multiplespaces.py +9c3cde6ece61bcc9622109707b0f0658 tamper/overlongutf8more.py +174baec80f95a0d1296f420af305f2ad tamper/overlongutf8.py +90fb3ee3ee97864e98e93e830adc85ec tamper/percentage.py +ce7bd5c1bc252a6d0ff8ecd568fbc5a4 tamper/plus2concat.py +cb02f1f9a210e0d26a1792aae72c61b8 tamper/plus2fnconcat.py +25fdd627361111748c2253a1348cd6c8 tamper/randomcase.py +793c59524481332bcc55fda8773b13e5 tamper/randomcomments.py +cfa30a6393bb25bbfd9d144619cbeab8 tamper/space2comment.py +0c833c994d206b4289e0ab59b4e9673a tamper/space2dash.py +e5a7b8e258c74e1ca5f0540651ee8fc9 tamper/space2hash.py +a95d58e689c7b5768c4eb54141660078 tamper/space2morecomment.py +7c57d78c5308347d1cbf657979a398e6 tamper/space2morehash.py +c14ec1d23f5b4e0d04055d6135bcf076 tamper/space2mssqlblank.py +0bdff9485f9169d1fbe507ba6e8fecbd tamper/space2mssqlhash.py +244a8cc773df6d93b60c830e2d6fe17d tamper/space2mysqlblank.py +6c0c8e446fe8992b6a424b2b21d0c7de tamper/space2mysqldash.py +6c1fe935e3ee458c8cab0ecb1bd7d87d tamper/space2plus.py +5c0415146bb99773b915620f23717fad tamper/space2randomblank.py +657ba406289aec6d93f63798cb559fb2 tamper/sp_password.py +4007e4505deeffa7c3753ea5396a9c4b tamper/substring2leftright.py +8674b558975f290c6d88002e8bbeaf05 tamper/symboliclogical.py +aafc9fef256973933d735c8233a313dd tamper/unionalltounion.py +f89973f9e8fc46d1e5dc2d8ff020b8c7 tamper/unmagicquotes.py +0a59c760c072da567bc340f5bef67bd4 tamper/uppercase.py +54a2adf80be3f56f95f1c743ab7c1d5d tamper/varnish.py +f4e337932a63b1613e5fbc811984ae13 tamper/versionedkeywords.py +72df4ce8f22f45bcd28509024d2c8f04 tamper/versionedmorekeywords.py +c4dd9a1de64fb393a037ca44cca77072 tamper/xforwardedfor.py b1c02296b4e3b0ebaa58b9dcd914cbf4 thirdparty/ansistrm/ansistrm.py d41d8cd98f00b204e9800998ecf8427e thirdparty/ansistrm/__init__.py 3ebe11e5ad9bbe608b1caae540b6fe97 thirdparty/beautifulsoup/beautifulsoup.py -cb2e1fe7c404dff41a2ae9132828f532 thirdparty/beautifulsoup/__init__.py -ff54a1d98f0ab01ba7b58b068d2ebd26 thirdparty/bottle/bottle.py +c2d26da527ed7d2b4219c6be1cbb8b8f thirdparty/beautifulsoup/__init__.py +a5255d7def3b634d24e3d7ba74a8e023 thirdparty/bottle/bottle.py 4528e6a7bb9341c36c425faf40ef32c3 thirdparty/bottle/__init__.py b20f539dc45fa9e514c1eb4f5aa8b5c6 thirdparty/chardet/big5freq.py 44159687c2bae35f165b44f07f5f167a thirdparty/chardet/big5prober.py -c80b09e2a63b375c02c8c1e825a953c5 thirdparty/chardet/chardetect.py +e3eff9aaceae243cd2a1fb536f5f6c2a thirdparty/chardet/chardetect.py d2c4ad8cc905d95f148ead169d249eb8 thirdparty/chardet/chardistribution.py 24c57085435b8ad1a7bf9ff4ffe6cce0 thirdparty/chardet/charsetgroupprober.py 0cb6549c5cf979c8023f8aaf3392a117 thirdparty/chardet/charsetprober.py @@ -341,7 +341,7 @@ c9349824f2647962175d321cc0c52134 thirdparty/chardet/sjisprober.py bcae4c645a737d3f0e7c96a66528ca4a thirdparty/chardet/universaldetector.py 6f8b3e25472c02fb45a75215a175991f thirdparty/chardet/utf8prober.py be496c4cf7e3eff945d33de5051ac57d thirdparty/clientform/clientform.py -722281d87fb13ec22555480f8f4c715b thirdparty/clientform/__init__.py +6e5de63c8442d2b5bc557c285f664a6a thirdparty/clientform/__init__.py 0b625ccefa6b066f79d3cbb3639267e6 thirdparty/colorama/ansi.py 7ec474bef2432a1b45001bb87f2ab25f thirdparty/colorama/ansitowin32.py ed4d76c08741d34ac79f6488663345f7 thirdparty/colorama/initialise.py @@ -349,33 +349,33 @@ c0707ca77ccb4a2c0f12b4085057193c thirdparty/colorama/__init__.py ad3d022d4591aee80f7391248d722413 thirdparty/colorama/win32.py cdd682cbf77137ef4253b77a95ed9bd8 thirdparty/colorama/winterm.py be7eac2e6cfb45c5e297ec5eee66e747 thirdparty/fcrypt/fcrypt.py -e00542d22ffa8d8ac894c210f38454be thirdparty/fcrypt/__init__.py -5bf76c1e6f4674cec65d89814d989304 thirdparty/gprof2dot/gprof2dot.py -855372c870a23d46683f8aa39d75f6a1 thirdparty/gprof2dot/__init__.py +c58b5fc74eaa5761cba7ef61d935202f thirdparty/fcrypt/__init__.py +f2cece2a6bfb6633cf4db8792273e294 thirdparty/gprof2dot/gprof2dot.py +4fe3f1607a080f156d1381e294384038 thirdparty/gprof2dot/__init__.py d41d8cd98f00b204e9800998ecf8427e thirdparty/__init__.py -e3b18f925d125bd17c7e7a7ec0b4b85f thirdparty/keepalive/__init__.py -c7e8085d9db7a798540b3bad4546dd4a thirdparty/keepalive/keepalive.py +9e24eb15fa8e215f5386ea8c3f8956d9 thirdparty/keepalive/__init__.py +59b86ceb212045ef5b5e7c62c019ba70 thirdparty/keepalive/keepalive.py d41d8cd98f00b204e9800998ecf8427e thirdparty/magic/__init__.py bf318e0abbe6b2e1a167a233db7f744f thirdparty/magic/magic.py d41d8cd98f00b204e9800998ecf8427e thirdparty/multipart/__init__.py -82432cb4ef575aa16900ba221cc1dc98 thirdparty/multipart/multipartpost.py -0a0a5f8f5519cf9dd2c5120f62aabe83 thirdparty/odict/__init__.py +363f797126e71eb9625a9840afa1670a thirdparty/multipart/multipartpost.py +52ef109474a0d77188ec81a4304473b6 thirdparty/odict/__init__.py 8d8f91e1d87cb301fdb50db79dfe4d48 thirdparty/odict/ordereddict.py -0105f1734f326704d2d68839084ca661 thirdparty/oset/_abc.py +d1d7428ada00f1f8a811d52ce3264f15 thirdparty/oset/_abc.py 54a861de0f08bb80c2e8846579ec83bd thirdparty/oset/__init__.py -6c79e6d14e031beebe6de127b53c7c93 thirdparty/oset/pyoset.py -94a4abc0fdac64ef0661b82aff68d791 thirdparty/prettyprint/__init__.py -ff80a22ee858f5331b0c088efa98b3ff thirdparty/prettyprint/prettyprint.py -5c70f8e5f7353aedc6d8d21d4fb72b37 thirdparty/pydes/__init__.py +6fcf93b9f69d4ce2ab6edf29fa336236 thirdparty/oset/pyoset.py +b53e0b1a0e199a655a0a3911dfa68fec thirdparty/prettyprint/__init__.py +6e2f2a91693fbb52e4f77b99546df3ef thirdparty/prettyprint/prettyprint.py +28268581a4a8d469a306740f79901ed6 thirdparty/pydes/__init__.py a7f735641c5b695f3d6220fe7c91b030 thirdparty/pydes/pyDes.py d41d8cd98f00b204e9800998ecf8427e thirdparty/socks/__init__.py -afd97f26bffa0532ee4eb4f5f8ec1ab7 thirdparty/socks/socks.py +504e762b8d08e7e95ccaecf0ab0d0f38 thirdparty/socks/socks.py d41d8cd98f00b204e9800998ecf8427e thirdparty/termcolor/__init__.py d97198005a387a9d23916c616620ef7f thirdparty/termcolor/termcolor.py -bf55909ad163b58236e44b86e8441b26 thirdparty/wininetpton/__init__.py -a44e7cf30f2189b2fbdb635b310cdc0c thirdparty/wininetpton/win_inet_pton.py -855372c870a23d46683f8aa39d75f6a1 thirdparty/xdot/__init__.py -fb6c71a25d5a93bf20ab99fe4e31e0dd thirdparty/xdot/xdot.py +4d0544984eb7304d61d35f1a3e5f3da7 thirdparty/wininetpton/__init__.py +4b214fb1983dbdc321789d44e323f854 thirdparty/wininetpton/win_inet_pton.py +4fe3f1607a080f156d1381e294384038 thirdparty/xdot/__init__.py +01e386fee1f1522d33d2d1e77f957fc1 thirdparty/xdot/xdot.py 08c706478fad0acba049d0e32cbb6411 udf/mysql/linux/32/lib_mysqludf_sys.so_ 1501fa7150239b18acc0f4a9db2ebc0d udf/mysql/linux/64/lib_mysqludf_sys.so_ 70d83edb90c4a20bd95eb62f71c99bd0 udf/mysql/windows/32/lib_mysqludf_sys.dll_ @@ -400,87 +400,87 @@ a6b9c964f7c7d7012f8f434bbd84a041 udf/postgresql/windows/32/8.2/lib_postgresqlud d9006810684baf01ea33281d21522519 udf/postgresql/windows/32/8.3/lib_postgresqludf_sys.dll_ ca3ab78d6ed53b7f2c07ed2530d47efd udf/postgresql/windows/32/8.4/lib_postgresqludf_sys.dll_ 0d3fe0293573a4453463a0fa5a081de1 udf/postgresql/windows/32/9.0/lib_postgresqludf_sys.dll_ -d6f06b1463501392e7e578d511ffb4d8 waf/360.py -2d63c46bed78aec2966a363d5db800fd waf/aesecure.py -b6bc83ae9ea69cf96e9389bde8250c7c waf/airlock.py -34b8ec9f438d7daa56aa016e6c09fadb waf/anquanbao.py -7ab1a7cd51a02899592f4f755d36a02e waf/approach.py -425f2599f57ab81b4fff67e6b442cccc waf/armor.py -46a1d30bb52048c2092593acfa71bd52 waf/asm.py -9dbec5d674ed4c762ffc9bc3ab402739 waf/aws.py -e57a22864477ad23ae6a3d308f9b5410 waf/barracuda.py -941714dfea605d59cb1544e5c376ac58 waf/bekchy.py -1712d76bd4adb705f3317ff5908acdcd waf/bitninja.py -2608fbe2c80fae99bb09db1f93d80cdd waf/bluedon.py -8385218d8a1863dbfd4274db36880dfe waf/cerber.py -5ae64cad95b7f904c350cc81230c3bd1 waf/chinacache.py -a05edf8f2962dfff0457b7a4fd5e169c waf/ciscoacexml.py -af079de99a8ec6988d28aa4c0aa32cf9 waf/cloudbric.py -8fec83056c8728076ab17ab3a2ebbe7b waf/cloudflare.py -9ae3dfb7c03da53fb67c6c3cb56b4827 waf/cloudfront.py -847ee97f6e0f8aeec61afd3e0c91543b waf/comodo.py -4ed76fdf2add2405bb6157ac025e01b9 waf/crawlprotect.py -4254527ec80588f5289f56c7b52c4b30 waf/distil.py -886c6502a6a2aae49921efed8d439f7b waf/dotdefender.py -a8412619d7f26ed6bc9e0b20a57b2324 waf/edgecast.py -5df01dde939c0d22bc163730873e9854 waf/expressionengine.py -588d2f9a8f201e120e74e508564cb487 waf/fortiweb.py -447f6d63b6f691a852ca198afaaac4a6 waf/generic.py -4ea580dd1b9679bd733866976ad5d81e waf/godaddy.py -27385b15477031a3aff25df601a1ff51 waf/greywizard.py -256a7ea2c1cd2745fe788cf8f6123f8a waf/imunify360.py -f4e3fb185b92483832d14b532f467b35 waf/incapsula.py -fb6be55d21a70765e35549af2484f762 waf/__init__.py -a3ee375714987acccc26d1b07c2e8af7 waf/isaserver.py -e6994165497cef25d7a785cd3d4a3c64 waf/janusec.py -ce9cf35919a92d65347bb74ca0c5c86f waf/jiasule.py -f44ed04eeb4287c11ce277703ec7d72d waf/knownsec.py -8c3977c543ca4ec6d4231f604217cf94 waf/kona.py -d4f36e44f496f4d51baa3241eabc60fd waf/malcare.py -509af267f45485f3cb1c839fa040ff07 waf/modsecurity.py -78af8e791207db9723a14bddeb7524af waf/naxsi.py -8004b57e9b8e19060aae5b82ecb87472 waf/netscaler.py -96e1902b7e4297173d519b00c86f6a02 waf/newdefend.py -d03dfe93a14c966b88f5baf59ce2b091 waf/ninjafirewall.py -a59aff03a5b3fb40ea0feb3489677040 waf/onmessageshield.py -532b6f8de357a9b88a313944e1756538 waf/paloalto.py -f9de9375ffd0447ba93b215493d327a1 waf/perimeterx.py -2979bb64c24256a83625d75a385dde9b waf/profense.py -8de0d46738335a4e498c4ac9038ac3c3 waf/proventia.py -ac60456fe7af4eb501d448910e98ee4b waf/radware.py -1315066be1abb4f1d34290239be0af14 waf/reblaze.py -987389e4f403b7615d6d8006420a6260 waf/requestvalidationmode.py -8dae5619edafaaceccf1c4eb051c7d22 waf/rsfirewall.py -d2d9718de217dd07d9e66b2e6ad61380 waf/safe3.py -213062db202a6eb0939a6674f96be551 waf/safedog.py -34440ee94fcff88b4158e86635176547 waf/secureentry.py -ac0728ddb7a15b46b0eabd78cd661f8c waf/secureiis.py -d425f890541a81cc11b0905842194274 waf/securesphere.py -ba37e1c37fa0e3688873f74183a9cb9c waf/senginx.py -2602a8baed4da643e606a379e4dc75db waf/shieldsecurity.py -fc21ce1e6e597e44818c03d9cb859e83 waf/siteground.py -332f27cfa02abca513719851850c782e waf/siteguard.py -c842d298e61a87b32668c8402a0d87b5 waf/sitelock.py -a840fcd2bb042694f9aab2859e7c9b30 waf/sonicwall.py -45683bfe7a428f47745416c727a789bd waf/sophos.py -ed1ecabfa8396e70494b0a3d70a22eb1 waf/squarespace.py -8ace2ad70a4bba8825c8538e349839da waf/stackpath.py -74bd52941b606d15f1a6cdc7b52f761c waf/sucuri.py -205beb7ed5e70119f8700a9e295b6a4a waf/tencent.py -ba0fb1e6b815446b9d6f30950900fc80 waf/trafficshield.py -1c15216824f96e23a76591ac29eb6d7d waf/urlmaster.py -876c746d96193071271cb8b7e00e1422 waf/urlscan.py -80314083009c87d32bf32d84e8bbb7be waf/varnish.py -455bb16f552e7943e0a5cf35e83a74ea waf/virusdie.py -67df54343a85fe053226e2a5483b2c64 waf/wallarm.py -114000c53115fa8f4dd9b1b9122ec32a waf/watchguard.py -a7b8c4c3d1463409e0e204932f0ddff0 waf/webknight.py -053c6b1ea20133bd9f563f1275ddb5a4 waf/webseal.py -ac9e4e3ced77012ed97284634a9ffc74 waf/wordfence.py -512788a2a07f41290f78c9ad0053bd84 waf/wts.py -e69f77220558564785f0b3c961782a93 waf/yundun.py -a560bee3e948b97af2c88805933dcaad waf/yunsuo.py -c8b6517da2c8a28d474956e3a6b8c1ed waf/zenedge.py +13be5c4cfa87d48409acb3691e7af975 waf/360.py +3a0f243510625d7917f88988bf0a9ac7 waf/aesecure.py +f1619f567d8f9c150b8ee8b1bdec1629 waf/airlock.py +a131fe244f14271f522ef931d7b77eaa waf/anquanbao.py +0ea8afc4051d26a9982ee8d4f2459d68 waf/approach.py +5b037dcf7c051fdd0512ba9ada489651 waf/armor.py +a3f60872aa7deb66d40a0d4e3bebca36 waf/asm.py +b2132db7097b0eac9a7527992deb9011 waf/aws.py +b6eeb0a0311c8bdf9ee112aab1fba37f waf/barracuda.py +a79227ae23ef02ad33d201583a0546ac waf/bekchy.py +4aa3ef26432e2508d197cee5b3d841c5 waf/bitninja.py +cd8fa4fa25563dea3b0726a70a0df448 waf/bluedon.py +08ab8967e4c376a67554a58aa31dcebf waf/cerber.py +f13856a073e2cae8bc1aca60efdeb5ea waf/chinacache.py +4bcfd8acfec8b4f6af46d66b6c747465 waf/ciscoacexml.py +735b75dc69e2ec01dda94317e1ec2e35 waf/cloudbric.py +0d833c9d9f177ce2246099b387376250 waf/cloudflare.py +f38dc80a9630ea5881d13c8b1b06f930 waf/cloudfront.py +a9613980103c5bd866f4a300f3d56e33 waf/comodo.py +9a8a012011e48ae85d2d6b38f344cc6f waf/crawlprotect.py +ded68b2c545ea6b15b7eb290e7823239 waf/distil.py +386240766871896b0c1e47034af64d9f waf/dotdefender.py +1e6121db4bc1323f4f2cfa64930d3d34 waf/edgecast.py +169426a115c49c686a0ec1b26bce26dc waf/expressionengine.py +ef4f3152e79b557cfb34763a85de15c5 waf/fortiweb.py +57e4d643904aa3369d2ed79b4c20244a waf/generic.py +49d579aa8441994d64cd06b8dda503c4 waf/godaddy.py +84b26086ce446661fe49a6427f3d7035 waf/greywizard.py +13b4884d1a06a04a97f722ff527bda96 waf/imunify360.py +23752d17b963db2ea86f969083f4b0b6 waf/incapsula.py +cdf3f6e677253f1c85e0b12d9d0d0ac3 waf/__init__.py +09449b38bbf1dc90b970ce29a73fb8df waf/isaserver.py +9f824acdbb064b039c460ba6f8e903a6 waf/janusec.py +d2bea92d652fa2323aacd8da601b6f52 waf/jiasule.py +6735b063269c91d78bc540480a404891 waf/knownsec.py +5d72a377326a97b99947aea159d591ba waf/kona.py +ce3ecccf07d83d8892ced15ca7fdb9d7 waf/malcare.py +ca2e1a0bed0c6b078b32d3797e912297 waf/modsecurity.py +0123ba4e013f5fda68270c6437876bee waf/naxsi.py +3151b3912cefad43c2d05bbb3f834e93 waf/netscaler.py +9682e7ad3c4ac1f1ffe3167472fc96ef waf/newdefend.py +1758f6c2c988d22e550b771c26582dea waf/ninjafirewall.py +3d2b002c5d486a5a0688ca764589a557 waf/onmessageshield.py +c0729d748471fd3a7152610e400e07d1 waf/paloalto.py +d0b099d0678121d445ba682e4556639f waf/perimeterx.py +32899d8f4ee695d1eb2b7cb5122abf02 waf/profense.py +71fa47aa699ce4696db5b8ba92979859 waf/proventia.py +aaf38348bd9b6077b1cf7693e142520f waf/radware.py +c2e7177187059a1cabc86e3c9fcfb246 waf/reblaze.py +011f6c2e7d9d8bef329e3ac835ea5d84 waf/requestvalidationmode.py +d649e98a4a6a25fe2286f818a74bc549 waf/rsfirewall.py +7d14647f30f39e80f2cab430553f4fd0 waf/safe3.py +027ad5e576fd29c2a026fafa3143e21f waf/safedog.py +2d676b19a737f185849ef49d01e8536f waf/secureentry.py +282b862b8fbd2440100c9f0ccada87d1 waf/secureiis.py +42f13c3f2b75adfe6775d844c4678ee6 waf/securesphere.py +1b419280b1c74125a623cc2b7afbd0f4 waf/senginx.py +8ab512e0658e048399b0bd36c8e36b2b waf/shieldsecurity.py +e47d83fe62e3b36e6d7fd2ab7cd438de waf/siteground.py +b2d69aafef8b9ca0709b81685d0dbed4 waf/siteguard.py +a38d944da44afd1802753d56552ce78d waf/sitelock.py +9b1526f6bf1e6c90dfb046622e10dbe2 waf/sonicwall.py +cb86507a2865b3b43628528bc044a79e waf/sophos.py +6d67152142d485cf5ccbf08721d3e55d waf/squarespace.py +9b9f514bdd911119cf9421d9a4930594 waf/stackpath.py +e9e2cb64c03503a6df1e7333c67b3bba waf/sucuri.py +e5a78e1c2914a9bd43eba767915a087a waf/tencent.py +42f7c35e98d9589d15d6c59b0fb9fbd1 waf/trafficshield.py +52d3a2314776fe8c6fc4997acabf6faa waf/urlmaster.py +78c03942a8f349ba121b6b55c101c5af waf/urlscan.py +6f6c315c5c869add6693415a2ac5b687 waf/varnish.py +d45fecaff95fa8e62266855b929154b5 waf/virusdie.py +12fdd57d2454d71e3b28c619ee03c41b waf/wallarm.py +d348bf46d77dcd2106aed5b8a2028547 waf/watchguard.py +184ffd596e039450ffdf8a5848b26e07 waf/webknight.py +01cb56e24ef185611980ea640c4f0267 waf/webseal.py +e8a42d03c358fdbef7f30fb571c77936 waf/wordfence.py +4add51acfd8552b22c5b308d09a52bb1 waf/wts.py +2a69ca1046d299de86522037a732080f waf/yundun.py +bdc2cbb5f43330a0d4d0704b43e1f30e waf/yunsuo.py +0a17a4c6d096f214c5ba6f52f60879e7 waf/zenedge.py e68f399aeaa5b516f043af88dd4871a0 xml/banner/generic.xml d8925c034263bf1b83e7d8e1c78eec57 xml/banner/mssql.xml 7b21aeb3ad66d7686eacd23a6346292c xml/banner/mysql.xml diff --git a/waf/360.py b/waf/360.py index 06d287e21..d801b66fb 100644 --- a/waf/360.py +++ b/waf/360.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/__init__.py b/waf/__init__.py index c654cbef7..8307a1c28 100644 --- a/waf/__init__.py +++ b/waf/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/aesecure.py b/waf/aesecure.py index 4c85b8b5d..980d3bfeb 100644 --- a/waf/aesecure.py +++ b/waf/aesecure.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/airlock.py b/waf/airlock.py index 4f2402636..a6ffbd749 100644 --- a/waf/airlock.py +++ b/waf/airlock.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/anquanbao.py b/waf/anquanbao.py index 51a1eb193..24a528e17 100644 --- a/waf/anquanbao.py +++ b/waf/anquanbao.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/approach.py b/waf/approach.py index 80e9d5636..cdb58d863 100644 --- a/waf/approach.py +++ b/waf/approach.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/armor.py b/waf/armor.py index 266c94ab8..6f8e79ea1 100644 --- a/waf/armor.py +++ b/waf/armor.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/asm.py b/waf/asm.py index 17244efb4..cbbb31a00 100644 --- a/waf/asm.py +++ b/waf/asm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/aws.py b/waf/aws.py index 694ad589f..0d577fefa 100644 --- a/waf/aws.py +++ b/waf/aws.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/barracuda.py b/waf/barracuda.py index a8e7754c6..33b72e2d6 100644 --- a/waf/barracuda.py +++ b/waf/barracuda.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/bekchy.py b/waf/bekchy.py index 96035d979..4bd8ba8f4 100644 --- a/waf/bekchy.py +++ b/waf/bekchy.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/bitninja.py b/waf/bitninja.py index 648446388..7fb14017f 100644 --- a/waf/bitninja.py +++ b/waf/bitninja.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/bluedon.py b/waf/bluedon.py index c38b025a6..3ddd3960e 100644 --- a/waf/bluedon.py +++ b/waf/bluedon.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/cerber.py b/waf/cerber.py index bccb7f054..a05060271 100644 --- a/waf/cerber.py +++ b/waf/cerber.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/chinacache.py b/waf/chinacache.py index caf223851..f7369b04e 100644 --- a/waf/chinacache.py +++ b/waf/chinacache.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/ciscoacexml.py b/waf/ciscoacexml.py index ec6d2c44e..e9c017720 100644 --- a/waf/ciscoacexml.py +++ b/waf/ciscoacexml.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/cloudbric.py b/waf/cloudbric.py index 6f2931f55..78d4a1777 100644 --- a/waf/cloudbric.py +++ b/waf/cloudbric.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/cloudflare.py b/waf/cloudflare.py index 2112eba93..20a35736d 100644 --- a/waf/cloudflare.py +++ b/waf/cloudflare.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/cloudfront.py b/waf/cloudfront.py index 230c1fcb7..fe5921f0d 100644 --- a/waf/cloudfront.py +++ b/waf/cloudfront.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/comodo.py b/waf/comodo.py index 6fd2c114a..12cb108ff 100644 --- a/waf/comodo.py +++ b/waf/comodo.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/crawlprotect.py b/waf/crawlprotect.py index 8f0e94ec8..2e14828ad 100644 --- a/waf/crawlprotect.py +++ b/waf/crawlprotect.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/distil.py b/waf/distil.py index e82093864..210779400 100644 --- a/waf/distil.py +++ b/waf/distil.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/dotdefender.py b/waf/dotdefender.py index cf9c2d01c..b6b1999d4 100644 --- a/waf/dotdefender.py +++ b/waf/dotdefender.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/edgecast.py b/waf/edgecast.py index 444ea35d4..7964a7ba5 100644 --- a/waf/edgecast.py +++ b/waf/edgecast.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/expressionengine.py b/waf/expressionengine.py index d2cbf57d1..53e1f14f4 100644 --- a/waf/expressionengine.py +++ b/waf/expressionengine.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/fortiweb.py b/waf/fortiweb.py index 68619bcae..34af5972f 100644 --- a/waf/fortiweb.py +++ b/waf/fortiweb.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/generic.py b/waf/generic.py index 4f4fabb5f..6fa4e4419 100644 --- a/waf/generic.py +++ b/waf/generic.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/godaddy.py b/waf/godaddy.py index fdbdba1d0..cfba8cf62 100644 --- a/waf/godaddy.py +++ b/waf/godaddy.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/greywizard.py b/waf/greywizard.py index b26f44150..ff38fc329 100644 --- a/waf/greywizard.py +++ b/waf/greywizard.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/imunify360.py b/waf/imunify360.py index 6383f7a37..0fd8d604c 100644 --- a/waf/imunify360.py +++ b/waf/imunify360.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/incapsula.py b/waf/incapsula.py index fb8b8655a..720f9efa5 100644 --- a/waf/incapsula.py +++ b/waf/incapsula.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/isaserver.py b/waf/isaserver.py index 2f4f11137..a5b875339 100644 --- a/waf/isaserver.py +++ b/waf/isaserver.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/janusec.py b/waf/janusec.py index 442236e7c..43ed78ede 100644 --- a/waf/janusec.py +++ b/waf/janusec.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/jiasule.py b/waf/jiasule.py index 465cdcf75..42be6b500 100644 --- a/waf/jiasule.py +++ b/waf/jiasule.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/knownsec.py b/waf/knownsec.py index fc6f629b8..91b807e25 100644 --- a/waf/knownsec.py +++ b/waf/knownsec.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/kona.py b/waf/kona.py index c6c8bfaf8..21f9bc424 100644 --- a/waf/kona.py +++ b/waf/kona.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/malcare.py b/waf/malcare.py index 6180962a7..8932a4608 100644 --- a/waf/malcare.py +++ b/waf/malcare.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/modsecurity.py b/waf/modsecurity.py index 0d5400b27..5a0b27783 100644 --- a/waf/modsecurity.py +++ b/waf/modsecurity.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/naxsi.py b/waf/naxsi.py index 494d91db7..b714f4528 100644 --- a/waf/naxsi.py +++ b/waf/naxsi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/netscaler.py b/waf/netscaler.py index c3a5472fd..c7d4cfe65 100644 --- a/waf/netscaler.py +++ b/waf/netscaler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/newdefend.py b/waf/newdefend.py index 720d55444..9291821df 100644 --- a/waf/newdefend.py +++ b/waf/newdefend.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/ninjafirewall.py b/waf/ninjafirewall.py index 5e7ef1377..001702d89 100644 --- a/waf/ninjafirewall.py +++ b/waf/ninjafirewall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/onmessageshield.py b/waf/onmessageshield.py index b5c613702..c3f23d031 100644 --- a/waf/onmessageshield.py +++ b/waf/onmessageshield.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/paloalto.py b/waf/paloalto.py index ef0596531..b0aefc53d 100644 --- a/waf/paloalto.py +++ b/waf/paloalto.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/perimeterx.py b/waf/perimeterx.py index f034dd530..9d7a59606 100644 --- a/waf/perimeterx.py +++ b/waf/perimeterx.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/profense.py b/waf/profense.py index 85ad6d22e..b8b8e9609 100644 --- a/waf/profense.py +++ b/waf/profense.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/proventia.py b/waf/proventia.py index 3aca6a3d6..fed50242c 100644 --- a/waf/proventia.py +++ b/waf/proventia.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/radware.py b/waf/radware.py index 560a50fe1..2b3f834ad 100644 --- a/waf/radware.py +++ b/waf/radware.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/reblaze.py b/waf/reblaze.py index 0dd5c6546..85f6f12ff 100644 --- a/waf/reblaze.py +++ b/waf/reblaze.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/requestvalidationmode.py b/waf/requestvalidationmode.py index ec651de89..7bec15a27 100644 --- a/waf/requestvalidationmode.py +++ b/waf/requestvalidationmode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/rsfirewall.py b/waf/rsfirewall.py index 1ead81293..de9a5ed47 100644 --- a/waf/rsfirewall.py +++ b/waf/rsfirewall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/safe3.py b/waf/safe3.py index 81d6cbe59..ed2496f34 100644 --- a/waf/safe3.py +++ b/waf/safe3.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/safedog.py b/waf/safedog.py index 91f2726c3..cedd59c4d 100644 --- a/waf/safedog.py +++ b/waf/safedog.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/secureentry.py b/waf/secureentry.py index 601f13b22..e0c46646f 100644 --- a/waf/secureentry.py +++ b/waf/secureentry.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/secureiis.py b/waf/secureiis.py index b9b3f4839..6f4968495 100644 --- a/waf/secureiis.py +++ b/waf/secureiis.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/securesphere.py b/waf/securesphere.py index 48f2a7a3d..be73464d8 100644 --- a/waf/securesphere.py +++ b/waf/securesphere.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/senginx.py b/waf/senginx.py index 33c3c6d8f..3700a5f36 100644 --- a/waf/senginx.py +++ b/waf/senginx.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/shieldsecurity.py b/waf/shieldsecurity.py index 9c9c84b5e..a757620a1 100644 --- a/waf/shieldsecurity.py +++ b/waf/shieldsecurity.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/siteground.py b/waf/siteground.py index ff6d20713..967a9f44d 100644 --- a/waf/siteground.py +++ b/waf/siteground.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/siteguard.py b/waf/siteguard.py index 9a0498fa5..586dfee3b 100644 --- a/waf/siteguard.py +++ b/waf/siteguard.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/sitelock.py b/waf/sitelock.py index 09d611f15..aa532d389 100644 --- a/waf/sitelock.py +++ b/waf/sitelock.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/sonicwall.py b/waf/sonicwall.py index 49a545031..2ddaa995b 100644 --- a/waf/sonicwall.py +++ b/waf/sonicwall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/sophos.py b/waf/sophos.py index 5ff97abf1..35c101659 100644 --- a/waf/sophos.py +++ b/waf/sophos.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/squarespace.py b/waf/squarespace.py index 143b55bd6..94ddff714 100644 --- a/waf/squarespace.py +++ b/waf/squarespace.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/stackpath.py b/waf/stackpath.py index 74478ccc9..212125b05 100644 --- a/waf/stackpath.py +++ b/waf/stackpath.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/sucuri.py b/waf/sucuri.py index 33cf57a70..837e7820c 100644 --- a/waf/sucuri.py +++ b/waf/sucuri.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/tencent.py b/waf/tencent.py index d5dfed212..c068c6a1f 100644 --- a/waf/tencent.py +++ b/waf/tencent.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/trafficshield.py b/waf/trafficshield.py index a2b830eed..3b642255a 100644 --- a/waf/trafficshield.py +++ b/waf/trafficshield.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/urlmaster.py b/waf/urlmaster.py index 65d31c03b..55fdbcbc1 100644 --- a/waf/urlmaster.py +++ b/waf/urlmaster.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/urlscan.py b/waf/urlscan.py index e3206c33a..523ba5389 100644 --- a/waf/urlscan.py +++ b/waf/urlscan.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/varnish.py b/waf/varnish.py index f92ade613..440937a29 100644 --- a/waf/varnish.py +++ b/waf/varnish.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/virusdie.py b/waf/virusdie.py index 69c0ff76c..2f5bd77da 100644 --- a/waf/virusdie.py +++ b/waf/virusdie.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/wallarm.py b/waf/wallarm.py index 3c98c436a..2a006ea74 100644 --- a/waf/wallarm.py +++ b/waf/wallarm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/watchguard.py b/waf/watchguard.py index 538a565a1..b9bd1a007 100644 --- a/waf/watchguard.py +++ b/waf/watchguard.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/webknight.py b/waf/webknight.py index 7fbdc6f7b..f4141686b 100644 --- a/waf/webknight.py +++ b/waf/webknight.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/webseal.py b/waf/webseal.py index 4fa6ec2d3..b32c81285 100644 --- a/waf/webseal.py +++ b/waf/webseal.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/wordfence.py b/waf/wordfence.py index 2b7ef4853..473273c77 100644 --- a/waf/wordfence.py +++ b/waf/wordfence.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/wts.py b/waf/wts.py index b729cbdc2..493a3b196 100644 --- a/waf/wts.py +++ b/waf/wts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/yundun.py b/waf/yundun.py index ac753ce98..3a5fb2672 100644 --- a/waf/yundun.py +++ b/waf/yundun.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/yunsuo.py b/waf/yunsuo.py index d51da4935..543b4c505 100644 --- a/waf/yunsuo.py +++ b/waf/yunsuo.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/zenedge.py b/waf/zenedge.py index d15ca0fc3..1a07975f5 100644 --- a/waf/zenedge.py +++ b/waf/zenedge.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)