diff --git a/extra/__init__.py b/extra/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/extra/__init__.py +++ b/extra/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/extra/safe2bin/__init__.py b/extra/safe2bin/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/extra/safe2bin/__init__.py +++ b/extra/safe2bin/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/extra/safe2bin/safe2bin.py b/extra/safe2bin/safe2bin.py index 1aca82d4dfd..7fbf7cf6962 100644 --- a/extra/safe2bin/safe2bin.py +++ b/extra/safe2bin/safe2bin.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ safe2bin.py - Simple safe(hex) to binary format converter diff --git a/lib/__init__.py b/lib/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/controller/__init__.py b/lib/controller/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/controller/__init__.py +++ b/lib/controller/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/controller/action.py b/lib/controller/action.py index 14182cebc79..6c370c738fb 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 1fc5e9d32d7..4707f6dc5b3 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/controller/controller.py b/lib/controller/controller.py index e67cc7d0756..7e6be8ad7f6 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/controller/handler.py b/lib/controller/handler.py index 170bf9ed661..6ab21b71a55 100644 --- a/lib/controller/handler.py +++ b/lib/controller/handler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/__init__.py b/lib/core/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/core/__init__.py +++ b/lib/core/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/agent.py b/lib/core/agent.py index d79209bc6ac..165821379a3 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/bigarray.py b/lib/core/bigarray.py index 90874bd5564..95c60271129 100644 --- a/lib/core/bigarray.py +++ b/lib/core/bigarray.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/common.py b/lib/core/common.py index a1c1ef56dd8..81c831bd73f 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/compat.py b/lib/core/compat.py index 385c8f4ec77..d1403b30284 100644 --- a/lib/core/compat.py +++ b/lib/core/compat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/convert.py b/lib/core/convert.py index c46506f7892..84073b66d49 100644 --- a/lib/core/convert.py +++ b/lib/core/convert.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/data.py b/lib/core/data.py index 9f10d20a7a4..3a56c7fb4c5 100644 --- a/lib/core/data.py +++ b/lib/core/data.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/datatype.py b/lib/core/datatype.py index 0aa4bd61147..0fc30d81724 100644 --- a/lib/core/datatype.py +++ b/lib/core/datatype.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/decorators.py b/lib/core/decorators.py index 7c2ea82a108..cab8548f457 100644 --- a/lib/core/decorators.py +++ b/lib/core/decorators.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/defaults.py b/lib/core/defaults.py index 50ab6bb1951..95a7f3ff421 100644 --- a/lib/core/defaults.py +++ b/lib/core/defaults.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/dicts.py b/lib/core/dicts.py index 18c28d72269..e80f3d9a033 100644 --- a/lib/core/dicts.py +++ b/lib/core/dicts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/dump.py b/lib/core/dump.py index 33adf333bb0..9b227b1c028 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/enums.py b/lib/core/enums.py index 18510404ca1..a13dbcd1e55 100644 --- a/lib/core/enums.py +++ b/lib/core/enums.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/exception.py b/lib/core/exception.py index 3d0dd5e2386..ad87adf6f8a 100644 --- a/lib/core/exception.py +++ b/lib/core/exception.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/log.py b/lib/core/log.py index 76502f1044f..096fdfd9053 100644 --- a/lib/core/log.py +++ b/lib/core/log.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/option.py b/lib/core/option.py index 6fcb3536bac..a0f8d43509f 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index 72e3c1a4a89..8a93de733b9 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/patch.py b/lib/core/patch.py index e32d8b2cf21..90a0ccecd0c 100644 --- a/lib/core/patch.py +++ b/lib/core/patch.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/profiling.py b/lib/core/profiling.py index 72770263ebf..9ba1dd4c74b 100644 --- a/lib/core/profiling.py +++ b/lib/core/profiling.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/readlineng.py b/lib/core/readlineng.py index 0726e5f15d4..90bf42741d6 100644 --- a/lib/core/readlineng.py +++ b/lib/core/readlineng.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/replication.py b/lib/core/replication.py index 5ae390668d9..01f2495a66e 100644 --- a/lib/core/replication.py +++ b/lib/core/replication.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/revision.py b/lib/core/revision.py index 5255cb1b65c..277d1f5f68a 100644 --- a/lib/core/revision.py +++ b/lib/core/revision.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/session.py b/lib/core/session.py index 3b79d6e54b0..9cf569b687b 100644 --- a/lib/core/session.py +++ b/lib/core/session.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/settings.py b/lib/core/settings.py index 6c27234b075..03077b89f95 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) @@ -18,7 +18,7 @@ from thirdparty import six # sqlmap version (...) -VERSION = "1.3.5.50" +VERSION = "1.3.5.51" 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 1b254bc1988..3f18488a34b 100644 --- a/lib/core/shell.py +++ b/lib/core/shell.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/subprocessng.py b/lib/core/subprocessng.py index 3bd103055f3..b3321821042 100644 --- a/lib/core/subprocessng.py +++ b/lib/core/subprocessng.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/target.py b/lib/core/target.py index 6e6f4030b9d..9d4d9f28bd9 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/testing.py b/lib/core/testing.py index 33c50846f6e..1f257b0b5d5 100644 --- a/lib/core/testing.py +++ b/lib/core/testing.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/threads.py b/lib/core/threads.py index 8ed600dcb88..2ec207ece0d 100644 --- a/lib/core/threads.py +++ b/lib/core/threads.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/unescaper.py b/lib/core/unescaper.py index 4678e60ad68..e95378b1575 100644 --- a/lib/core/unescaper.py +++ b/lib/core/unescaper.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/update.py b/lib/core/update.py index 9b267731635..39b221e141a 100644 --- a/lib/core/update.py +++ b/lib/core/update.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/core/wordlist.py b/lib/core/wordlist.py index a99e3df9cc4..fef136563aa 100644 --- a/lib/core/wordlist.py +++ b/lib/core/wordlist.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/__init__.py b/lib/parse/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/parse/__init__.py +++ b/lib/parse/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/banner.py b/lib/parse/banner.py index 8bc9f9ee0aa..77ae798f67e 100644 --- a/lib/parse/banner.py +++ b/lib/parse/banner.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 725e3d84c05..c95c50f0f59 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/configfile.py b/lib/parse/configfile.py index 36f063abc75..22aa3e2a2ef 100644 --- a/lib/parse/configfile.py +++ b/lib/parse/configfile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/handler.py b/lib/parse/handler.py index df63cecdb86..ed03812bbe2 100644 --- a/lib/parse/handler.py +++ b/lib/parse/handler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/headers.py b/lib/parse/headers.py index b16dea2ae6f..9676f91b1a8 100644 --- a/lib/parse/headers.py +++ b/lib/parse/headers.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/html.py b/lib/parse/html.py index 98cefae69f5..3ec61d52fed 100644 --- a/lib/parse/html.py +++ b/lib/parse/html.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/payloads.py b/lib/parse/payloads.py index 5765df92bc7..6ee738f1614 100644 --- a/lib/parse/payloads.py +++ b/lib/parse/payloads.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/parse/sitemap.py b/lib/parse/sitemap.py index b369ab17aa6..83461c1b9b4 100644 --- a/lib/parse/sitemap.py +++ b/lib/parse/sitemap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/__init__.py b/lib/request/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/request/__init__.py +++ b/lib/request/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/basic.py b/lib/request/basic.py index 7f4eb67245c..c1b29525001 100644 --- a/lib/request/basic.py +++ b/lib/request/basic.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/basicauthhandler.py b/lib/request/basicauthhandler.py index a83e13478dd..b24bfaa2b0e 100644 --- a/lib/request/basicauthhandler.py +++ b/lib/request/basicauthhandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/chunkedhandler.py b/lib/request/chunkedhandler.py index 740b5c846bc..96c5e8c23c7 100644 --- a/lib/request/chunkedhandler.py +++ b/lib/request/chunkedhandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/comparison.py b/lib/request/comparison.py index 05eb7bedf27..6d0de9eba35 100644 --- a/lib/request/comparison.py +++ b/lib/request/comparison.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/connect.py b/lib/request/connect.py index 9979f31ab2a..082aee646ec 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/direct.py b/lib/request/direct.py index 1bd675b1bf0..5326d27e908 100644 --- a/lib/request/direct.py +++ b/lib/request/direct.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/dns.py b/lib/request/dns.py index 42004cc9d6a..b6d8fb257db 100644 --- a/lib/request/dns.py +++ b/lib/request/dns.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/httpshandler.py b/lib/request/httpshandler.py index 9cc2d6aa529..375cf61f510 100644 --- a/lib/request/httpshandler.py +++ b/lib/request/httpshandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/inject.py b/lib/request/inject.py index 0715f54ee3e..3c52bd6b76d 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/methodrequest.py b/lib/request/methodrequest.py index 8fd679a3465..ff8b35353e6 100644 --- a/lib/request/methodrequest.py +++ b/lib/request/methodrequest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/pkihandler.py b/lib/request/pkihandler.py index fe75e91a2f9..d6d42c8239c 100644 --- a/lib/request/pkihandler.py +++ b/lib/request/pkihandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/rangehandler.py b/lib/request/rangehandler.py index 70cbc016499..f957bd81f78 100644 --- a/lib/request/rangehandler.py +++ b/lib/request/rangehandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/redirecthandler.py b/lib/request/redirecthandler.py index 9bf228ac629..961db87ad87 100644 --- a/lib/request/redirecthandler.py +++ b/lib/request/redirecthandler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/request/templates.py b/lib/request/templates.py index 23138cf7e4c..6f8f155e02b 100644 --- a/lib/request/templates.py +++ b/lib/request/templates.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/__init__.py b/lib/takeover/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/takeover/__init__.py +++ b/lib/takeover/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/abstraction.py b/lib/takeover/abstraction.py index 1a78958064d..a00bc28659f 100644 --- a/lib/takeover/abstraction.py +++ b/lib/takeover/abstraction.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/icmpsh.py b/lib/takeover/icmpsh.py index 2fcfc0ae0fa..4be69f4685d 100644 --- a/lib/takeover/icmpsh.py +++ b/lib/takeover/icmpsh.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/metasploit.py b/lib/takeover/metasploit.py index 02fe1d7934b..9d4f29c549e 100644 --- a/lib/takeover/metasploit.py +++ b/lib/takeover/metasploit.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/registry.py b/lib/takeover/registry.py index 9314f266f9f..5b83526c006 100644 --- a/lib/takeover/registry.py +++ b/lib/takeover/registry.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/udf.py b/lib/takeover/udf.py index 45ecefc495c..e5025d73d6d 100644 --- a/lib/takeover/udf.py +++ b/lib/takeover/udf.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/web.py b/lib/takeover/web.py index 3e7680cbd8f..fb76432e876 100644 --- a/lib/takeover/web.py +++ b/lib/takeover/web.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/takeover/xp_cmdshell.py b/lib/takeover/xp_cmdshell.py index dc2e8eaf298..519be56e2c3 100644 --- a/lib/takeover/xp_cmdshell.py +++ b/lib/takeover/xp_cmdshell.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/__init__.py b/lib/techniques/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/techniques/__init__.py +++ b/lib/techniques/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/blind/__init__.py b/lib/techniques/blind/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/techniques/blind/__init__.py +++ b/lib/techniques/blind/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 34415fa6b73..47f5587fda7 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/dns/__init__.py b/lib/techniques/dns/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/techniques/dns/__init__.py +++ b/lib/techniques/dns/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/dns/test.py b/lib/techniques/dns/test.py index 3c9d4b3a369..361a3b088f0 100644 --- a/lib/techniques/dns/test.py +++ b/lib/techniques/dns/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/dns/use.py b/lib/techniques/dns/use.py index 0f17f463a7e..1e9bde529c0 100644 --- a/lib/techniques/dns/use.py +++ b/lib/techniques/dns/use.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/error/__init__.py b/lib/techniques/error/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/techniques/error/__init__.py +++ b/lib/techniques/error/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/error/use.py b/lib/techniques/error/use.py index 45aac9163dd..a4ed17520b3 100644 --- a/lib/techniques/error/use.py +++ b/lib/techniques/error/use.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/union/__init__.py b/lib/techniques/union/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/techniques/union/__init__.py +++ b/lib/techniques/union/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/union/test.py b/lib/techniques/union/test.py index ac91c568bc7..53f72d01a56 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/techniques/union/use.py b/lib/techniques/union/use.py index a1cf2f6a93e..f7fa70206cf 100644 --- a/lib/techniques/union/use.py +++ b/lib/techniques/union/use.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/lib/utils/__init__.py +++ b/lib/utils/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/api.py b/lib/utils/api.py index 41c38907e78..eabdcec337b 100644 --- a/lib/utils/api.py +++ b/lib/utils/api.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/lib/utils/brute.py b/lib/utils/brute.py index 84a79f65725..ff4e7c17b54 100644 --- a/lib/utils/brute.py +++ b/lib/utils/brute.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/crawler.py b/lib/utils/crawler.py index 898bbbcf631..66818592d1f 100644 --- a/lib/utils/crawler.py +++ b/lib/utils/crawler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/deps.py b/lib/utils/deps.py index 15c9a9e5dc6..265c0eb87fd 100644 --- a/lib/utils/deps.py +++ b/lib/utils/deps.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/getch.py b/lib/utils/getch.py index 4b4dcf9b027..733fdf57078 100644 --- a/lib/utils/getch.py +++ b/lib/utils/getch.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/har.py b/lib/utils/har.py index 5fa07632d30..3d727b71b71 100644 --- a/lib/utils/har.py +++ b/lib/utils/har.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/hash.py b/lib/utils/hash.py index c03c81702a9..7767bdca8af 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/hashdb.py b/lib/utils/hashdb.py index f756f1438cc..90e2a718fa6 100644 --- a/lib/utils/hashdb.py +++ b/lib/utils/hashdb.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/htmlentities.py b/lib/utils/htmlentities.py index e378e941807..a97320ec098 100644 --- a/lib/utils/htmlentities.py +++ b/lib/utils/htmlentities.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/pivotdumptable.py b/lib/utils/pivotdumptable.py index 64a3e4321b7..f0fb58a3851 100644 --- a/lib/utils/pivotdumptable.py +++ b/lib/utils/pivotdumptable.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/progress.py b/lib/utils/progress.py index c41c6102278..d33c7144834 100644 --- a/lib/utils/progress.py +++ b/lib/utils/progress.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/purge.py b/lib/utils/purge.py index 3e22b2bb4ab..2e1e521bd25 100644 --- a/lib/utils/purge.py +++ b/lib/utils/purge.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/search.py b/lib/utils/search.py index d907b2c5177..3a20be03ae3 100644 --- a/lib/utils/search.py +++ b/lib/utils/search.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/sqlalchemy.py b/lib/utils/sqlalchemy.py index 71cec4dadbd..484b421aefa 100644 --- a/lib/utils/sqlalchemy.py +++ b/lib/utils/sqlalchemy.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/timeout.py b/lib/utils/timeout.py index 02a2f20ecd1..4f661769f06 100644 --- a/lib/utils/timeout.py +++ b/lib/utils/timeout.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/lib/utils/versioncheck.py b/lib/utils/versioncheck.py index 8fbac1ea9ce..a1eea5d071a 100644 --- a/lib/utils/versioncheck.py +++ b/lib/utils/versioncheck.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/__init__.py b/plugins/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/__init__.py b/plugins/dbms/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/plugins/dbms/__init__.py +++ b/plugins/dbms/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/__init__.py b/plugins/dbms/access/__init__.py index 60132fa9faf..f204b0a0961 100644 --- a/plugins/dbms/access/__init__.py +++ b/plugins/dbms/access/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/connector.py b/plugins/dbms/access/connector.py index 729d0f145f5..1bf363aa4a7 100644 --- a/plugins/dbms/access/connector.py +++ b/plugins/dbms/access/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/enumeration.py b/plugins/dbms/access/enumeration.py index b2fd4ab035c..3028f9366f3 100644 --- a/plugins/dbms/access/enumeration.py +++ b/plugins/dbms/access/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/filesystem.py b/plugins/dbms/access/filesystem.py index 3b7cc137be0..0d500968429 100644 --- a/plugins/dbms/access/filesystem.py +++ b/plugins/dbms/access/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/fingerprint.py b/plugins/dbms/access/fingerprint.py index a8544ecdfab..339edba51ca 100644 --- a/plugins/dbms/access/fingerprint.py +++ b/plugins/dbms/access/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/syntax.py b/plugins/dbms/access/syntax.py index f792f2a5703..fb64ecc3a6c 100644 --- a/plugins/dbms/access/syntax.py +++ b/plugins/dbms/access/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/access/takeover.py b/plugins/dbms/access/takeover.py index 4932b8b342b..a7e67b73a73 100644 --- a/plugins/dbms/access/takeover.py +++ b/plugins/dbms/access/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/__init__.py b/plugins/dbms/db2/__init__.py index 2bef4b83317..e37cc391354 100644 --- a/plugins/dbms/db2/__init__.py +++ b/plugins/dbms/db2/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/connector.py b/plugins/dbms/db2/connector.py index 8e36e5b4659..ab162ff55f5 100644 --- a/plugins/dbms/db2/connector.py +++ b/plugins/dbms/db2/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/enumeration.py b/plugins/dbms/db2/enumeration.py index f83fa056bde..3fbfa1ae0b4 100644 --- a/plugins/dbms/db2/enumeration.py +++ b/plugins/dbms/db2/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/filesystem.py b/plugins/dbms/db2/filesystem.py index c640bae433e..76c3c44e7bb 100644 --- a/plugins/dbms/db2/filesystem.py +++ b/plugins/dbms/db2/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/fingerprint.py b/plugins/dbms/db2/fingerprint.py index 1a9ae8f902c..d286223193f 100644 --- a/plugins/dbms/db2/fingerprint.py +++ b/plugins/dbms/db2/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/syntax.py b/plugins/dbms/db2/syntax.py index cdc83fa7d95..669d5ca85ab 100644 --- a/plugins/dbms/db2/syntax.py +++ b/plugins/dbms/db2/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/db2/takeover.py b/plugins/dbms/db2/takeover.py index ea1682c1f59..ca204b03495 100644 --- a/plugins/dbms/db2/takeover.py +++ b/plugins/dbms/db2/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/__init__.py b/plugins/dbms/firebird/__init__.py index 16c426b864f..85b46a55ddc 100644 --- a/plugins/dbms/firebird/__init__.py +++ b/plugins/dbms/firebird/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/connector.py b/plugins/dbms/firebird/connector.py index 93d824a0114..10305f68ee5 100644 --- a/plugins/dbms/firebird/connector.py +++ b/plugins/dbms/firebird/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/enumeration.py b/plugins/dbms/firebird/enumeration.py index 0977d147b00..29f1a3852d7 100644 --- a/plugins/dbms/firebird/enumeration.py +++ b/plugins/dbms/firebird/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/filesystem.py b/plugins/dbms/firebird/filesystem.py index 7d89005c03a..21cec6896c6 100644 --- a/plugins/dbms/firebird/filesystem.py +++ b/plugins/dbms/firebird/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/fingerprint.py b/plugins/dbms/firebird/fingerprint.py index 90be5227a33..96e287c2a51 100644 --- a/plugins/dbms/firebird/fingerprint.py +++ b/plugins/dbms/firebird/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/syntax.py b/plugins/dbms/firebird/syntax.py index 95029ed32ff..281fb6fadca 100644 --- a/plugins/dbms/firebird/syntax.py +++ b/plugins/dbms/firebird/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/firebird/takeover.py b/plugins/dbms/firebird/takeover.py index 850fbf96667..2adb716b596 100644 --- a/plugins/dbms/firebird/takeover.py +++ b/plugins/dbms/firebird/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/__init__.py b/plugins/dbms/h2/__init__.py index 0265363fe65..334b53df6fd 100644 --- a/plugins/dbms/h2/__init__.py +++ b/plugins/dbms/h2/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/connector.py b/plugins/dbms/h2/connector.py index 8785e4ad88f..630d4e2e6c6 100644 --- a/plugins/dbms/h2/connector.py +++ b/plugins/dbms/h2/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/enumeration.py b/plugins/dbms/h2/enumeration.py index 4e81b598b2f..abe022463dd 100644 --- a/plugins/dbms/h2/enumeration.py +++ b/plugins/dbms/h2/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/filesystem.py b/plugins/dbms/h2/filesystem.py index 7090e7d18c1..800d206c8f3 100644 --- a/plugins/dbms/h2/filesystem.py +++ b/plugins/dbms/h2/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/fingerprint.py b/plugins/dbms/h2/fingerprint.py index 8be42e66a4b..6b6353ecc3b 100644 --- a/plugins/dbms/h2/fingerprint.py +++ b/plugins/dbms/h2/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/syntax.py b/plugins/dbms/h2/syntax.py index b6ce1cd27d2..be1bb443d0c 100644 --- a/plugins/dbms/h2/syntax.py +++ b/plugins/dbms/h2/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/h2/takeover.py b/plugins/dbms/h2/takeover.py index f93d2c1ef81..0751237232d 100644 --- a/plugins/dbms/h2/takeover.py +++ b/plugins/dbms/h2/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/__init__.py b/plugins/dbms/hsqldb/__init__.py index 8f85bb6fbcb..166c121da82 100644 --- a/plugins/dbms/hsqldb/__init__.py +++ b/plugins/dbms/hsqldb/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/connector.py b/plugins/dbms/hsqldb/connector.py index b57f92c1171..2f8ae08aa02 100644 --- a/plugins/dbms/hsqldb/connector.py +++ b/plugins/dbms/hsqldb/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/enumeration.py b/plugins/dbms/hsqldb/enumeration.py index c9bc656ff1d..7c415cb6624 100644 --- a/plugins/dbms/hsqldb/enumeration.py +++ b/plugins/dbms/hsqldb/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/filesystem.py b/plugins/dbms/hsqldb/filesystem.py index 3c473e862b7..c0bb39b0cf9 100644 --- a/plugins/dbms/hsqldb/filesystem.py +++ b/plugins/dbms/hsqldb/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/fingerprint.py b/plugins/dbms/hsqldb/fingerprint.py index 2939460d2a3..4b1245b40b0 100644 --- a/plugins/dbms/hsqldb/fingerprint.py +++ b/plugins/dbms/hsqldb/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/syntax.py b/plugins/dbms/hsqldb/syntax.py index b6ce1cd27d2..be1bb443d0c 100644 --- a/plugins/dbms/hsqldb/syntax.py +++ b/plugins/dbms/hsqldb/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/hsqldb/takeover.py b/plugins/dbms/hsqldb/takeover.py index ce6cdb2d8d9..5c7d2199db4 100644 --- a/plugins/dbms/hsqldb/takeover.py +++ b/plugins/dbms/hsqldb/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/__init__.py b/plugins/dbms/informix/__init__.py index 44cd035db63..50e2adee427 100644 --- a/plugins/dbms/informix/__init__.py +++ b/plugins/dbms/informix/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/connector.py b/plugins/dbms/informix/connector.py index 346719dcde5..133dc21ba50 100644 --- a/plugins/dbms/informix/connector.py +++ b/plugins/dbms/informix/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/enumeration.py b/plugins/dbms/informix/enumeration.py index eeb095f57f9..092224c94c7 100644 --- a/plugins/dbms/informix/enumeration.py +++ b/plugins/dbms/informix/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/filesystem.py b/plugins/dbms/informix/filesystem.py index c640bae433e..76c3c44e7bb 100644 --- a/plugins/dbms/informix/filesystem.py +++ b/plugins/dbms/informix/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/fingerprint.py b/plugins/dbms/informix/fingerprint.py index db96512c121..a582a93d6a7 100644 --- a/plugins/dbms/informix/fingerprint.py +++ b/plugins/dbms/informix/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/syntax.py b/plugins/dbms/informix/syntax.py index 692c7687de7..b6a39f60594 100644 --- a/plugins/dbms/informix/syntax.py +++ b/plugins/dbms/informix/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/informix/takeover.py b/plugins/dbms/informix/takeover.py index ea1682c1f59..ca204b03495 100644 --- a/plugins/dbms/informix/takeover.py +++ b/plugins/dbms/informix/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/__init__.py b/plugins/dbms/maxdb/__init__.py index 550adc5dc7f..6bd69402594 100644 --- a/plugins/dbms/maxdb/__init__.py +++ b/plugins/dbms/maxdb/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/connector.py b/plugins/dbms/maxdb/connector.py index 2f9a46a2450..8b06d639efe 100644 --- a/plugins/dbms/maxdb/connector.py +++ b/plugins/dbms/maxdb/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/enumeration.py b/plugins/dbms/maxdb/enumeration.py index 78e5b26710e..a57bb26e225 100644 --- a/plugins/dbms/maxdb/enumeration.py +++ b/plugins/dbms/maxdb/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/filesystem.py b/plugins/dbms/maxdb/filesystem.py index ff23fab3003..34da2b76937 100644 --- a/plugins/dbms/maxdb/filesystem.py +++ b/plugins/dbms/maxdb/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/fingerprint.py b/plugins/dbms/maxdb/fingerprint.py index bb56f4bcb64..575091a775d 100644 --- a/plugins/dbms/maxdb/fingerprint.py +++ b/plugins/dbms/maxdb/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/syntax.py b/plugins/dbms/maxdb/syntax.py index b8c8447f65c..1f273096699 100644 --- a/plugins/dbms/maxdb/syntax.py +++ b/plugins/dbms/maxdb/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/maxdb/takeover.py b/plugins/dbms/maxdb/takeover.py index 8b1d5d72eea..796443b21bf 100644 --- a/plugins/dbms/maxdb/takeover.py +++ b/plugins/dbms/maxdb/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/__init__.py b/plugins/dbms/mssqlserver/__init__.py index 7d6220fde8e..40696af8ccc 100644 --- a/plugins/dbms/mssqlserver/__init__.py +++ b/plugins/dbms/mssqlserver/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/connector.py b/plugins/dbms/mssqlserver/connector.py index 301a826a978..49ab6fc1fb7 100644 --- a/plugins/dbms/mssqlserver/connector.py +++ b/plugins/dbms/mssqlserver/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/enumeration.py b/plugins/dbms/mssqlserver/enumeration.py index 83703a54e29..8f606ee2fb1 100644 --- a/plugins/dbms/mssqlserver/enumeration.py +++ b/plugins/dbms/mssqlserver/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/filesystem.py b/plugins/dbms/mssqlserver/filesystem.py index ebb8897cd13..66d146e2d02 100644 --- a/plugins/dbms/mssqlserver/filesystem.py +++ b/plugins/dbms/mssqlserver/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/fingerprint.py b/plugins/dbms/mssqlserver/fingerprint.py index 502839480eb..e95c074ca39 100644 --- a/plugins/dbms/mssqlserver/fingerprint.py +++ b/plugins/dbms/mssqlserver/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/syntax.py b/plugins/dbms/mssqlserver/syntax.py index 5f6eb0c79e4..5d4082e0c18 100644 --- a/plugins/dbms/mssqlserver/syntax.py +++ b/plugins/dbms/mssqlserver/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mssqlserver/takeover.py b/plugins/dbms/mssqlserver/takeover.py index 3903a44faa0..0e35ae7aa59 100644 --- a/plugins/dbms/mssqlserver/takeover.py +++ b/plugins/dbms/mssqlserver/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/__init__.py b/plugins/dbms/mysql/__init__.py index a231ac8cb23..3c171b69209 100644 --- a/plugins/dbms/mysql/__init__.py +++ b/plugins/dbms/mysql/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/connector.py b/plugins/dbms/mysql/connector.py index f68e7b00486..6e1fc60de40 100644 --- a/plugins/dbms/mysql/connector.py +++ b/plugins/dbms/mysql/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/enumeration.py b/plugins/dbms/mysql/enumeration.py index e0d798ddf68..ccb7e534e5a 100644 --- a/plugins/dbms/mysql/enumeration.py +++ b/plugins/dbms/mysql/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/filesystem.py b/plugins/dbms/mysql/filesystem.py index 9063a470856..c79f2ccc22a 100644 --- a/plugins/dbms/mysql/filesystem.py +++ b/plugins/dbms/mysql/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/fingerprint.py b/plugins/dbms/mysql/fingerprint.py index 20970e6d9f0..6ad8f53a606 100644 --- a/plugins/dbms/mysql/fingerprint.py +++ b/plugins/dbms/mysql/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/syntax.py b/plugins/dbms/mysql/syntax.py index a1f4f670ac2..542e094ef60 100644 --- a/plugins/dbms/mysql/syntax.py +++ b/plugins/dbms/mysql/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/mysql/takeover.py b/plugins/dbms/mysql/takeover.py index e0b9a10ac5b..a66d1231322 100644 --- a/plugins/dbms/mysql/takeover.py +++ b/plugins/dbms/mysql/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/__init__.py b/plugins/dbms/oracle/__init__.py index bdecccfcc83..e2d352542e6 100644 --- a/plugins/dbms/oracle/__init__.py +++ b/plugins/dbms/oracle/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/connector.py b/plugins/dbms/oracle/connector.py index f9110311c81..bb88f9cb9ff 100644 --- a/plugins/dbms/oracle/connector.py +++ b/plugins/dbms/oracle/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/enumeration.py b/plugins/dbms/oracle/enumeration.py index fe03da7058f..d31679bec58 100644 --- a/plugins/dbms/oracle/enumeration.py +++ b/plugins/dbms/oracle/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/filesystem.py b/plugins/dbms/oracle/filesystem.py index d5f7a16341c..00520c91e78 100644 --- a/plugins/dbms/oracle/filesystem.py +++ b/plugins/dbms/oracle/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/fingerprint.py b/plugins/dbms/oracle/fingerprint.py index 0f6793d7738..29d35296a41 100644 --- a/plugins/dbms/oracle/fingerprint.py +++ b/plugins/dbms/oracle/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/syntax.py b/plugins/dbms/oracle/syntax.py index 5dff4841001..60865c00c03 100644 --- a/plugins/dbms/oracle/syntax.py +++ b/plugins/dbms/oracle/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/oracle/takeover.py b/plugins/dbms/oracle/takeover.py index 4eadef0af64..dbffdb4fa58 100644 --- a/plugins/dbms/oracle/takeover.py +++ b/plugins/dbms/oracle/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/__init__.py b/plugins/dbms/postgresql/__init__.py index 73af3b9c81d..7d46c6f1fed 100644 --- a/plugins/dbms/postgresql/__init__.py +++ b/plugins/dbms/postgresql/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/connector.py b/plugins/dbms/postgresql/connector.py index a7d4ec99d9a..1b81bc1f5ae 100644 --- a/plugins/dbms/postgresql/connector.py +++ b/plugins/dbms/postgresql/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/enumeration.py b/plugins/dbms/postgresql/enumeration.py index 1db588aa17d..b1097bcf0d0 100644 --- a/plugins/dbms/postgresql/enumeration.py +++ b/plugins/dbms/postgresql/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/filesystem.py b/plugins/dbms/postgresql/filesystem.py index 935afb410c3..0a3b6008665 100644 --- a/plugins/dbms/postgresql/filesystem.py +++ b/plugins/dbms/postgresql/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/fingerprint.py b/plugins/dbms/postgresql/fingerprint.py index b6be3230ead..e7deefb17a5 100644 --- a/plugins/dbms/postgresql/fingerprint.py +++ b/plugins/dbms/postgresql/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/syntax.py b/plugins/dbms/postgresql/syntax.py index 4509abc8e3b..179c828dec0 100644 --- a/plugins/dbms/postgresql/syntax.py +++ b/plugins/dbms/postgresql/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/postgresql/takeover.py b/plugins/dbms/postgresql/takeover.py index adb73c5a1dd..f9ccb46b2af 100644 --- a/plugins/dbms/postgresql/takeover.py +++ b/plugins/dbms/postgresql/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/__init__.py b/plugins/dbms/sqlite/__init__.py index 0c0440c08af..004a7165d03 100644 --- a/plugins/dbms/sqlite/__init__.py +++ b/plugins/dbms/sqlite/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/connector.py b/plugins/dbms/sqlite/connector.py index c244a86adf8..d4a606a1c60 100644 --- a/plugins/dbms/sqlite/connector.py +++ b/plugins/dbms/sqlite/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/enumeration.py b/plugins/dbms/sqlite/enumeration.py index b0b6efe80a1..c596318ba5d 100644 --- a/plugins/dbms/sqlite/enumeration.py +++ b/plugins/dbms/sqlite/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/filesystem.py b/plugins/dbms/sqlite/filesystem.py index c57720e9fdd..c12bc48b924 100644 --- a/plugins/dbms/sqlite/filesystem.py +++ b/plugins/dbms/sqlite/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/fingerprint.py b/plugins/dbms/sqlite/fingerprint.py index af44f5a129f..9fc3dcc3ec3 100644 --- a/plugins/dbms/sqlite/fingerprint.py +++ b/plugins/dbms/sqlite/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/syntax.py b/plugins/dbms/sqlite/syntax.py index 874203fdb26..b4b20e76724 100644 --- a/plugins/dbms/sqlite/syntax.py +++ b/plugins/dbms/sqlite/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sqlite/takeover.py b/plugins/dbms/sqlite/takeover.py index 129866cd0ab..0f1f5dab13b 100644 --- a/plugins/dbms/sqlite/takeover.py +++ b/plugins/dbms/sqlite/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/__init__.py b/plugins/dbms/sybase/__init__.py index 60d1903511d..9eedd7e0147 100644 --- a/plugins/dbms/sybase/__init__.py +++ b/plugins/dbms/sybase/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/connector.py b/plugins/dbms/sybase/connector.py index e11a7649be6..4c1acfe0754 100644 --- a/plugins/dbms/sybase/connector.py +++ b/plugins/dbms/sybase/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/enumeration.py b/plugins/dbms/sybase/enumeration.py index 6b6c423138b..475ae54af69 100644 --- a/plugins/dbms/sybase/enumeration.py +++ b/plugins/dbms/sybase/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/filesystem.py b/plugins/dbms/sybase/filesystem.py index 0032f8c5cef..30b3f6b4acc 100644 --- a/plugins/dbms/sybase/filesystem.py +++ b/plugins/dbms/sybase/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/fingerprint.py b/plugins/dbms/sybase/fingerprint.py index 0c62f848f21..ca0f11370d2 100644 --- a/plugins/dbms/sybase/fingerprint.py +++ b/plugins/dbms/sybase/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/syntax.py b/plugins/dbms/sybase/syntax.py index aaf515aac53..75799dc83a6 100644 --- a/plugins/dbms/sybase/syntax.py +++ b/plugins/dbms/sybase/syntax.py @@ -1,4 +1,4 @@ -1#!/usr/bin/env python2 +1#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/dbms/sybase/takeover.py b/plugins/dbms/sybase/takeover.py index 0d2bf0891cd..98681a78b1d 100644 --- a/plugins/dbms/sybase/takeover.py +++ b/plugins/dbms/sybase/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/__init__.py b/plugins/generic/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/plugins/generic/__init__.py +++ b/plugins/generic/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/connector.py b/plugins/generic/connector.py index ca52a3be0d0..76188988f1f 100644 --- a/plugins/generic/connector.py +++ b/plugins/generic/connector.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/custom.py b/plugins/generic/custom.py index d7a02521051..b902bd115e4 100644 --- a/plugins/generic/custom.py +++ b/plugins/generic/custom.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/databases.py b/plugins/generic/databases.py index 64f64e66f24..add047ed7ea 100644 --- a/plugins/generic/databases.py +++ b/plugins/generic/databases.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/entries.py b/plugins/generic/entries.py index dcb89431df6..7f3c2154239 100644 --- a/plugins/generic/entries.py +++ b/plugins/generic/entries.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index 7fa99772fcb..c8b40728e41 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/filesystem.py b/plugins/generic/filesystem.py index fb816c5b5b0..bb417be1a32 100644 --- a/plugins/generic/filesystem.py +++ b/plugins/generic/filesystem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/fingerprint.py b/plugins/generic/fingerprint.py index 63aa14da5e2..b593e629c1c 100644 --- a/plugins/generic/fingerprint.py +++ b/plugins/generic/fingerprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 388149b378e..cfced34e213 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/search.py b/plugins/generic/search.py index 088019786e4..b8cda141031 100644 --- a/plugins/generic/search.py +++ b/plugins/generic/search.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/syntax.py b/plugins/generic/syntax.py index f0c86d3a1ed..9ef65a54b17 100644 --- a/plugins/generic/syntax.py +++ b/plugins/generic/syntax.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/takeover.py b/plugins/generic/takeover.py index fee1228abc3..6a235efb663 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/plugins/generic/users.py b/plugins/generic/users.py index 81e7479344a..e0c527df0a3 100644 --- a/plugins/generic/users.py +++ b/plugins/generic/users.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/sqlmap.py b/sqlmap.py index c1f827e571f..9c3a073b38a 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/sqlmapapi.py b/sqlmapapi.py index 2f9727b5dc5..e491417dd07 100755 --- a/sqlmapapi.py +++ b/sqlmapapi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/__init__.py b/tamper/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/tamper/__init__.py +++ b/tamper/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/apostrophemask.py b/tamper/apostrophemask.py index 889f59bd523..d5ed52de31f 100644 --- a/tamper/apostrophemask.py +++ b/tamper/apostrophemask.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/apostrophenullencode.py b/tamper/apostrophenullencode.py index 76101228283..751c0096bcc 100644 --- a/tamper/apostrophenullencode.py +++ b/tamper/apostrophenullencode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/appendnullbyte.py b/tamper/appendnullbyte.py index 3b2e0cddbe3..5d23e4d5789 100644 --- a/tamper/appendnullbyte.py +++ b/tamper/appendnullbyte.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/base64encode.py b/tamper/base64encode.py index 6a6cccc310f..9718da1e057 100644 --- a/tamper/base64encode.py +++ b/tamper/base64encode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/between.py b/tamper/between.py index 5c83929902e..e8d46b8f435 100644 --- a/tamper/between.py +++ b/tamper/between.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/bluecoat.py b/tamper/bluecoat.py index 67dd9b716bd..4b88a3985c5 100644 --- a/tamper/bluecoat.py +++ b/tamper/bluecoat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/chardoubleencode.py b/tamper/chardoubleencode.py index dd638487dd8..512c2b3b4c6 100644 --- a/tamper/chardoubleencode.py +++ b/tamper/chardoubleencode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/charencode.py b/tamper/charencode.py index d1d5d4d479c..bf2283b1f70 100644 --- a/tamper/charencode.py +++ b/tamper/charencode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/charunicodeencode.py b/tamper/charunicodeencode.py index 5999d73eb9b..8bd456fabc4 100644 --- a/tamper/charunicodeencode.py +++ b/tamper/charunicodeencode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/charunicodeescape.py b/tamper/charunicodeescape.py index 9e23887a638..790d8d6c49a 100644 --- a/tamper/charunicodeescape.py +++ b/tamper/charunicodeescape.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/commalesslimit.py b/tamper/commalesslimit.py index b3a561e708b..7ebecbcecb4 100644 --- a/tamper/commalesslimit.py +++ b/tamper/commalesslimit.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/commalessmid.py b/tamper/commalessmid.py index ffe9486f197..3795868297a 100644 --- a/tamper/commalessmid.py +++ b/tamper/commalessmid.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/commentbeforeparentheses.py b/tamper/commentbeforeparentheses.py index 4d394f58ed1..23933c279ea 100644 --- a/tamper/commentbeforeparentheses.py +++ b/tamper/commentbeforeparentheses.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/concat2concatws.py b/tamper/concat2concatws.py index 93679912ad1..d2663bb2f79 100644 --- a/tamper/concat2concatws.py +++ b/tamper/concat2concatws.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/equaltolike.py b/tamper/equaltolike.py index 6aa8aae3b3d..bc65eff13db 100644 --- a/tamper/equaltolike.py +++ b/tamper/equaltolike.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/escapequotes.py b/tamper/escapequotes.py index 3c75cf0fbe4..db7c4c38876 100644 --- a/tamper/escapequotes.py +++ b/tamper/escapequotes.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/greatest.py b/tamper/greatest.py index 9a6a49c8d7f..989280cc89d 100644 --- a/tamper/greatest.py +++ b/tamper/greatest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/halfversionedmorekeywords.py b/tamper/halfversionedmorekeywords.py index 36bbed7f167..7a40f9f4c61 100644 --- a/tamper/halfversionedmorekeywords.py +++ b/tamper/halfversionedmorekeywords.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/hex2char.py b/tamper/hex2char.py index 9b843b861a1..71d1f1ed4ee 100644 --- a/tamper/hex2char.py +++ b/tamper/hex2char.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/htmlencode.py b/tamper/htmlencode.py index 491c67322cf..8eed7b406b6 100644 --- a/tamper/htmlencode.py +++ b/tamper/htmlencode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/ifnull2casewhenisnull.py b/tamper/ifnull2casewhenisnull.py index 3a222cbdaa0..b7680ff1300 100644 --- a/tamper/ifnull2casewhenisnull.py +++ b/tamper/ifnull2casewhenisnull.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/ifnull2ifisnull.py b/tamper/ifnull2ifisnull.py index eb8f61189b6..c933751ce3d 100644 --- a/tamper/ifnull2ifisnull.py +++ b/tamper/ifnull2ifisnull.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/informationschemacomment.py b/tamper/informationschemacomment.py index b6f472e687b..7076fecaa70 100644 --- a/tamper/informationschemacomment.py +++ b/tamper/informationschemacomment.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/least.py b/tamper/least.py index 5a0e96ee24e..53a8a6aadef 100644 --- a/tamper/least.py +++ b/tamper/least.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/lowercase.py b/tamper/lowercase.py index 4aff78cf7bd..101e4436a70 100644 --- a/tamper/lowercase.py +++ b/tamper/lowercase.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/luanginx.py b/tamper/luanginx.py index 91d5c4fc3d3..e8ad3db2863 100644 --- a/tamper/luanginx.py +++ b/tamper/luanginx.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/modsecurityversioned.py b/tamper/modsecurityversioned.py index 6bd16a8f944..605c1aee200 100644 --- a/tamper/modsecurityversioned.py +++ b/tamper/modsecurityversioned.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/modsecurityzeroversioned.py b/tamper/modsecurityzeroversioned.py index 7ded8627b30..af358f58b9a 100644 --- a/tamper/modsecurityzeroversioned.py +++ b/tamper/modsecurityzeroversioned.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/multiplespaces.py b/tamper/multiplespaces.py index 0b3473f8e16..96ccb15321a 100644 --- a/tamper/multiplespaces.py +++ b/tamper/multiplespaces.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/overlongutf8.py b/tamper/overlongutf8.py index 7d60682b8b6..5cc28a6308a 100644 --- a/tamper/overlongutf8.py +++ b/tamper/overlongutf8.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/overlongutf8more.py b/tamper/overlongutf8more.py index a6f658052ae..301945f4f6f 100644 --- a/tamper/overlongutf8more.py +++ b/tamper/overlongutf8more.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/percentage.py b/tamper/percentage.py index 57abb0f1c3c..71259fd88f2 100644 --- a/tamper/percentage.py +++ b/tamper/percentage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/plus2concat.py b/tamper/plus2concat.py index 776a7eec1b7..f4d7331ba92 100644 --- a/tamper/plus2concat.py +++ b/tamper/plus2concat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/plus2fnconcat.py b/tamper/plus2fnconcat.py index 121549710cc..60bcc917c81 100644 --- a/tamper/plus2fnconcat.py +++ b/tamper/plus2fnconcat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/randomcase.py b/tamper/randomcase.py index ed23c7e7363..923e2a6b2b5 100644 --- a/tamper/randomcase.py +++ b/tamper/randomcase.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/randomcomments.py b/tamper/randomcomments.py index 9eacb2c94de..678c36a9200 100644 --- a/tamper/randomcomments.py +++ b/tamper/randomcomments.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/sp_password.py b/tamper/sp_password.py index 4fd8a6ce090..0f2f813a49b 100644 --- a/tamper/sp_password.py +++ b/tamper/sp_password.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2comment.py b/tamper/space2comment.py index e62bde27693..7db34f56e61 100644 --- a/tamper/space2comment.py +++ b/tamper/space2comment.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2dash.py b/tamper/space2dash.py index 55fcc7b2ac1..445ade42121 100644 --- a/tamper/space2dash.py +++ b/tamper/space2dash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2hash.py b/tamper/space2hash.py index 5c8ca56d07f..41613326097 100644 --- a/tamper/space2hash.py +++ b/tamper/space2hash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2morecomment.py b/tamper/space2morecomment.py index 39048cb0ec7..39499c117c2 100644 --- a/tamper/space2morecomment.py +++ b/tamper/space2morecomment.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2morehash.py b/tamper/space2morehash.py index 42f917d596f..614a3c2246a 100644 --- a/tamper/space2morehash.py +++ b/tamper/space2morehash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2mssqlblank.py b/tamper/space2mssqlblank.py index e900ddd271b..0e4135daf8c 100644 --- a/tamper/space2mssqlblank.py +++ b/tamper/space2mssqlblank.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2mssqlhash.py b/tamper/space2mssqlhash.py index 12f793b551d..f0d88fe0125 100644 --- a/tamper/space2mssqlhash.py +++ b/tamper/space2mssqlhash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2mysqlblank.py b/tamper/space2mysqlblank.py index 5a92569f072..7352d417a24 100644 --- a/tamper/space2mysqlblank.py +++ b/tamper/space2mysqlblank.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2mysqldash.py b/tamper/space2mysqldash.py index 550ea9a40ba..917505a4aa8 100644 --- a/tamper/space2mysqldash.py +++ b/tamper/space2mysqldash.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2plus.py b/tamper/space2plus.py index 063b6ff23b1..8fc74c8b1d3 100644 --- a/tamper/space2plus.py +++ b/tamper/space2plus.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/space2randomblank.py b/tamper/space2randomblank.py index 009df0eb81a..343afa8d948 100644 --- a/tamper/space2randomblank.py +++ b/tamper/space2randomblank.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/substring2leftright.py b/tamper/substring2leftright.py index 8e1ea841003..4ed890c0b7c 100644 --- a/tamper/substring2leftright.py +++ b/tamper/substring2leftright.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/symboliclogical.py b/tamper/symboliclogical.py index bbf55737b74..88af8f9adf9 100644 --- a/tamper/symboliclogical.py +++ b/tamper/symboliclogical.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/unionalltounion.py b/tamper/unionalltounion.py index f8d2e6eca11..6d24acb062a 100644 --- a/tamper/unionalltounion.py +++ b/tamper/unionalltounion.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/unmagicquotes.py b/tamper/unmagicquotes.py index 2f418ff6bde..a89e0a75eaf 100644 --- a/tamper/unmagicquotes.py +++ b/tamper/unmagicquotes.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/uppercase.py b/tamper/uppercase.py index 075a23d85b6..faec80704ba 100644 --- a/tamper/uppercase.py +++ b/tamper/uppercase.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/varnish.py b/tamper/varnish.py index 0eafb243c53..d37f4ae2f58 100644 --- a/tamper/varnish.py +++ b/tamper/varnish.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/versionedkeywords.py b/tamper/versionedkeywords.py index ca0f6fdc522..af27d4cbe50 100644 --- a/tamper/versionedkeywords.py +++ b/tamper/versionedkeywords.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/versionedmorekeywords.py b/tamper/versionedmorekeywords.py index cf28e57ad00..4f926344228 100644 --- a/tamper/versionedmorekeywords.py +++ b/tamper/versionedmorekeywords.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/tamper/xforwardedfor.py b/tamper/xforwardedfor.py index 7bcde63374c..5801a10689f 100644 --- a/tamper/xforwardedfor.py +++ b/tamper/xforwardedfor.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/thirdparty/bottle/bottle.py b/thirdparty/bottle/bottle.py index 76c605ba8f7..a937493ba8a 100644 --- a/thirdparty/bottle/bottle.py +++ b/thirdparty/bottle/bottle.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # -*- 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 1604c20d30f..ffe892f25db 100644 --- a/thirdparty/chardet/chardetect.py +++ b/thirdparty/chardet/chardetect.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Script which takes one or more file paths and reports on their detected encodings diff --git a/thirdparty/fcrypt/__init__.py b/thirdparty/fcrypt/__init__.py index d95a61132d8..31bb3a635d6 100644 --- a/thirdparty/fcrypt/__init__.py +++ b/thirdparty/fcrypt/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python #Copyright (c) 2004, Carey Evans #All rights reserved. diff --git a/thirdparty/keepalive/__init__.py b/thirdparty/keepalive/__init__.py index 538ea244cfd..08a0be4d99a 100644 --- a/thirdparty/keepalive/__init__.py +++ b/thirdparty/keepalive/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Copyright 2002-2003 Michael D. Stenner # diff --git a/thirdparty/keepalive/keepalive.py b/thirdparty/keepalive/keepalive.py index 25eda69b15d..86bcdd87742 100644 --- a/thirdparty/keepalive/keepalive.py +++ b/thirdparty/keepalive/keepalive.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # -*- 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 11d6ef95f0d..d458cfa6034 100644 --- a/thirdparty/multipart/multipartpost.py +++ b/thirdparty/multipart/multipartpost.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ 02/2006 Will Holcomb diff --git a/thirdparty/odict/__init__.py b/thirdparty/odict/__init__.py index c9dcf471e21..8571776ae42 100644 --- a/thirdparty/odict/__init__.py +++ b/thirdparty/odict/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python import sys diff --git a/thirdparty/prettyprint/__init__.py b/thirdparty/prettyprint/__init__.py index 77745d480bd..1f9e1434354 100644 --- a/thirdparty/prettyprint/__init__.py +++ b/thirdparty/prettyprint/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python #Copyright (c) 2010, Chris Hall #All rights reserved. diff --git a/thirdparty/prettyprint/prettyprint.py b/thirdparty/prettyprint/prettyprint.py index 04123594875..586d808114a 100644 --- a/thirdparty/prettyprint/prettyprint.py +++ b/thirdparty/prettyprint/prettyprint.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python #Copyright (c) 2010, Chris Hall #All rights reserved. diff --git a/thirdparty/pydes/__init__.py b/thirdparty/pydes/__init__.py index 3cd5835480b..b412cc83133 100644 --- a/thirdparty/pydes/__init__.py +++ b/thirdparty/pydes/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Copyright 2009 Todd Whiteman # diff --git a/thirdparty/socks/socks.py b/thirdparty/socks/socks.py index 85a7ae90d1e..70dba70e4bf 100644 --- a/thirdparty/socks/socks.py +++ b/thirdparty/socks/socks.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """SocksiPy - Python SOCKS module. Version 1.00 diff --git a/thirdparty/wininetpton/__init__.py b/thirdparty/wininetpton/__init__.py index cd479efd9f3..5ea298dc195 100644 --- a/thirdparty/wininetpton/__init__.py +++ b/thirdparty/wininetpton/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Copyright Ryan Vennell # diff --git a/thirdparty/wininetpton/win_inet_pton.py b/thirdparty/wininetpton/win_inet_pton.py index 1f2b69b0264..50ae621e53b 100644 --- a/thirdparty/wininetpton/win_inet_pton.py +++ b/thirdparty/wininetpton/win_inet_pton.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # 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/waf/360.py b/waf/360.py index 0953434aaf8..9342d3321d1 100644 --- a/waf/360.py +++ b/waf/360.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/__init__.py b/waf/__init__.py index 8307a1c2877..c654cbef7f4 100644 --- a/waf/__init__.py +++ b/waf/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/aesecure.py b/waf/aesecure.py index 5b871463d30..46bf75fb60d 100644 --- a/waf/aesecure.py +++ b/waf/aesecure.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/airlock.py b/waf/airlock.py index 5a6990961a0..3ef082d8225 100644 --- a/waf/airlock.py +++ b/waf/airlock.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/anquanbao.py b/waf/anquanbao.py index 33b2dcd5d95..d2d86bd0cef 100644 --- a/waf/anquanbao.py +++ b/waf/anquanbao.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/approach.py b/waf/approach.py index fe7103b85b5..b44eddbdc72 100644 --- a/waf/approach.py +++ b/waf/approach.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/armor.py b/waf/armor.py index 6f20b7806b5..63c240135c5 100644 --- a/waf/armor.py +++ b/waf/armor.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/asm.py b/waf/asm.py index dbd105b201e..4e083791423 100644 --- a/waf/asm.py +++ b/waf/asm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/astra.py b/waf/astra.py index b979c7732f3..3160b5706f4 100644 --- a/waf/astra.py +++ b/waf/astra.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/aws.py b/waf/aws.py index cc2137ddada..624db991a43 100644 --- a/waf/aws.py +++ b/waf/aws.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/barracuda.py b/waf/barracuda.py index 8305d6eb38e..d19ec04f9e1 100644 --- a/waf/barracuda.py +++ b/waf/barracuda.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/bekchy.py b/waf/bekchy.py index 0db7b2d27a0..ca4932ed04d 100644 --- a/waf/bekchy.py +++ b/waf/bekchy.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/bitninja.py b/waf/bitninja.py index fc82310a612..ee405b6eda3 100644 --- a/waf/bitninja.py +++ b/waf/bitninja.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/bluedon.py b/waf/bluedon.py index 2ae36904247..f4dbf7814c7 100644 --- a/waf/bluedon.py +++ b/waf/bluedon.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/cerber.py b/waf/cerber.py index 404b4eed46d..1fda49d82e8 100644 --- a/waf/cerber.py +++ b/waf/cerber.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/chinacache.py b/waf/chinacache.py index 608a3eb1ba7..eaf4ccc1040 100644 --- a/waf/chinacache.py +++ b/waf/chinacache.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/ciscoacexml.py b/waf/ciscoacexml.py index 7ab2d9b4b23..156cadb289e 100644 --- a/waf/ciscoacexml.py +++ b/waf/ciscoacexml.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/cloudbric.py b/waf/cloudbric.py index 97a2e2db653..649c1e54b07 100644 --- a/waf/cloudbric.py +++ b/waf/cloudbric.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/cloudflare.py b/waf/cloudflare.py index 1f63b7d796d..1322882ea0a 100644 --- a/waf/cloudflare.py +++ b/waf/cloudflare.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/cloudfront.py b/waf/cloudfront.py index 8c1e22ceb64..b18cade5788 100644 --- a/waf/cloudfront.py +++ b/waf/cloudfront.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/comodo.py b/waf/comodo.py index 786db3059dc..c3cb35083ac 100644 --- a/waf/comodo.py +++ b/waf/comodo.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/crawlprotect.py b/waf/crawlprotect.py index 3497066c008..c88e625271b 100644 --- a/waf/crawlprotect.py +++ b/waf/crawlprotect.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/distil.py b/waf/distil.py index b2b6e2602ae..77a213eedb5 100644 --- a/waf/distil.py +++ b/waf/distil.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/dotdefender.py b/waf/dotdefender.py index a7b8ad5555a..57e9402d949 100644 --- a/waf/dotdefender.py +++ b/waf/dotdefender.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/edgecast.py b/waf/edgecast.py index ea3b4dd57c1..4a7ed503e9b 100644 --- a/waf/edgecast.py +++ b/waf/edgecast.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/expressionengine.py b/waf/expressionengine.py index 9b158917320..9879d34a839 100644 --- a/waf/expressionengine.py +++ b/waf/expressionengine.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/fortiweb.py b/waf/fortiweb.py index 0af1290f683..b5d2c1b756e 100644 --- a/waf/fortiweb.py +++ b/waf/fortiweb.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/generic.py b/waf/generic.py index ea4b6c3ebd2..a1d9e9e2d7e 100644 --- a/waf/generic.py +++ b/waf/generic.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/godaddy.py b/waf/godaddy.py index 6ccef66b73e..8989a77c408 100644 --- a/waf/godaddy.py +++ b/waf/godaddy.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/greywizard.py b/waf/greywizard.py index b39b36288d7..73b60134d19 100644 --- a/waf/greywizard.py +++ b/waf/greywizard.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/imunify360.py b/waf/imunify360.py index 9826ed91927..1fdcd175c07 100644 --- a/waf/imunify360.py +++ b/waf/imunify360.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/incapsula.py b/waf/incapsula.py index 97ba89e09aa..eff9954e335 100644 --- a/waf/incapsula.py +++ b/waf/incapsula.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/isaserver.py b/waf/isaserver.py index a5b8753391a..2f4f11137f5 100644 --- a/waf/isaserver.py +++ b/waf/isaserver.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/janusec.py b/waf/janusec.py index 05228895f9b..ac6850a26e9 100644 --- a/waf/janusec.py +++ b/waf/janusec.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/jiasule.py b/waf/jiasule.py index 9f592503bb1..9f3de7b5973 100644 --- a/waf/jiasule.py +++ b/waf/jiasule.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/knownsec.py b/waf/knownsec.py index bb8116f248b..13232c7b654 100644 --- a/waf/knownsec.py +++ b/waf/knownsec.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/kona.py b/waf/kona.py index 2ac797fb6a4..c34f2d9731a 100644 --- a/waf/kona.py +++ b/waf/kona.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/malcare.py b/waf/malcare.py index 4dad737391d..85902f2fd90 100644 --- a/waf/malcare.py +++ b/waf/malcare.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/modsecurity.py b/waf/modsecurity.py index 9c619c0b979..74f65149816 100644 --- a/waf/modsecurity.py +++ b/waf/modsecurity.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/naxsi.py b/waf/naxsi.py index 5423b0b6ff2..67638bc276a 100644 --- a/waf/naxsi.py +++ b/waf/naxsi.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/netscaler.py b/waf/netscaler.py index c7d4cfe656e..c3a5472fd34 100644 --- a/waf/netscaler.py +++ b/waf/netscaler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/newdefend.py b/waf/newdefend.py index 2984d26acc1..c52d61b0dcf 100644 --- a/waf/newdefend.py +++ b/waf/newdefend.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/ninjafirewall.py b/waf/ninjafirewall.py index 126d72f0456..c6bddca4154 100644 --- a/waf/ninjafirewall.py +++ b/waf/ninjafirewall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/onmessageshield.py b/waf/onmessageshield.py index 9b0df54268c..5f5325b2537 100644 --- a/waf/onmessageshield.py +++ b/waf/onmessageshield.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/paloalto.py b/waf/paloalto.py index 56944f4d683..0faaeb2deb6 100644 --- a/waf/paloalto.py +++ b/waf/paloalto.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/perimeterx.py b/waf/perimeterx.py index d8415292f74..298ebdb0768 100644 --- a/waf/perimeterx.py +++ b/waf/perimeterx.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/profense.py b/waf/profense.py index 22c6592e73f..b210dab9104 100644 --- a/waf/profense.py +++ b/waf/profense.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/proventia.py b/waf/proventia.py index fed50242cad..3aca6a3d66c 100644 --- a/waf/proventia.py +++ b/waf/proventia.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/radware.py b/waf/radware.py index a233ddaab04..cf12b495b13 100644 --- a/waf/radware.py +++ b/waf/radware.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/reblaze.py b/waf/reblaze.py index 60cc80fabbc..e86372df3e1 100644 --- a/waf/reblaze.py +++ b/waf/reblaze.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/requestvalidationmode.py b/waf/requestvalidationmode.py index 94c4ef03d9a..e608905378a 100644 --- a/waf/requestvalidationmode.py +++ b/waf/requestvalidationmode.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/rsfirewall.py b/waf/rsfirewall.py index adbdb232cf5..740434fa48d 100644 --- a/waf/rsfirewall.py +++ b/waf/rsfirewall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/safe3.py b/waf/safe3.py index 487a0b33097..2c2a5004973 100644 --- a/waf/safe3.py +++ b/waf/safe3.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/safedog.py b/waf/safedog.py index 448aaa5e22d..7f32eecb424 100644 --- a/waf/safedog.py +++ b/waf/safedog.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/safeline.py b/waf/safeline.py index aaf59154e7d..7d63ea9a037 100644 --- a/waf/safeline.py +++ b/waf/safeline.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/secureentry.py b/waf/secureentry.py index 11cd62606c5..a75efd622ce 100644 --- a/waf/secureentry.py +++ b/waf/secureentry.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/secureiis.py b/waf/secureiis.py index 5202cfc26b2..32221667ad5 100644 --- a/waf/secureiis.py +++ b/waf/secureiis.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/securesphere.py b/waf/securesphere.py index cdd6d0a40c8..ec633fbe347 100644 --- a/waf/securesphere.py +++ b/waf/securesphere.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/senginx.py b/waf/senginx.py index 244a9a0455c..d1bdfff8fe2 100644 --- a/waf/senginx.py +++ b/waf/senginx.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/shieldsecurity.py b/waf/shieldsecurity.py index fdbc750facb..4f78f06bb25 100644 --- a/waf/shieldsecurity.py +++ b/waf/shieldsecurity.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/siteground.py b/waf/siteground.py index 075cc5b1c6b..c412a1406af 100644 --- a/waf/siteground.py +++ b/waf/siteground.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/siteguard.py b/waf/siteguard.py index 34179ffaa72..27843f17284 100644 --- a/waf/siteguard.py +++ b/waf/siteguard.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/sitelock.py b/waf/sitelock.py index b218ea5d947..42cb0e76821 100644 --- a/waf/sitelock.py +++ b/waf/sitelock.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/sonicwall.py b/waf/sonicwall.py index bd8e9a89ef4..9cbec14b83d 100644 --- a/waf/sonicwall.py +++ b/waf/sonicwall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/sophos.py b/waf/sophos.py index b0063d19931..189a4201ca3 100644 --- a/waf/sophos.py +++ b/waf/sophos.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/squarespace.py b/waf/squarespace.py index 69bea6782d8..790c278a6c3 100644 --- a/waf/squarespace.py +++ b/waf/squarespace.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/stackpath.py b/waf/stackpath.py index a4c46809f10..1ffc1b0fd78 100644 --- a/waf/stackpath.py +++ b/waf/stackpath.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/sucuri.py b/waf/sucuri.py index 172dae0bee6..c4c2de8132d 100644 --- a/waf/sucuri.py +++ b/waf/sucuri.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/tencent.py b/waf/tencent.py index f9eb6a2e042..75609ae5037 100644 --- a/waf/tencent.py +++ b/waf/tencent.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/trafficshield.py b/waf/trafficshield.py index 89e10997758..c5e694b824f 100644 --- a/waf/trafficshield.py +++ b/waf/trafficshield.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/urlmaster.py b/waf/urlmaster.py index 96d3f42ab2d..1f6f5608294 100644 --- a/waf/urlmaster.py +++ b/waf/urlmaster.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/urlscan.py b/waf/urlscan.py index d2a5c0b0c19..6fea0d2c420 100644 --- a/waf/urlscan.py +++ b/waf/urlscan.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/varnish.py b/waf/varnish.py index a0863bbc469..e2c23a9215a 100644 --- a/waf/varnish.py +++ b/waf/varnish.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/virusdie.py b/waf/virusdie.py index 6cc8e5a9372..8f395e9097f 100644 --- a/waf/virusdie.py +++ b/waf/virusdie.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/wallarm.py b/waf/wallarm.py index e1976ba1801..ff9ab3fc782 100644 --- a/waf/wallarm.py +++ b/waf/wallarm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/watchguard.py b/waf/watchguard.py index ab9292d33c5..12057ae6d17 100644 --- a/waf/watchguard.py +++ b/waf/watchguard.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/webknight.py b/waf/webknight.py index 40471dd7fb6..5bbb7c3945e 100644 --- a/waf/webknight.py +++ b/waf/webknight.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/webseal.py b/waf/webseal.py index 661ec72bcca..105f3566813 100644 --- a/waf/webseal.py +++ b/waf/webseal.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/wordfence.py b/waf/wordfence.py index fa9ee698ef9..fd98eb4d57f 100644 --- a/waf/wordfence.py +++ b/waf/wordfence.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/wts.py b/waf/wts.py index eebe282882c..38d4a0b1ef8 100644 --- a/waf/wts.py +++ b/waf/wts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/yundun.py b/waf/yundun.py index 62dfc6f01ff..96dee5a7944 100644 --- a/waf/yundun.py +++ b/waf/yundun.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/yunsuo.py b/waf/yunsuo.py index 93f41d655a9..e9052141c07 100644 --- a/waf/yunsuo.py +++ b/waf/yunsuo.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) diff --git a/waf/zenedge.py b/waf/zenedge.py index 54ee9861dd8..3d27eb07ced 100644 --- a/waf/zenedge.py +++ b/waf/zenedge.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)