diff --git a/doc/COPYING b/doc/COPYING index 5fea2b3ba..30e652cf9 100644 --- a/doc/COPYING +++ b/doc/COPYING @@ -1,7 +1,7 @@ COPYING -- Describes the terms under which sqlmap is distributed. A copy of the GNU General Public License (GPL) is appended to this file. -sqlmap is (C) 2006-2016 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar. +sqlmap is (C) 2006-2017 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar. This program is free software; you may redistribute and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/extra/__init__.py b/extra/__init__.py index c2e45792f..942d54d8f 100644 --- a/extra/__init__.py +++ b/extra/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/beep/__init__.py b/extra/beep/__init__.py index c2e45792f..942d54d8f 100644 --- a/extra/beep/__init__.py +++ b/extra/beep/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/beep/beep.py b/extra/beep/beep.py index 48ba43526..2f1d10c80 100644 --- a/extra/beep/beep.py +++ b/extra/beep/beep.py @@ -3,7 +3,7 @@ """ beep.py - Make a beep sound -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/cloak/__init__.py b/extra/cloak/__init__.py index c2e45792f..942d54d8f 100644 --- a/extra/cloak/__init__.py +++ b/extra/cloak/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/cloak/cloak.py b/extra/cloak/cloak.py index 3137fe9bf..b93583711 100755 --- a/extra/cloak/cloak.py +++ b/extra/cloak/cloak.py @@ -3,7 +3,7 @@ """ cloak.py - Simple file encryption/compression utility -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/dbgtool/__init__.py b/extra/dbgtool/__init__.py index c2e45792f..942d54d8f 100644 --- a/extra/dbgtool/__init__.py +++ b/extra/dbgtool/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/dbgtool/dbgtool.py b/extra/dbgtool/dbgtool.py index fd697e817..fe5c1cd23 100644 --- a/extra/dbgtool/dbgtool.py +++ b/extra/dbgtool/dbgtool.py @@ -3,7 +3,7 @@ """ dbgtool.py - Portable executable to ASCII debug script converter -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/mssqlsig/update.py b/extra/mssqlsig/update.py index 730a986c5..91593105e 100644 --- a/extra/mssqlsig/update.py +++ b/extra/mssqlsig/update.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/safe2bin/__init__.py b/extra/safe2bin/__init__.py index c2e45792f..942d54d8f 100644 --- a/extra/safe2bin/__init__.py +++ b/extra/safe2bin/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/safe2bin/safe2bin.py b/extra/safe2bin/safe2bin.py index eb68da325..fe16fbce9 100644 --- a/extra/safe2bin/safe2bin.py +++ b/extra/safe2bin/safe2bin.py @@ -3,7 +3,7 @@ """ safe2bin.py - Simple safe(hex) to binary format converter -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/shutils/duplicates.py b/extra/shutils/duplicates.py index a5562cec1..ac5219a5d 100644 --- a/extra/shutils/duplicates.py +++ b/extra/shutils/duplicates.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) # See the file 'doc/COPYING' for copying permission # Removes duplicate entries in wordlist like files diff --git a/extra/shutils/precommit-hook.sh b/extra/shutils/precommit-hook.sh index 2a9298cee..3c2137ce2 100644 --- a/extra/shutils/precommit-hook.sh +++ b/extra/shutils/precommit-hook.sh @@ -10,6 +10,8 @@ PROJECT_FULLPATH=${SCRIPTPATH%/*}/$PROJECT SETTINGS_FULLPATH=${SCRIPTPATH%/*}/$SETTINGS CHECKSUM_FULLPATH=${SCRIPTPATH%/*}/$CHECKSUM +git diff $SETTINGS_FULLPATH | grep "VERSION =" > /dev/null && exit 0 + if [ -f $SETTINGS_FULLPATH ] then LINE=$(grep -o ${SETTINGS_FULLPATH} -e 'VERSION = "[0-9.]*"') diff --git a/extra/shutils/pypi.sh b/extra/shutils/pypi.sh index a1da1431e..1ea35557f 100644 --- a/extra/shutils/pypi.sh +++ b/extra/shutils/pypi.sh @@ -11,7 +11,7 @@ cat > $TMP_DIR/setup.py << EOF #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ @@ -55,7 +55,7 @@ cat > sqlmap/__init__.py << EOF #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/shutils/regressiontest.py b/extra/shutils/regressiontest.py index 5d43584a9..975edab42 100644 --- a/extra/shutils/regressiontest.py +++ b/extra/shutils/regressiontest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) # See the file 'doc/COPYING' for copying permission import codecs diff --git a/extra/sqlharvest/__init__.py b/extra/sqlharvest/__init__.py index c2e45792f..942d54d8f 100644 --- a/extra/sqlharvest/__init__.py +++ b/extra/sqlharvest/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/sqlharvest/sqlharvest.py b/extra/sqlharvest/sqlharvest.py index 9391af1a5..289d385d2 100644 --- a/extra/sqlharvest/sqlharvest.py +++ b/extra/sqlharvest/sqlharvest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/__init__.py b/lib/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/controller/__init__.py b/lib/controller/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/controller/__init__.py +++ b/lib/controller/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/controller/action.py b/lib/controller/action.py index a61021969..a83926712 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/controller/checks.py b/lib/controller/checks.py index ff40e4aec..ab020b93c 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/controller/controller.py b/lib/controller/controller.py index fd1c54743..9f459d3e3 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/controller/handler.py b/lib/controller/handler.py index 7a2a17250..9ad69da73 100644 --- a/lib/controller/handler.py +++ b/lib/controller/handler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/__init__.py b/lib/core/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/core/__init__.py +++ b/lib/core/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/agent.py b/lib/core/agent.py index e6d2bfd42..40c3e9526 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/bigarray.py b/lib/core/bigarray.py index 0bca3d5e6..d77613fb3 100644 --- a/lib/core/bigarray.py +++ b/lib/core/bigarray.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/common.py b/lib/core/common.py index 2fa10367c..a7804f34d 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/convert.py b/lib/core/convert.py index d531abe32..802d00cfb 100755 --- a/lib/core/convert.py +++ b/lib/core/convert.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/data.py b/lib/core/data.py index 6197d6b73..c7bd39feb 100644 --- a/lib/core/data.py +++ b/lib/core/data.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/datatype.py b/lib/core/datatype.py index cd3e0bb77..10251f389 100644 --- a/lib/core/datatype.py +++ b/lib/core/datatype.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/decorators.py b/lib/core/decorators.py index 2ea6bb8e6..283259d09 100644 --- a/lib/core/decorators.py +++ b/lib/core/decorators.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/defaults.py b/lib/core/defaults.py index 71a8a8d4a..98b4c5870 100644 --- a/lib/core/defaults.py +++ b/lib/core/defaults.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/dicts.py b/lib/core/dicts.py index ba5f18c3f..919bf5861 100644 --- a/lib/core/dicts.py +++ b/lib/core/dicts.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/dump.py b/lib/core/dump.py index 49f5f4a9c..cd4a93be9 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/enums.py b/lib/core/enums.py index 9c285e774..30a6678a0 100644 --- a/lib/core/enums.py +++ b/lib/core/enums.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/exception.py b/lib/core/exception.py index 2b09271c6..ffb1ab067 100644 --- a/lib/core/exception.py +++ b/lib/core/exception.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/log.py b/lib/core/log.py index 55386e042..7f42ecbe6 100644 --- a/lib/core/log.py +++ b/lib/core/log.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/option.py b/lib/core/option.py index f4696ec51..588800af4 100755 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index 232e17dc7..5d9f5d232 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/profiling.py b/lib/core/profiling.py index 271511d0d..ff1cc3f1d 100644 --- a/lib/core/profiling.py +++ b/lib/core/profiling.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/readlineng.py b/lib/core/readlineng.py index fe52ee1c1..cf95f3926 100644 --- a/lib/core/readlineng.py +++ b/lib/core/readlineng.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/replication.py b/lib/core/replication.py index cd0292c3e..1bcbeb2a7 100644 --- a/lib/core/replication.py +++ b/lib/core/replication.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/revision.py b/lib/core/revision.py index aadec2da6..0c1682789 100644 --- a/lib/core/revision.py +++ b/lib/core/revision.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/session.py b/lib/core/session.py index 1c6c00b22..574e3415e 100644 --- a/lib/core/session.py +++ b/lib/core/session.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/settings.py b/lib/core/settings.py index 207a4e72b..619853adb 100755 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ @@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME from lib.core.enums import OS # sqlmap version (...) -VERSION = "1.0.12.17" +VERSION = "1.1" 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 65d096d36..2d72eeaea 100644 --- a/lib/core/shell.py +++ b/lib/core/shell.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/subprocessng.py b/lib/core/subprocessng.py index 236469a1a..5f67fc704 100644 --- a/lib/core/subprocessng.py +++ b/lib/core/subprocessng.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/target.py b/lib/core/target.py index 05ef8ecf7..dd974d9b2 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/testing.py b/lib/core/testing.py index 92b32be10..23dd751ac 100644 --- a/lib/core/testing.py +++ b/lib/core/testing.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/threads.py b/lib/core/threads.py index f3f4ce221..650301cb7 100644 --- a/lib/core/threads.py +++ b/lib/core/threads.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/unescaper.py b/lib/core/unescaper.py index 3af78f922..f83ee895c 100644 --- a/lib/core/unescaper.py +++ b/lib/core/unescaper.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/update.py b/lib/core/update.py index 29d443645..279467687 100644 --- a/lib/core/update.py +++ b/lib/core/update.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/wordlist.py b/lib/core/wordlist.py index ba375530e..508091e08 100644 --- a/lib/core/wordlist.py +++ b/lib/core/wordlist.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/__init__.py b/lib/parse/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/parse/__init__.py +++ b/lib/parse/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/banner.py b/lib/parse/banner.py index 422378e0e..bc617084d 100644 --- a/lib/parse/banner.py +++ b/lib/parse/banner.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 56c21899d..de52f5b36 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/configfile.py b/lib/parse/configfile.py index ef6807b72..ac15924df 100644 --- a/lib/parse/configfile.py +++ b/lib/parse/configfile.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/handler.py b/lib/parse/handler.py index f79704652..664da4233 100644 --- a/lib/parse/handler.py +++ b/lib/parse/handler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/headers.py b/lib/parse/headers.py index efc551560..8e073ce4a 100644 --- a/lib/parse/headers.py +++ b/lib/parse/headers.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/html.py b/lib/parse/html.py index e2164be6c..f0ee8fcd5 100644 --- a/lib/parse/html.py +++ b/lib/parse/html.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/payloads.py b/lib/parse/payloads.py index f5822cbe3..c17f41997 100644 --- a/lib/parse/payloads.py +++ b/lib/parse/payloads.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/sitemap.py b/lib/parse/sitemap.py index 237d28f26..182703283 100644 --- a/lib/parse/sitemap.py +++ b/lib/parse/sitemap.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/__init__.py b/lib/request/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/request/__init__.py +++ b/lib/request/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/basic.py b/lib/request/basic.py index 426bbaaf9..073e23f8f 100644 --- a/lib/request/basic.py +++ b/lib/request/basic.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/basicauthhandler.py b/lib/request/basicauthhandler.py index 89ec252bd..c6e4a3207 100644 --- a/lib/request/basicauthhandler.py +++ b/lib/request/basicauthhandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/comparison.py b/lib/request/comparison.py index d91d1ae83..343656574 100644 --- a/lib/request/comparison.py +++ b/lib/request/comparison.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/connect.py b/lib/request/connect.py index 6b97e20bb..41a18e007 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/direct.py b/lib/request/direct.py index daf81a3ce..0490c6207 100644 --- a/lib/request/direct.py +++ b/lib/request/direct.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/dns.py b/lib/request/dns.py index 03487cf3d..a03ada19c 100644 --- a/lib/request/dns.py +++ b/lib/request/dns.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/httpshandler.py b/lib/request/httpshandler.py index a27ede7bd..5f1eb2cde 100644 --- a/lib/request/httpshandler.py +++ b/lib/request/httpshandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/inject.py b/lib/request/inject.py index aeb08d635..cd0c396b8 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/methodrequest.py b/lib/request/methodrequest.py index 8e9d17d12..68e1f22a8 100644 --- a/lib/request/methodrequest.py +++ b/lib/request/methodrequest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/pkihandler.py b/lib/request/pkihandler.py index eeaa862b5..50b93b276 100644 --- a/lib/request/pkihandler.py +++ b/lib/request/pkihandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/rangehandler.py b/lib/request/rangehandler.py index e41710317..4eb802d37 100644 --- a/lib/request/rangehandler.py +++ b/lib/request/rangehandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/redirecthandler.py b/lib/request/redirecthandler.py index bb49f4e39..bb5a3059f 100644 --- a/lib/request/redirecthandler.py +++ b/lib/request/redirecthandler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/templates.py b/lib/request/templates.py index 2cda182fe..36c17e60c 100644 --- a/lib/request/templates.py +++ b/lib/request/templates.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/__init__.py b/lib/takeover/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/takeover/__init__.py +++ b/lib/takeover/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/abstraction.py b/lib/takeover/abstraction.py index 86bcf7695..77dcdf2c9 100644 --- a/lib/takeover/abstraction.py +++ b/lib/takeover/abstraction.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/icmpsh.py b/lib/takeover/icmpsh.py index bd4f6a490..3df18cf55 100644 --- a/lib/takeover/icmpsh.py +++ b/lib/takeover/icmpsh.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/metasploit.py b/lib/takeover/metasploit.py index 9038b18cb..04c5e843e 100644 --- a/lib/takeover/metasploit.py +++ b/lib/takeover/metasploit.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/registry.py b/lib/takeover/registry.py index 904ca730d..6a5a2f39d 100644 --- a/lib/takeover/registry.py +++ b/lib/takeover/registry.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/udf.py b/lib/takeover/udf.py index 13c0c9dee..12f9be470 100644 --- a/lib/takeover/udf.py +++ b/lib/takeover/udf.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/web.py b/lib/takeover/web.py index 61bc223bf..5f5526068 100644 --- a/lib/takeover/web.py +++ b/lib/takeover/web.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/xp_cmdshell.py b/lib/takeover/xp_cmdshell.py index 162c38b36..e7ac6a52a 100644 --- a/lib/takeover/xp_cmdshell.py +++ b/lib/takeover/xp_cmdshell.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/__init__.py b/lib/techniques/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/techniques/__init__.py +++ b/lib/techniques/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/blind/__init__.py b/lib/techniques/blind/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/techniques/blind/__init__.py +++ b/lib/techniques/blind/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 0cf0e95cb..f2ea35d1f 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/brute/__init__.py b/lib/techniques/brute/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/techniques/brute/__init__.py +++ b/lib/techniques/brute/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/brute/use.py b/lib/techniques/brute/use.py index 12e6a13d9..d4a7b8c94 100644 --- a/lib/techniques/brute/use.py +++ b/lib/techniques/brute/use.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/dns/__init__.py b/lib/techniques/dns/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/techniques/dns/__init__.py +++ b/lib/techniques/dns/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/dns/test.py b/lib/techniques/dns/test.py index e40e43a11..7fc652fdd 100644 --- a/lib/techniques/dns/test.py +++ b/lib/techniques/dns/test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/dns/use.py b/lib/techniques/dns/use.py index 86d5bfcba..66a489946 100644 --- a/lib/techniques/dns/use.py +++ b/lib/techniques/dns/use.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/error/__init__.py b/lib/techniques/error/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/techniques/error/__init__.py +++ b/lib/techniques/error/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/error/use.py b/lib/techniques/error/use.py index 9e8a38309..e7c047165 100644 --- a/lib/techniques/error/use.py +++ b/lib/techniques/error/use.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/union/__init__.py b/lib/techniques/union/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/techniques/union/__init__.py +++ b/lib/techniques/union/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/union/test.py b/lib/techniques/union/test.py index 55489fd9d..c900b63ed 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/union/use.py b/lib/techniques/union/use.py index 309e1e662..a90cf791f 100644 --- a/lib/techniques/union/use.py +++ b/lib/techniques/union/use.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py index c2e45792f..942d54d8f 100644 --- a/lib/utils/__init__.py +++ b/lib/utils/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/api.py b/lib/utils/api.py index 7ed2b83fe..dbf56d096 100644 --- a/lib/utils/api.py +++ b/lib/utils/api.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/crawler.py b/lib/utils/crawler.py index 4021485c5..f6edb0cf6 100644 --- a/lib/utils/crawler.py +++ b/lib/utils/crawler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/deps.py b/lib/utils/deps.py index 3bd54d209..391dd0f63 100644 --- a/lib/utils/deps.py +++ b/lib/utils/deps.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/getch.py b/lib/utils/getch.py index e42fc18ba..cbb67616e 100644 --- a/lib/utils/getch.py +++ b/lib/utils/getch.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/hash.py b/lib/utils/hash.py index 9f2af6c7e..c6c8c4b4c 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/hashdb.py b/lib/utils/hashdb.py index f31f016b2..f86d779d9 100644 --- a/lib/utils/hashdb.py +++ b/lib/utils/hashdb.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/htmlentities.py b/lib/utils/htmlentities.py index 44c280449..bc9d73c31 100644 --- a/lib/utils/htmlentities.py +++ b/lib/utils/htmlentities.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/pivotdumptable.py b/lib/utils/pivotdumptable.py index 1e59df234..a99fc898d 100644 --- a/lib/utils/pivotdumptable.py +++ b/lib/utils/pivotdumptable.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/progress.py b/lib/utils/progress.py index 06fe30f01..eb45d2388 100644 --- a/lib/utils/progress.py +++ b/lib/utils/progress.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/purge.py b/lib/utils/purge.py index ee244ee65..437e047ba 100644 --- a/lib/utils/purge.py +++ b/lib/utils/purge.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/search.py b/lib/utils/search.py index 1f54deac1..98dba4b50 100644 --- a/lib/utils/search.py +++ b/lib/utils/search.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/sqlalchemy.py b/lib/utils/sqlalchemy.py index 4c809a803..f85ff17a9 100644 --- a/lib/utils/sqlalchemy.py +++ b/lib/utils/sqlalchemy.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/timeout.py b/lib/utils/timeout.py index 10fc3fac7..33b010605 100644 --- a/lib/utils/timeout.py +++ b/lib/utils/timeout.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/versioncheck.py b/lib/utils/versioncheck.py index 7314f45e7..6e46ed05b 100644 --- a/lib/utils/versioncheck.py +++ b/lib/utils/versioncheck.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/xrange.py b/lib/utils/xrange.py index 4d44b3bc8..d525d05ba 100644 --- a/lib/utils/xrange.py +++ b/lib/utils/xrange.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/__init__.py b/plugins/__init__.py index c2e45792f..942d54d8f 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/__init__.py b/plugins/dbms/__init__.py index c2e45792f..942d54d8f 100644 --- a/plugins/dbms/__init__.py +++ b/plugins/dbms/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/__init__.py b/plugins/dbms/access/__init__.py index 4e8da68f7..53f8a7536 100644 --- a/plugins/dbms/access/__init__.py +++ b/plugins/dbms/access/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/connector.py b/plugins/dbms/access/connector.py index ce4e4016d..0ecb81623 100644 --- a/plugins/dbms/access/connector.py +++ b/plugins/dbms/access/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/enumeration.py b/plugins/dbms/access/enumeration.py index 9c7f54119..dcf357a74 100644 --- a/plugins/dbms/access/enumeration.py +++ b/plugins/dbms/access/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/filesystem.py b/plugins/dbms/access/filesystem.py index 45f92b037..6d587b4a5 100644 --- a/plugins/dbms/access/filesystem.py +++ b/plugins/dbms/access/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/fingerprint.py b/plugins/dbms/access/fingerprint.py index 9ac4fd59f..e60538671 100644 --- a/plugins/dbms/access/fingerprint.py +++ b/plugins/dbms/access/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/syntax.py b/plugins/dbms/access/syntax.py index 54433982e..6ee9ef791 100644 --- a/plugins/dbms/access/syntax.py +++ b/plugins/dbms/access/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/takeover.py b/plugins/dbms/access/takeover.py index cf36259a1..7d0729606 100644 --- a/plugins/dbms/access/takeover.py +++ b/plugins/dbms/access/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/__init__.py b/plugins/dbms/db2/__init__.py index 59fdfd362..723abbb37 100644 --- a/plugins/dbms/db2/__init__.py +++ b/plugins/dbms/db2/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/connector.py b/plugins/dbms/db2/connector.py index 5c08561b9..1f692e3a5 100644 --- a/plugins/dbms/db2/connector.py +++ b/plugins/dbms/db2/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/enumeration.py b/plugins/dbms/db2/enumeration.py index 19ba22bcb..4e2ea9a48 100644 --- a/plugins/dbms/db2/enumeration.py +++ b/plugins/dbms/db2/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/filesystem.py b/plugins/dbms/db2/filesystem.py index 9cfc18626..b02afc7d3 100644 --- a/plugins/dbms/db2/filesystem.py +++ b/plugins/dbms/db2/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/fingerprint.py b/plugins/dbms/db2/fingerprint.py index 15a8b8c40..b3be0735e 100644 --- a/plugins/dbms/db2/fingerprint.py +++ b/plugins/dbms/db2/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/syntax.py b/plugins/dbms/db2/syntax.py index ffd9141cb..00e8dc956 100644 --- a/plugins/dbms/db2/syntax.py +++ b/plugins/dbms/db2/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/takeover.py b/plugins/dbms/db2/takeover.py index d1504b06f..d1964a673 100644 --- a/plugins/dbms/db2/takeover.py +++ b/plugins/dbms/db2/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/__init__.py b/plugins/dbms/firebird/__init__.py index d0ec59a35..26d77ad67 100644 --- a/plugins/dbms/firebird/__init__.py +++ b/plugins/dbms/firebird/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/connector.py b/plugins/dbms/firebird/connector.py index ab7c52756..275fd6401 100644 --- a/plugins/dbms/firebird/connector.py +++ b/plugins/dbms/firebird/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/enumeration.py b/plugins/dbms/firebird/enumeration.py index 6e6e93bef..51cdc3352 100644 --- a/plugins/dbms/firebird/enumeration.py +++ b/plugins/dbms/firebird/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/filesystem.py b/plugins/dbms/firebird/filesystem.py index 7711fc53d..fe7a6358f 100644 --- a/plugins/dbms/firebird/filesystem.py +++ b/plugins/dbms/firebird/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/fingerprint.py b/plugins/dbms/firebird/fingerprint.py index 6ec105d07..6ed7a3a63 100644 --- a/plugins/dbms/firebird/fingerprint.py +++ b/plugins/dbms/firebird/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/syntax.py b/plugins/dbms/firebird/syntax.py index b872ca65b..0b52b3804 100644 --- a/plugins/dbms/firebird/syntax.py +++ b/plugins/dbms/firebird/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/takeover.py b/plugins/dbms/firebird/takeover.py index 79e87dc83..f450d2a07 100644 --- a/plugins/dbms/firebird/takeover.py +++ b/plugins/dbms/firebird/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/hsqldb/__init__.py b/plugins/dbms/hsqldb/__init__.py index 6e73f59f1..cf7ae38d8 100644 --- a/plugins/dbms/hsqldb/__init__.py +++ b/plugins/dbms/hsqldb/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/hsqldb/connector.py b/plugins/dbms/hsqldb/connector.py index 48fc5aef7..a1444f956 100644 --- a/plugins/dbms/hsqldb/connector.py +++ b/plugins/dbms/hsqldb/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/hsqldb/enumeration.py b/plugins/dbms/hsqldb/enumeration.py index d97bd08ed..d0ea09997 100644 --- a/plugins/dbms/hsqldb/enumeration.py +++ b/plugins/dbms/hsqldb/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/hsqldb/filesystem.py b/plugins/dbms/hsqldb/filesystem.py index e3dedad98..1f5ba523b 100644 --- a/plugins/dbms/hsqldb/filesystem.py +++ b/plugins/dbms/hsqldb/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/hsqldb/fingerprint.py b/plugins/dbms/hsqldb/fingerprint.py index 62cf07fa6..fa6bb857c 100644 --- a/plugins/dbms/hsqldb/fingerprint.py +++ b/plugins/dbms/hsqldb/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/hsqldb/syntax.py b/plugins/dbms/hsqldb/syntax.py index 0b8864be7..b998fdd5c 100644 --- a/plugins/dbms/hsqldb/syntax.py +++ b/plugins/dbms/hsqldb/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/hsqldb/takeover.py b/plugins/dbms/hsqldb/takeover.py index ad241da0e..453cfcf89 100644 --- a/plugins/dbms/hsqldb/takeover.py +++ b/plugins/dbms/hsqldb/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/informix/__init__.py b/plugins/dbms/informix/__init__.py index 00612c2d0..5d7972e46 100644 --- a/plugins/dbms/informix/__init__.py +++ b/plugins/dbms/informix/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/informix/connector.py b/plugins/dbms/informix/connector.py index c19fabdeb..48b52096c 100644 --- a/plugins/dbms/informix/connector.py +++ b/plugins/dbms/informix/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/informix/enumeration.py b/plugins/dbms/informix/enumeration.py index 9b3218ad3..4426f105e 100644 --- a/plugins/dbms/informix/enumeration.py +++ b/plugins/dbms/informix/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/informix/filesystem.py b/plugins/dbms/informix/filesystem.py index 9cfc18626..b02afc7d3 100644 --- a/plugins/dbms/informix/filesystem.py +++ b/plugins/dbms/informix/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/informix/fingerprint.py b/plugins/dbms/informix/fingerprint.py index e0bfe3aac..58938634f 100644 --- a/plugins/dbms/informix/fingerprint.py +++ b/plugins/dbms/informix/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/informix/syntax.py b/plugins/dbms/informix/syntax.py index da819a30c..5b5705b90 100644 --- a/plugins/dbms/informix/syntax.py +++ b/plugins/dbms/informix/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/informix/takeover.py b/plugins/dbms/informix/takeover.py index d1504b06f..d1964a673 100644 --- a/plugins/dbms/informix/takeover.py +++ b/plugins/dbms/informix/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/__init__.py b/plugins/dbms/maxdb/__init__.py index dca580564..8427a1458 100644 --- a/plugins/dbms/maxdb/__init__.py +++ b/plugins/dbms/maxdb/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/connector.py b/plugins/dbms/maxdb/connector.py index 06aef635d..125abae64 100644 --- a/plugins/dbms/maxdb/connector.py +++ b/plugins/dbms/maxdb/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/enumeration.py b/plugins/dbms/maxdb/enumeration.py index 0b40aa88f..dd42e4b34 100644 --- a/plugins/dbms/maxdb/enumeration.py +++ b/plugins/dbms/maxdb/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/filesystem.py b/plugins/dbms/maxdb/filesystem.py index 27f543b2f..fa74456da 100644 --- a/plugins/dbms/maxdb/filesystem.py +++ b/plugins/dbms/maxdb/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/fingerprint.py b/plugins/dbms/maxdb/fingerprint.py index 457f95e8b..0d3cfdf57 100644 --- a/plugins/dbms/maxdb/fingerprint.py +++ b/plugins/dbms/maxdb/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/syntax.py b/plugins/dbms/maxdb/syntax.py index e5a5351a5..11eddc97a 100644 --- a/plugins/dbms/maxdb/syntax.py +++ b/plugins/dbms/maxdb/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/takeover.py b/plugins/dbms/maxdb/takeover.py index 46cbcf16c..cd38c715a 100644 --- a/plugins/dbms/maxdb/takeover.py +++ b/plugins/dbms/maxdb/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/__init__.py b/plugins/dbms/mssqlserver/__init__.py index 948a81936..607d989dd 100644 --- a/plugins/dbms/mssqlserver/__init__.py +++ b/plugins/dbms/mssqlserver/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/connector.py b/plugins/dbms/mssqlserver/connector.py index bf569736c..6439a468e 100644 --- a/plugins/dbms/mssqlserver/connector.py +++ b/plugins/dbms/mssqlserver/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/enumeration.py b/plugins/dbms/mssqlserver/enumeration.py index d182d3638..f9c01d75a 100644 --- a/plugins/dbms/mssqlserver/enumeration.py +++ b/plugins/dbms/mssqlserver/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/filesystem.py b/plugins/dbms/mssqlserver/filesystem.py index 8ba15451d..3ef3075d8 100644 --- a/plugins/dbms/mssqlserver/filesystem.py +++ b/plugins/dbms/mssqlserver/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/fingerprint.py b/plugins/dbms/mssqlserver/fingerprint.py index f99bd7300..a28cee358 100644 --- a/plugins/dbms/mssqlserver/fingerprint.py +++ b/plugins/dbms/mssqlserver/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/syntax.py b/plugins/dbms/mssqlserver/syntax.py index bfb026760..2d220dd37 100644 --- a/plugins/dbms/mssqlserver/syntax.py +++ b/plugins/dbms/mssqlserver/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/takeover.py b/plugins/dbms/mssqlserver/takeover.py index 3d9ff14e7..1216c9a6e 100644 --- a/plugins/dbms/mssqlserver/takeover.py +++ b/plugins/dbms/mssqlserver/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/__init__.py b/plugins/dbms/mysql/__init__.py index bd0d9e204..305971ddf 100644 --- a/plugins/dbms/mysql/__init__.py +++ b/plugins/dbms/mysql/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/connector.py b/plugins/dbms/mysql/connector.py index 70eb5366f..c71d38b7d 100644 --- a/plugins/dbms/mysql/connector.py +++ b/plugins/dbms/mysql/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/enumeration.py b/plugins/dbms/mysql/enumeration.py index 60e7cd147..75e884c40 100644 --- a/plugins/dbms/mysql/enumeration.py +++ b/plugins/dbms/mysql/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/filesystem.py b/plugins/dbms/mysql/filesystem.py index 344c467e0..6887e02ec 100644 --- a/plugins/dbms/mysql/filesystem.py +++ b/plugins/dbms/mysql/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/fingerprint.py b/plugins/dbms/mysql/fingerprint.py index a7b647843..51ac45a86 100644 --- a/plugins/dbms/mysql/fingerprint.py +++ b/plugins/dbms/mysql/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/syntax.py b/plugins/dbms/mysql/syntax.py index 77c3a73e3..fb0df1a42 100644 --- a/plugins/dbms/mysql/syntax.py +++ b/plugins/dbms/mysql/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/takeover.py b/plugins/dbms/mysql/takeover.py index f3c26d1e9..07ed27e94 100644 --- a/plugins/dbms/mysql/takeover.py +++ b/plugins/dbms/mysql/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/__init__.py b/plugins/dbms/oracle/__init__.py index 05e1872a6..94dde3987 100644 --- a/plugins/dbms/oracle/__init__.py +++ b/plugins/dbms/oracle/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/connector.py b/plugins/dbms/oracle/connector.py index 8b821ba80..5117f9d20 100644 --- a/plugins/dbms/oracle/connector.py +++ b/plugins/dbms/oracle/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/enumeration.py b/plugins/dbms/oracle/enumeration.py index 65922bf82..a1f2b940a 100644 --- a/plugins/dbms/oracle/enumeration.py +++ b/plugins/dbms/oracle/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/filesystem.py b/plugins/dbms/oracle/filesystem.py index 6d0543298..a4678d9aa 100644 --- a/plugins/dbms/oracle/filesystem.py +++ b/plugins/dbms/oracle/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/fingerprint.py b/plugins/dbms/oracle/fingerprint.py index 72dd6ea73..0d6365329 100644 --- a/plugins/dbms/oracle/fingerprint.py +++ b/plugins/dbms/oracle/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/syntax.py b/plugins/dbms/oracle/syntax.py index c30e68ea2..2a2419f91 100644 --- a/plugins/dbms/oracle/syntax.py +++ b/plugins/dbms/oracle/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/takeover.py b/plugins/dbms/oracle/takeover.py index 41aceb10a..7258cb9f9 100644 --- a/plugins/dbms/oracle/takeover.py +++ b/plugins/dbms/oracle/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/__init__.py b/plugins/dbms/postgresql/__init__.py index ac082e053..4386624b9 100644 --- a/plugins/dbms/postgresql/__init__.py +++ b/plugins/dbms/postgresql/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/connector.py b/plugins/dbms/postgresql/connector.py index 4f4c218e3..8eb9c283c 100644 --- a/plugins/dbms/postgresql/connector.py +++ b/plugins/dbms/postgresql/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/enumeration.py b/plugins/dbms/postgresql/enumeration.py index b8cb078ad..220e80238 100644 --- a/plugins/dbms/postgresql/enumeration.py +++ b/plugins/dbms/postgresql/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/filesystem.py b/plugins/dbms/postgresql/filesystem.py index 2a04da9d2..a8a559cad 100644 --- a/plugins/dbms/postgresql/filesystem.py +++ b/plugins/dbms/postgresql/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/fingerprint.py b/plugins/dbms/postgresql/fingerprint.py index 1225b62f5..0dd45aa16 100644 --- a/plugins/dbms/postgresql/fingerprint.py +++ b/plugins/dbms/postgresql/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/syntax.py b/plugins/dbms/postgresql/syntax.py index 5aeb83d22..07d972fd8 100644 --- a/plugins/dbms/postgresql/syntax.py +++ b/plugins/dbms/postgresql/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/takeover.py b/plugins/dbms/postgresql/takeover.py index 401f92a68..5090f4f9d 100644 --- a/plugins/dbms/postgresql/takeover.py +++ b/plugins/dbms/postgresql/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/__init__.py b/plugins/dbms/sqlite/__init__.py index bccf2c4b6..61cd955ce 100644 --- a/plugins/dbms/sqlite/__init__.py +++ b/plugins/dbms/sqlite/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/connector.py b/plugins/dbms/sqlite/connector.py index a3ced69b8..dcb21072a 100644 --- a/plugins/dbms/sqlite/connector.py +++ b/plugins/dbms/sqlite/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/enumeration.py b/plugins/dbms/sqlite/enumeration.py index 865662bd7..a9d8295e9 100644 --- a/plugins/dbms/sqlite/enumeration.py +++ b/plugins/dbms/sqlite/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/filesystem.py b/plugins/dbms/sqlite/filesystem.py index 7c4048167..55352b5be 100644 --- a/plugins/dbms/sqlite/filesystem.py +++ b/plugins/dbms/sqlite/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/fingerprint.py b/plugins/dbms/sqlite/fingerprint.py index e03f97336..d262fbe21 100644 --- a/plugins/dbms/sqlite/fingerprint.py +++ b/plugins/dbms/sqlite/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/syntax.py b/plugins/dbms/sqlite/syntax.py index f4ce9b6e8..8728c7b62 100644 --- a/plugins/dbms/sqlite/syntax.py +++ b/plugins/dbms/sqlite/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/takeover.py b/plugins/dbms/sqlite/takeover.py index 49e3fb09f..30ab0c4d0 100644 --- a/plugins/dbms/sqlite/takeover.py +++ b/plugins/dbms/sqlite/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/__init__.py b/plugins/dbms/sybase/__init__.py index 9b8de285a..a315df108 100644 --- a/plugins/dbms/sybase/__init__.py +++ b/plugins/dbms/sybase/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/connector.py b/plugins/dbms/sybase/connector.py index bf569736c..6439a468e 100644 --- a/plugins/dbms/sybase/connector.py +++ b/plugins/dbms/sybase/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/enumeration.py b/plugins/dbms/sybase/enumeration.py index 24958173e..f0bb7bce6 100644 --- a/plugins/dbms/sybase/enumeration.py +++ b/plugins/dbms/sybase/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/filesystem.py b/plugins/dbms/sybase/filesystem.py index 924c5f16d..1cd407e00 100644 --- a/plugins/dbms/sybase/filesystem.py +++ b/plugins/dbms/sybase/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/fingerprint.py b/plugins/dbms/sybase/fingerprint.py index f5e8f23e2..cd9ff8cb7 100644 --- a/plugins/dbms/sybase/fingerprint.py +++ b/plugins/dbms/sybase/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/syntax.py b/plugins/dbms/sybase/syntax.py index bbccdf91a..3e1d10ac2 100644 --- a/plugins/dbms/sybase/syntax.py +++ b/plugins/dbms/sybase/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/takeover.py b/plugins/dbms/sybase/takeover.py index a57ee63e3..90c4d7270 100644 --- a/plugins/dbms/sybase/takeover.py +++ b/plugins/dbms/sybase/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/__init__.py b/plugins/generic/__init__.py index c2e45792f..942d54d8f 100644 --- a/plugins/generic/__init__.py +++ b/plugins/generic/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/connector.py b/plugins/generic/connector.py index 3e717a00e..e925752eb 100644 --- a/plugins/generic/connector.py +++ b/plugins/generic/connector.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/custom.py b/plugins/generic/custom.py index 0b3b55eca..46af08009 100644 --- a/plugins/generic/custom.py +++ b/plugins/generic/custom.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/databases.py b/plugins/generic/databases.py index fa22f277f..18eb168e7 100644 --- a/plugins/generic/databases.py +++ b/plugins/generic/databases.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/entries.py b/plugins/generic/entries.py index 65c8edf9c..21d2f6a55 100644 --- a/plugins/generic/entries.py +++ b/plugins/generic/entries.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index 651285b93..d1dd5509f 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/filesystem.py b/plugins/generic/filesystem.py index ef3482675..d869ef90e 100644 --- a/plugins/generic/filesystem.py +++ b/plugins/generic/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/fingerprint.py b/plugins/generic/fingerprint.py index d8f744c51..43451f47c 100644 --- a/plugins/generic/fingerprint.py +++ b/plugins/generic/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 143cc18a5..9a4156ce7 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/search.py b/plugins/generic/search.py index ad5d29087..ff7a2a7d3 100644 --- a/plugins/generic/search.py +++ b/plugins/generic/search.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/syntax.py b/plugins/generic/syntax.py index 390ce92fc..9f52de28e 100644 --- a/plugins/generic/syntax.py +++ b/plugins/generic/syntax.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/takeover.py b/plugins/generic/takeover.py index 1e35307a6..fc808cdd5 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/users.py b/plugins/generic/users.py index e1f5c77e9..f18440909 100644 --- a/plugins/generic/users.py +++ b/plugins/generic/users.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/sqlmap.py b/sqlmap.py index ff8087744..73075d490 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/sqlmapapi.py b/sqlmapapi.py index 9accb2419..09c1a9340 100755 --- a/sqlmapapi.py +++ b/sqlmapapi.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/__init__.py b/tamper/__init__.py index c2e45792f..942d54d8f 100644 --- a/tamper/__init__.py +++ b/tamper/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/apostrophemask.py b/tamper/apostrophemask.py index 1fa664572..7504f0c48 100644 --- a/tamper/apostrophemask.py +++ b/tamper/apostrophemask.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/apostrophenullencode.py b/tamper/apostrophenullencode.py index 5d01f8241..cd2a4d115 100644 --- a/tamper/apostrophenullencode.py +++ b/tamper/apostrophenullencode.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/appendnullbyte.py b/tamper/appendnullbyte.py index 2694b98b1..b727af909 100644 --- a/tamper/appendnullbyte.py +++ b/tamper/appendnullbyte.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/base64encode.py b/tamper/base64encode.py index 6dbdc9c70..c6b460b91 100644 --- a/tamper/base64encode.py +++ b/tamper/base64encode.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/between.py b/tamper/between.py index 620ba4352..26358fa86 100644 --- a/tamper/between.py +++ b/tamper/between.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/bluecoat.py b/tamper/bluecoat.py index 92d4eea41..7e971b1f5 100644 --- a/tamper/bluecoat.py +++ b/tamper/bluecoat.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/chardoubleencode.py b/tamper/chardoubleencode.py index f7d6b31c9..93623eeba 100644 --- a/tamper/chardoubleencode.py +++ b/tamper/chardoubleencode.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/charencode.py b/tamper/charencode.py index 4345eb35d..ee2339e72 100644 --- a/tamper/charencode.py +++ b/tamper/charencode.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/charunicodeencode.py b/tamper/charunicodeencode.py index f811578d2..d578439e5 100644 --- a/tamper/charunicodeencode.py +++ b/tamper/charunicodeencode.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/commalesslimit.py b/tamper/commalesslimit.py index 5f3e60411..a88fefedb 100644 --- a/tamper/commalesslimit.py +++ b/tamper/commalesslimit.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/commalessmid.py b/tamper/commalessmid.py index 6bc771a2c..caebbc190 100644 --- a/tamper/commalessmid.py +++ b/tamper/commalessmid.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/concat2concatws.py b/tamper/concat2concatws.py index d46321f95..92404a060 100644 --- a/tamper/concat2concatws.py +++ b/tamper/concat2concatws.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/equaltolike.py b/tamper/equaltolike.py index 49f191001..1aa5a47a3 100644 --- a/tamper/equaltolike.py +++ b/tamper/equaltolike.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/escapequotes.py b/tamper/escapequotes.py index 714c34ccd..6b5dd5134 100644 --- a/tamper/escapequotes.py +++ b/tamper/escapequotes.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/greatest.py b/tamper/greatest.py index 50138315c..012cc6771 100644 --- a/tamper/greatest.py +++ b/tamper/greatest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/halfversionedmorekeywords.py b/tamper/halfversionedmorekeywords.py index 430103fb8..ef9c4ff61 100644 --- a/tamper/halfversionedmorekeywords.py +++ b/tamper/halfversionedmorekeywords.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/htmlencode.py b/tamper/htmlencode.py index f09afd416..d30d11884 100644 --- a/tamper/htmlencode.py +++ b/tamper/htmlencode.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/ifnull2ifisnull.py b/tamper/ifnull2ifisnull.py index 03d422aba..5772492b1 100644 --- a/tamper/ifnull2ifisnull.py +++ b/tamper/ifnull2ifisnull.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/informationschemacomment.py b/tamper/informationschemacomment.py index 58ed73185..31cb5872b 100644 --- a/tamper/informationschemacomment.py +++ b/tamper/informationschemacomment.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/lowercase.py b/tamper/lowercase.py index 93ed21509..f13830488 100644 --- a/tamper/lowercase.py +++ b/tamper/lowercase.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/modsecurityversioned.py b/tamper/modsecurityversioned.py index a904d51e5..54945b440 100644 --- a/tamper/modsecurityversioned.py +++ b/tamper/modsecurityversioned.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/modsecurityzeroversioned.py b/tamper/modsecurityzeroversioned.py index 7de6e4408..1f476218c 100644 --- a/tamper/modsecurityzeroversioned.py +++ b/tamper/modsecurityzeroversioned.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/multiplespaces.py b/tamper/multiplespaces.py index e44758d6e..36fb7155c 100644 --- a/tamper/multiplespaces.py +++ b/tamper/multiplespaces.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/nonrecursivereplacement.py b/tamper/nonrecursivereplacement.py index 7b46a35dc..864bf3962 100644 --- a/tamper/nonrecursivereplacement.py +++ b/tamper/nonrecursivereplacement.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/overlongutf8.py b/tamper/overlongutf8.py index 03b9f1930..5335148fe 100644 --- a/tamper/overlongutf8.py +++ b/tamper/overlongutf8.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/percentage.py b/tamper/percentage.py index dfce2b39b..167e58b83 100644 --- a/tamper/percentage.py +++ b/tamper/percentage.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/plus2concat.py b/tamper/plus2concat.py index 1db19708d..8c4de8873 100644 --- a/tamper/plus2concat.py +++ b/tamper/plus2concat.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/randomcase.py b/tamper/randomcase.py index c4a353f1c..62b858b1c 100644 --- a/tamper/randomcase.py +++ b/tamper/randomcase.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/randomcomments.py b/tamper/randomcomments.py index 03d6710ed..e2e6d95c9 100644 --- a/tamper/randomcomments.py +++ b/tamper/randomcomments.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/securesphere.py b/tamper/securesphere.py index 4eec056ff..364143839 100644 --- a/tamper/securesphere.py +++ b/tamper/securesphere.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/sp_password.py b/tamper/sp_password.py index 466dc2212..ef6c92d15 100644 --- a/tamper/sp_password.py +++ b/tamper/sp_password.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2comment.py b/tamper/space2comment.py index fbc035d4d..120c060d3 100644 --- a/tamper/space2comment.py +++ b/tamper/space2comment.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2dash.py b/tamper/space2dash.py index b0d0305a0..1a8b2a964 100644 --- a/tamper/space2dash.py +++ b/tamper/space2dash.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2hash.py b/tamper/space2hash.py index 89a17da8b..ae7f8e491 100644 --- a/tamper/space2hash.py +++ b/tamper/space2hash.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2morehash.py b/tamper/space2morehash.py index f55ea596d..ccd20404b 100644 --- a/tamper/space2morehash.py +++ b/tamper/space2morehash.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2mssqlblank.py b/tamper/space2mssqlblank.py index acc0881b3..0502af24a 100644 --- a/tamper/space2mssqlblank.py +++ b/tamper/space2mssqlblank.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2mssqlhash.py b/tamper/space2mssqlhash.py index 2ea1e5378..030ebb13e 100644 --- a/tamper/space2mssqlhash.py +++ b/tamper/space2mssqlhash.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2mysqlblank.py b/tamper/space2mysqlblank.py index 65c2ef182..91ac1f40c 100644 --- a/tamper/space2mysqlblank.py +++ b/tamper/space2mysqlblank.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2mysqldash.py b/tamper/space2mysqldash.py index bebe92a86..84e5681a9 100644 --- a/tamper/space2mysqldash.py +++ b/tamper/space2mysqldash.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2plus.py b/tamper/space2plus.py index 2f627cade..2ffafc728 100644 --- a/tamper/space2plus.py +++ b/tamper/space2plus.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2randomblank.py b/tamper/space2randomblank.py index e046501a6..4469dde7c 100644 --- a/tamper/space2randomblank.py +++ b/tamper/space2randomblank.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/symboliclogical.py b/tamper/symboliclogical.py index e0c6af278..fe4abc42c 100644 --- a/tamper/symboliclogical.py +++ b/tamper/symboliclogical.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/unionalltounion.py b/tamper/unionalltounion.py index 670621771..ff981490e 100644 --- a/tamper/unionalltounion.py +++ b/tamper/unionalltounion.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/unmagicquotes.py b/tamper/unmagicquotes.py index af4887725..c57732edd 100644 --- a/tamper/unmagicquotes.py +++ b/tamper/unmagicquotes.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/uppercase.py b/tamper/uppercase.py index 5169488ff..5b6dcdaeb 100644 --- a/tamper/uppercase.py +++ b/tamper/uppercase.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/varnish.py b/tamper/varnish.py index 5a3d4e833..0dd3cadd2 100644 --- a/tamper/varnish.py +++ b/tamper/varnish.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/versionedkeywords.py b/tamper/versionedkeywords.py index a624b306c..9f4ed8637 100644 --- a/tamper/versionedkeywords.py +++ b/tamper/versionedkeywords.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/versionedmorekeywords.py b/tamper/versionedmorekeywords.py index 95f0c2d02..01081f173 100644 --- a/tamper/versionedmorekeywords.py +++ b/tamper/versionedmorekeywords.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/xforwardedfor.py b/tamper/xforwardedfor.py index 47a99cd5e..b6bf02491 100644 --- a/tamper/xforwardedfor.py +++ b/tamper/xforwardedfor.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/txt/checksum.md5 b/txt/checksum.md5 index dd3a8700c..1bfdbb224 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -1,219 +1,219 @@ -c981335b0035fe8d5667d1c952e641e4 extra/beep/beep.py -cc9c82cfffd8ee9b25ba3af6284f057e extra/beep/__init__.py -002e2688fe38d03dd6d64a4c2acbee9f extra/cloak/cloak.py -cc9c82cfffd8ee9b25ba3af6284f057e extra/cloak/__init__.py -4d986b77ce6f616eb904e0920ae60890 extra/dbgtool/dbgtool.py -cc9c82cfffd8ee9b25ba3af6284f057e extra/dbgtool/__init__.py +ecbd9fdf665996335f28b11384f7a018 extra/beep/beep.py +310efc965c862cfbd7b0da5150a5ad36 extra/beep/__init__.py +ce1cf663c3aeb83ed9663d5d616f5cc3 extra/cloak/cloak.py +310efc965c862cfbd7b0da5150a5ad36 extra/cloak/__init__.py +74f737bb727f781d6aaebcb0482189f0 extra/dbgtool/dbgtool.py +310efc965c862cfbd7b0da5150a5ad36 extra/dbgtool/__init__.py acba8b5dc93db0fe6b2b04ff0138c33c extra/icmpsh/icmpsh.exe_ 2176d964f2d5ba2d871383d6a1868b8f extra/icmpsh/icmpsh_m.py 2d020d2bdcee1170805f48839fdb89df extra/icmpsh/__init__.py -cc9c82cfffd8ee9b25ba3af6284f057e extra/__init__.py -2237d0568236c354b0436d2cd9434f97 extra/mssqlsig/update.py -cc9c82cfffd8ee9b25ba3af6284f057e extra/safe2bin/__init__.py -a54bde99fd05fdb412cba5a8780f3e18 extra/safe2bin/safe2bin.py +310efc965c862cfbd7b0da5150a5ad36 extra/__init__.py +c7973dc651586ba26d9553ad1ecfee74 extra/mssqlsig/update.py +310efc965c862cfbd7b0da5150a5ad36 extra/safe2bin/__init__.py +d3e99da5b5c2209e97836af9098124ee extra/safe2bin/safe2bin.py d229479d02d21b29f209143cb0547780 extra/shellcodeexec/linux/shellcodeexec.x32_ 2fe2f94eebc62f7614f0391a8a90104f extra/shellcodeexec/linux/shellcodeexec.x64_ c55b400b72acc43e0e59c87dd8bb8d75 extra/shellcodeexec/windows/shellcodeexec.x32.exe_ -b46521e29ea3d813bab5aeb16cac6498 extra/shutils/duplicates.py +3c07d5ecd7208748892c0459f6ca084a extra/shutils/duplicates.py 8cd064eea3506e5dd913e03171bc418f extra/shutils/pylint.py -a8dd1f5799ed863a80b94c36b5428528 extra/shutils/regressiontest.py -cc9c82cfffd8ee9b25ba3af6284f057e extra/sqlharvest/__init__.py -4f2f817596540d82f9fcc0c5b2228beb extra/sqlharvest/sqlharvest.py -2daa39e4d59526acb4772b6c47eb315f lib/controller/action.py -eb36e67d0f698384978486d9b16591c5 lib/controller/checks.py -921349d423cd7288ec16d2700e85da14 lib/controller/controller.py -ec007a1424da78cfdae90da6ae49ed9b lib/controller/handler.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/controller/__init__.py -cdffff6260c40ccb4e4092fc21d9d63f lib/core/agent.py -eb0bd28b0bd9fbf67dcc3119116df377 lib/core/bigarray.py -0858265d173bf1aecc9cd468ac7d43fe lib/core/common.py -ab5ef8fe4e4beaef4016d458d0fdefe3 lib/core/convert.py -e77cca1cb063016f71f6e6bdebf4ec73 lib/core/data.py -1d042f0bc0557d3fd564ea5a46deb77e lib/core/datatype.py -e4ca0fd47f20cf7ba6a5f5cbf980073c lib/core/decorators.py -67f206cf2658145992cc1d7020138325 lib/core/defaults.py -6df6a6d6af44910d4c62b55ac934bcb6 lib/core/dicts.py -1f98d3f57ce21d625fd67adb26cfd13c lib/core/dump.py -b218e03ef7426fb0414881b05add1092 lib/core/enums.py -e4aec2b11c1ad6039d0c3dbbfbc5eb1a lib/core/exception.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/core/__init__.py -91c514013daa796e2cdd940389354eac lib/core/log.py -ea5b08cac48cf538fb4bce31438b387b lib/core/optiondict.py -3ddaba5d5f295d0bae84a2037b6a6fd8 lib/core/option.py -7af487340c138f7b5dbd443161cbb428 lib/core/profiling.py -e60456db5380840a586654344003d4e6 lib/core/readlineng.py -b3a62d41a5af6cd7fa733b6227febb0c lib/core/replication.py -dfb664b223ac3585d51e58839b777d9b lib/core/revision.py -7c15dd2777af4dac2c89cab6df17462e lib/core/session.py -eee4af7268f0747fbf9425fccd173e7e lib/core/settings.py -7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py -23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py -c3ace7874a536d801f308cf1fd03df99 lib/core/target.py -d43f059747ffd48952922c94152e2a07 lib/core/testing.py -95997f8d0b23fed9289b04b85d0e9b64 lib/core/threads.py -53c15b78e0288274f52410db25406432 lib/core/unescaper.py -542d106b505c6d8675d42bdfcf745eea lib/core/update.py -8485a3cd94c0a5af2718bad60c5f1ae5 lib/core/wordlist.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/__init__.py -c1288bc4ce5651dbdd82d4a9435fdc03 lib/parse/banner.py -16c1928161aa64e7c98d42116369459c lib/parse/cmdline.py -8ec4d4f02634834701f8258726f2e511 lib/parse/configfile.py -fe4e2152292587928edb94c9a4d311ff lib/parse/handler.py -8e6bfb13e5a34b2610f3ff23467a34cf lib/parse/headers.py -cfa7b4c52915e1d7d59409ed49f0e623 lib/parse/html.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/parse/__init__.py -af6b8e1c6eb074b56bbd9cd80aebcd97 lib/parse/payloads.py -b40a4c5d91770d347df36d3065b63798 lib/parse/sitemap.py -9299f21804033f099681525bb9bf51c0 lib/request/basicauthhandler.py -083e7f446909b12009e72ae8e5e5737c lib/request/basic.py -c48285682a61d49982cb508351013cb4 lib/request/comparison.py -80e962cf22d340226856f362ed8c5192 lib/request/connect.py -3d4416fb6802e7e29cf727aefa29355d lib/request/direct.py -4ae7f4570fb859045f0487cc0b055a8e lib/request/dns.py -58f63132eb56ad41ae6af4fe61933a2d lib/request/httpshandler.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/request/__init__.py -33c871507bf9be32385497dfde8cdc85 lib/request/inject.py -3fc323d525beddd14cd4d4dca4934fa8 lib/request/methodrequest.py -585a6705cfac79f795b835affb80c901 lib/request/pkihandler.py -b2ffd261947994f4a4af555d468b4970 lib/request/rangehandler.py -30eda640dc427585c3dbf4762a30bd38 lib/request/redirecthandler.py -4d838b086f128a94a91aa293ca1e0719 lib/request/templates.py -142e0971c7a79f93bf3ae91e121fb525 lib/takeover/abstraction.py -3ecf028d8d93025d2a12c6f6fc13adb2 lib/takeover/icmpsh.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/takeover/__init__.py -2d39688ec1b871005b520b6f1ed97ba6 lib/takeover/metasploit.py -7083825564c051a7265cfdd1a5e6629c lib/takeover/registry.py -7d6cd7bdfc8f4bc4e8aed60c84cdf87f lib/takeover/udf.py -d9bdcc17091374c53ad2eea7fd72a909 lib/takeover/web.py -8a67ed220d114148ec0e4a2c56a87613 lib/takeover/xp_cmdshell.py -0ad6fbd71649f736083c00e58de750b9 lib/techniques/blind/inference.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/techniques/blind/__init__.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/techniques/brute/__init__.py -d36effffe64e63ef9b3be490f850e2cc lib/techniques/brute/use.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/techniques/dns/__init__.py -99484ca6f1c12dac031e6a0ebef33ef1 lib/techniques/dns/test.py -77b414d35fd13c8ba6aa171d5d420dc9 lib/techniques/dns/use.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/techniques/error/__init__.py -4a1fb475f4a193e2cac48c8c038f5677 lib/techniques/error/use.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/techniques/__init__.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/techniques/union/__init__.py -8c00374e60a7699d4d34337da951d64b lib/techniques/union/test.py -afd4d2e3896853299a9b449fe6db626a lib/techniques/union/use.py -26c1babc6289fac9056f8b21d10f3bb1 lib/utils/api.py -a450944bcd92eededbd5d640c5c2165b lib/utils/crawler.py -2f76b2667244d849cf8401446f571258 lib/utils/deps.py -4dfd3a95e73e806f62372d63bc82511f lib/utils/getch.py -f71a7b0aec145ba77edd3c4543621fb9 lib/utils/hashdb.py -0330607242d4f704ae6d7bba5f52ccae lib/utils/hash.py -a3e885f7d4c6ff05db1156244bb84158 lib/utils/htmlentities.py -cc9c82cfffd8ee9b25ba3af6284f057e lib/utils/__init__.py -f0bd8f810332027a5c2c60bd17455f90 lib/utils/pivotdumptable.py -da08a0b58c08ff452c7d1da4857d6680 lib/utils/progress.py -4c8895fb543aa5ae81f2d066422613f0 lib/utils/purge.py -cc9b0f68dd58a2576a5a454b7f5f6b9c lib/utils/search.py -f976d920f13dee6ebf3e247e43dc8375 lib/utils/sqlalchemy.py -93dc08ba9f732d378f02cf85eae89df2 lib/utils/timeout.py -e862dae0484e32691994390efa15c379 lib/utils/versioncheck.py -adafdb28095ba2d03322fee2aae4548f lib/utils/xrange.py -988100b4a1cd3b07acfd8b6ec692aed5 plugins/dbms/access/connector.py -27a5ae5611836b073dd53b21435f0979 plugins/dbms/access/enumeration.py -438090ab8ca63d9c23831a5ffbef74d9 plugins/dbms/access/filesystem.py -ec6e8a706c3e281677de4a21f0b68d6e plugins/dbms/access/fingerprint.py -7e54993a1a8340425eb9e6d1396596de plugins/dbms/access/__init__.py -994fc6a93632219d76831aad415742de plugins/dbms/access/syntax.py -495e835bea7703ae343179e3df838b86 plugins/dbms/access/takeover.py -393da1c45d0b1ecf67bfa5ae9a490f3f plugins/dbms/db2/connector.py -90271f2422c4374edfb7936151a440a4 plugins/dbms/db2/enumeration.py -e8f0f28da98020dce27970a50e10a23b plugins/dbms/db2/filesystem.py -b95216204096179fd50004c489ba5c6e plugins/dbms/db2/fingerprint.py -49b62689e8f0d2da9e10d782b53a3d13 plugins/dbms/db2/__init__.py -8300ca02ecf00d3b00d78ecde8a86c09 plugins/dbms/db2/syntax.py -5f130772d2295ae61140acba894eaceb plugins/dbms/db2/takeover.py -42fc25e6a5363d2447ed1e2a81d77159 plugins/dbms/firebird/connector.py -22cadcf4f20aeea2f2abead6553ed460 plugins/dbms/firebird/enumeration.py -9e12a966e280951deb996a8a634eb9e2 plugins/dbms/firebird/filesystem.py -74f0a234bcb11cac697751ef9488579b plugins/dbms/firebird/fingerprint.py -0f9bf6cf9dad52336ad1c528bdb4d142 plugins/dbms/firebird/__init__.py -0d257a96a54ec2f25798d1c2d8b92227 plugins/dbms/firebird/syntax.py -80496d64b22c10ed4893b4149a162365 plugins/dbms/firebird/takeover.py -e125fb5d8d75861532a01828d829d85e plugins/dbms/hsqldb/connector.py -a6ae46720f32136613a6b44174a1086d plugins/dbms/hsqldb/enumeration.py -b763ce42f66f7b81d05130bbd3e383a9 plugins/dbms/hsqldb/filesystem.py -c9d59b7c60aa0f0b23f920f932547e40 plugins/dbms/hsqldb/fingerprint.py -d278ad5f1c13fea871ed1120942244d5 plugins/dbms/hsqldb/__init__.py -d781720e15c23b662bae3098ed470756 plugins/dbms/hsqldb/syntax.py -2f957281cfe80396f73a3dccc0cb6d45 plugins/dbms/hsqldb/takeover.py -78917f19ea0750a665094d7dd7778d0c plugins/dbms/informix/connector.py -fbebc449bea948d8c9062dd6626589cb plugins/dbms/informix/enumeration.py -e8f0f28da98020dce27970a50e10a23b plugins/dbms/informix/filesystem.py -89540595a6011b47629c68d11a5e4533 plugins/dbms/informix/fingerprint.py -99a77ad7aa7ca4a4b5981f2fa0d9c616 plugins/dbms/informix/__init__.py -e96b4721cfc65271a2de948c47474aaa plugins/dbms/informix/syntax.py -5f130772d2295ae61140acba894eaceb plugins/dbms/informix/takeover.py -cc9c82cfffd8ee9b25ba3af6284f057e plugins/dbms/__init__.py -4c8667e8af763ddf82ee314c6681d4e1 plugins/dbms/maxdb/connector.py -85a3d319af815c1d86341bdef4b03b2b plugins/dbms/maxdb/enumeration.py -aa46f115a06c66b1e011aba98ec284bd plugins/dbms/maxdb/filesystem.py -535b389c7bac381c06ca34b0fe48c8ae plugins/dbms/maxdb/fingerprint.py -c24f2512f13dbaff9543fe6d96cbe53b plugins/dbms/maxdb/__init__.py -df0766e0f322505dcbfca2fc792fe62f plugins/dbms/maxdb/syntax.py -aeec4f12950e20c46da405d23ea08dbb plugins/dbms/maxdb/takeover.py -579d582f3716c310689b4aa7317b57df plugins/dbms/mssqlserver/connector.py -4a83d1a8e16c07212e8aa339457858d0 plugins/dbms/mssqlserver/enumeration.py -6c249bcdef486803686a8b2f11566637 plugins/dbms/mssqlserver/filesystem.py -d01229e7161a5071934fc26b48a11e8c plugins/dbms/mssqlserver/fingerprint.py -2fbe5e485bcd05511cd1d7cb8cbdbde4 plugins/dbms/mssqlserver/__init__.py -a727b3cac910622d22b2ed92815716ef plugins/dbms/mssqlserver/syntax.py -f3da9f5298dac5d1f468828c07c81f70 plugins/dbms/mssqlserver/takeover.py -c44c561dd9df1dc844a81be500ea02e7 plugins/dbms/mysql/connector.py -d251aecff7544f79f78385386bb7fa35 plugins/dbms/mysql/enumeration.py -a970f90c91ebd3a7e22955424fe5414e plugins/dbms/mysql/filesystem.py -edc62bbf269d053ccc68b4cdfebdf12b plugins/dbms/mysql/fingerprint.py -a4535cb3873ada344e6e61dbe1a546d3 plugins/dbms/mysql/__init__.py -4ad721acc40a964fc67154dd4683870e plugins/dbms/mysql/syntax.py -aa88b5d6198cd31d9ab2be664da9a265 plugins/dbms/mysql/takeover.py -2f2b7b1f08a8e6bfbe2fd0467d477667 plugins/dbms/oracle/connector.py -51ad1f46aec55c0e06db755c4ced05ee plugins/dbms/oracle/enumeration.py -97579ede42f5fa64397792a65d6c0781 plugins/dbms/oracle/filesystem.py -82b3e501ebae93c5dc0ef2abccb10177 plugins/dbms/oracle/fingerprint.py -ecfc3b8b1e97e41cad6681fc68f93998 plugins/dbms/oracle/__init__.py -1814ceabb19b6fcf908d4638cf0436ef plugins/dbms/oracle/syntax.py -cac6bd84d44ac929da6800719279875b plugins/dbms/oracle/takeover.py -6c54ca5c9efad3e437467f9fe44435d6 plugins/dbms/postgresql/connector.py -419dd50e6688fef760fec4f71430fb29 plugins/dbms/postgresql/enumeration.py -9756fc02fc84719c3e330fcc7914bf17 plugins/dbms/postgresql/filesystem.py -5bd67a898b9671c78b00b9299674e6d7 plugins/dbms/postgresql/fingerprint.py -0e7d17abf68f1dd770e969c84878d246 plugins/dbms/postgresql/__init__.py -8711e7c1265a5e651c9aadca7db40cd5 plugins/dbms/postgresql/syntax.py -50d8070e687e5806058a121311a36385 plugins/dbms/postgresql/takeover.py -316c39c5c866c5e6b0afaf51fc773ca3 plugins/dbms/sqlite/connector.py -1cbe2b28041e52b421f256b813e0ec9d plugins/dbms/sqlite/enumeration.py -f3318e79b1130e052242db8299eb1968 plugins/dbms/sqlite/filesystem.py -17752c107b24f5a83926f8c62a50f15a plugins/dbms/sqlite/fingerprint.py -098c50a83ceca04e3acc67a7c66fb0d2 plugins/dbms/sqlite/__init__.py -cfd9cad568949aa8728b7ddcc5f5828e plugins/dbms/sqlite/syntax.py -53b0be0cb6599d042bf6772e62b25ca5 plugins/dbms/sqlite/takeover.py -579d582f3716c310689b4aa7317b57df plugins/dbms/sybase/connector.py -cd1e3f7d6487eb25d72507e693282c6e plugins/dbms/sybase/enumeration.py -ca107f3d1b4854ce84386109d476d494 plugins/dbms/sybase/filesystem.py -e095022426f2b986d069748ee2289af1 plugins/dbms/sybase/fingerprint.py -d0c7cc8ec2aa716b2e5cd3b5ab805c3a plugins/dbms/sybase/__init__.py -4763a90266c1633054ad7f3f0926a71d plugins/dbms/sybase/syntax.py -7a1c6cb238b5b464e1e9641469e6e503 plugins/dbms/sybase/takeover.py -62faa58e5aace4b6a6d562788685186f plugins/generic/connector.py -33f214396e5a4da2fd2ea8d985e6de63 plugins/generic/custom.py -f27f76bfd2ed9ce384dcd43fb7e10226 plugins/generic/databases.py -1177bbad4e77a2ca85e0054569e03d38 plugins/generic/entries.py -e335b868f5fb1154c9f72143d602915d plugins/generic/enumeration.py -3e673ef4e6592f52a11d88e61fe4dc2b plugins/generic/filesystem.py -5637c508ca6348f29c2b100a3e80dddc plugins/generic/fingerprint.py -cc9c82cfffd8ee9b25ba3af6284f057e plugins/generic/__init__.py -7ffeee6d232ff6b342f362a2a4d226c0 plugins/generic/misc.py -27d700d0c4414400ac2cf68bbbed3408 plugins/generic/search.py -73f8d047dbbcff307d62357836e382e6 plugins/generic/syntax.py -da3ebc20998af02e3d952d0417a67792 plugins/generic/takeover.py -d35f994664fb7a7fcee656633dfb31ed plugins/generic/users.py -cc9c82cfffd8ee9b25ba3af6284f057e plugins/__init__.py +02b87ce441efb4e9e6249237a6ce9655 extra/shutils/regressiontest.py +310efc965c862cfbd7b0da5150a5ad36 extra/sqlharvest/__init__.py +7713aa366c983cdf1f3dbaa7383ea9e1 extra/sqlharvest/sqlharvest.py +5df358defc488bee9b40084892e3d1cb lib/controller/action.py +699fd4757390aedb5ad17f4316d17972 lib/controller/checks.py +10edc8d1057e89c145218d4c5ccaaa31 lib/controller/controller.py +b3eec7f44bcc5d784d171a187b7fe8cb lib/controller/handler.py +310efc965c862cfbd7b0da5150a5ad36 lib/controller/__init__.py +178066b5737f0e719cbf9271051559a2 lib/core/agent.py +6cc95a117fbd34ef31b9aa25520f0e31 lib/core/bigarray.py +445bd2c2fe0dcca0dd3aab87eb3839d3 lib/core/common.py +5065a4242a8cccf72f91e22e1007ae63 lib/core/convert.py +a8143dab9d3a27490f7d49b6b29ea530 lib/core/data.py +7936d78b1a7f1f008ff92bf2f88574ba lib/core/datatype.py +36c85e9ef109c5b4af3ca9bb1065ef1f lib/core/decorators.py +47eecd5499eaa15e931793e1d1ac3566 lib/core/defaults.py +4029f6869b36eb5f796c2bcc948f4fae lib/core/dicts.py +77edcfd3d7c5522bb64baf59ac23a047 lib/core/dump.py +0c0f18761e9bb61d289bfa884dcd7dbd lib/core/enums.py +9381a0c7e8bc19986299e84f4edda1a0 lib/core/exception.py +310efc965c862cfbd7b0da5150a5ad36 lib/core/__init__.py +9ba39bf66e9ecd469446bdbbeda906c3 lib/core/log.py +e544108e2238d756c94a240e8a1ce061 lib/core/optiondict.py +44a61841bcd0bafc4151e31d5a14287d lib/core/option.py +5f2f56e6c5f274408df61943f1e080c0 lib/core/profiling.py +40be71cd774662a7b420caeb7051e7d5 lib/core/readlineng.py +d8e9250f3775119df07e9070eddccd16 lib/core/replication.py +785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py +40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py +75d8ca625f08e39702965b2b3569b5d8 lib/core/settings.py +d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py +2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py +afd0636d2e93c23f4f0a5c9b6023ea17 lib/core/target.py +8970b88627902239d695280b1160e16c lib/core/testing.py +ce5578a2e6b25dc6fd115133f92e0643 lib/core/threads.py +ad74fc58fc7214802fd27067bce18dd2 lib/core/unescaper.py +1f1fa616b5b19308d78c610ec8046399 lib/core/update.py +4d13ed693401a498b6d073a2a494bd83 lib/core/wordlist.py +310efc965c862cfbd7b0da5150a5ad36 lib/__init__.py +8c4b04062db2245d9e190b413985202a lib/parse/banner.py +7af43d486b7183862b932218ed4c988d lib/parse/cmdline.py +1a71306c965d563ae2d01e4c48646030 lib/parse/configfile.py +14539f1be714d4f1ed042067d63bc50a lib/parse/handler.py +64e5bb3ecbdd75144500588b437ba8da lib/parse/headers.py +165dc27660c8559318009d44354f27cb lib/parse/html.py +310efc965c862cfbd7b0da5150a5ad36 lib/parse/__init__.py +0b010b7cdb2e42b5aa0caa59607279ad lib/parse/payloads.py +a0444cc351cd6d29015ad16d9eb46ff4 lib/parse/sitemap.py +403d873f1d2fd0c7f73d83f104e41850 lib/request/basicauthhandler.py +c347898f7b2e3d59d0a108b16b0542a3 lib/request/basic.py +4e89d0e13de2eb3576f5412b21e9b648 lib/request/comparison.py +30d7b0df341762c5aa7aab537878ce05 lib/request/connect.py +fb6b788d0016ab4ec5e5f661f0f702ad lib/request/direct.py +cc1163d38e9b7ee5db2adac6784c02bb lib/request/dns.py +5dcdb37823a0b5eff65cd1018bcf09e4 lib/request/httpshandler.py +310efc965c862cfbd7b0da5150a5ad36 lib/request/__init__.py +e68e1f00c7bb47b2c4ea6201995c56fb lib/request/inject.py +dc1e0af84ee8eb421797d61c8cb8f172 lib/request/methodrequest.py +bb9c165b050f7696b089b96b5947fac3 lib/request/pkihandler.py +602d4338a9fceaaee40c601410d8ac0b lib/request/rangehandler.py +e687a727b641211dfae7346b671059c5 lib/request/redirecthandler.py +20a0e6dac2edcf98fa8c47ee9a332c28 lib/request/templates.py +36518b36ae0cf199490457916a85b367 lib/takeover/abstraction.py +c6bc7961a186baabe0a9f5b7e0d8974b lib/takeover/icmpsh.py +310efc965c862cfbd7b0da5150a5ad36 lib/takeover/__init__.py +71d45fd7f11804872284ee3ae5e60970 lib/takeover/metasploit.py +ac541a0d38e4ecb4e41e97799a7235f4 lib/takeover/registry.py +4cd0322f22fbc26284cffa9f8f7545ef lib/takeover/udf.py +a610e0ef2fb8512604c2b6c081174850 lib/takeover/web.py +e5a82481947e798d0c11f3acf3e9db60 lib/takeover/xp_cmdshell.py +cae752650755c706272a45ae84519a4b lib/techniques/blind/inference.py +310efc965c862cfbd7b0da5150a5ad36 lib/techniques/blind/__init__.py +310efc965c862cfbd7b0da5150a5ad36 lib/techniques/brute/__init__.py +b24fa5fe58828e00a84991015c561f59 lib/techniques/brute/use.py +310efc965c862cfbd7b0da5150a5ad36 lib/techniques/dns/__init__.py +ab1601a7f429b47637c4fb8af703d0f1 lib/techniques/dns/test.py +d3da4c7ceaf57c4687a052d58722f6bb lib/techniques/dns/use.py +310efc965c862cfbd7b0da5150a5ad36 lib/techniques/error/__init__.py +2fb0eb698fc9d6e19960d2136bce787d lib/techniques/error/use.py +310efc965c862cfbd7b0da5150a5ad36 lib/techniques/__init__.py +310efc965c862cfbd7b0da5150a5ad36 lib/techniques/union/__init__.py +4bed3ed51faad9b910899cacf56e8eac lib/techniques/union/test.py +8cd5655c60a638caa30ca1220896aeda lib/techniques/union/use.py +b3afde39a56dd767f5338ba6464b9f43 lib/utils/api.py +6842092e1d27b71d28acd0e421f90693 lib/utils/crawler.py +ba12c69a90061aa14d848b8396e79191 lib/utils/deps.py +3b9fd519164e0bf275d5fd361c3f11ff lib/utils/getch.py +ccfdad414ce2ec0c394c3deaa39a82bf lib/utils/hashdb.py +aff7355d582fc6c00a675eeee2a5217a lib/utils/hash.py +e76a08237ee6a4cd6855af79610ea8a5 lib/utils/htmlentities.py +310efc965c862cfbd7b0da5150a5ad36 lib/utils/__init__.py +8e4ecc5e5bd8a5c7e2ad0a940cb1a5b1 lib/utils/pivotdumptable.py +8520a745c9b4db3814fe46f4c34c6fbc lib/utils/progress.py +2c3638d499f3c01c34187e531f77d004 lib/utils/purge.py +2da1b35339667646e51101adaa1dfc32 lib/utils/search.py +569521a83b2b6c62497879267b963b21 lib/utils/sqlalchemy.py +caeea96ec9c9d489f615f282259b32ca lib/utils/timeout.py +0b84e74f9eb7681bab7364617e2f2577 lib/utils/versioncheck.py +31c51a3cc73120ee9490f2e3fa6d0dca lib/utils/xrange.py +b90aae84100a6c4c2bd5eeb4197fbc6e plugins/dbms/access/connector.py +a71f7c8ffcb9b250cc785cad830e8980 plugins/dbms/access/enumeration.py +38a0c758d9b86915fce894b779e79e4d plugins/dbms/access/filesystem.py +818482929a68a270bc4331cf6c436d13 plugins/dbms/access/fingerprint.py +5a691580a59eca29bae2283b57682025 plugins/dbms/access/__init__.py +c12f4f266830636462eac98e35ebb73e plugins/dbms/access/syntax.py +3fc75c350a30597962bc692c973eeeb3 plugins/dbms/access/takeover.py +a763887d6e6e99c5a73d9cf450cd84fe plugins/dbms/db2/connector.py +c1f6eeb6fccbcb75b53566568c582e9c plugins/dbms/db2/enumeration.py +667e50aa06883f0f194bef335015d694 plugins/dbms/db2/filesystem.py +d82e641f156d7c0fe015510a2f593b16 plugins/dbms/db2/fingerprint.py +35ed6e262cf68d4ab2c6111dd5fb0414 plugins/dbms/db2/__init__.py +ce8bc86383f2ade41e08f2dbee1844bf plugins/dbms/db2/syntax.py +744fb5044f2b9f9d5ebda6e3f08e3be7 plugins/dbms/db2/takeover.py +b8dcd6e97166f58ee452e68c46bfe2c4 plugins/dbms/firebird/connector.py +147afe5f4a3d09548a8a1dbc954fe29e plugins/dbms/firebird/enumeration.py +4e421504f59861bf1ed1a89abda583d1 plugins/dbms/firebird/filesystem.py +fc6fdb1fb1be84db541995c87746efe1 plugins/dbms/firebird/fingerprint.py +f86ace7fcaea5ff3f9e86ab2dce052c5 plugins/dbms/firebird/__init__.py +04f7c2977ab5198c6f4aa6233b872ae0 plugins/dbms/firebird/syntax.py +1cb1ab93e4b8c97e81586acfe4d030a2 plugins/dbms/firebird/takeover.py +3a97bd07cce66bc812309341e7b54697 plugins/dbms/hsqldb/connector.py +015281fb8f96dbade0d2e30fc8da9c4c plugins/dbms/hsqldb/enumeration.py +c0b14e62e1ecbb679569a1abb9cf1913 plugins/dbms/hsqldb/filesystem.py +205ec651547b3fef04afc9580ab35672 plugins/dbms/hsqldb/fingerprint.py +0b18e3cf582b128cf9f16ee34ef85727 plugins/dbms/hsqldb/__init__.py +65e8f8edc9d18fe482deb474a29f83ff plugins/dbms/hsqldb/syntax.py +0a1584e2b01f33abe3ef91d99bafbd3f plugins/dbms/hsqldb/takeover.py +f8eaeb71239369e6ceff47596439871b plugins/dbms/informix/connector.py +989e75a65503dd648a45258217ae3371 plugins/dbms/informix/enumeration.py +667e50aa06883f0f194bef335015d694 plugins/dbms/informix/filesystem.py +df241894bc46576590fae7809650aa58 plugins/dbms/informix/fingerprint.py +859d2ed1e0c1b8a1b92c8b2044e6afc5 plugins/dbms/informix/__init__.py +0aa8ec7b83435a1ecec19c5320728051 plugins/dbms/informix/syntax.py +744fb5044f2b9f9d5ebda6e3f08e3be7 plugins/dbms/informix/takeover.py +310efc965c862cfbd7b0da5150a5ad36 plugins/dbms/__init__.py +e50b624ff23c3e180d80e065deb1763f plugins/dbms/maxdb/connector.py +cbd90f22ce862409fe392e65f0ea94ac plugins/dbms/maxdb/enumeration.py +815ea8e7b9bd714d73d9d6c454aff774 plugins/dbms/maxdb/filesystem.py +30ace2bbd22cf6152e4a7e9d8176bdc1 plugins/dbms/maxdb/fingerprint.py +c03001c1f70e76de39d26241dfcbd033 plugins/dbms/maxdb/__init__.py +e6036f5b2e39aec37ba036a8cf0efd6f plugins/dbms/maxdb/syntax.py +0be362015605e26551e5d79cc83ed466 plugins/dbms/maxdb/takeover.py +e3e78fab9b5eb97867699f0b20e59b62 plugins/dbms/mssqlserver/connector.py +a7ed0510e47384eaf93164d53e2b6b36 plugins/dbms/mssqlserver/enumeration.py +8554437c437052c30237be170ba8ce3a plugins/dbms/mssqlserver/filesystem.py +4e4bb17dfb175b5f6485d7513e4c8fb1 plugins/dbms/mssqlserver/fingerprint.py +40bd890988f9acd3942255d687445371 plugins/dbms/mssqlserver/__init__.py +400ce654ff6bc57a40fb291322a18282 plugins/dbms/mssqlserver/syntax.py +20c669e084ea4d6b968a5834f7fec66c plugins/dbms/mssqlserver/takeover.py +48fb283a0dbf980495ca054f7b55783f plugins/dbms/mysql/connector.py +7fe94b803fa273baf479b76ce7a3fb51 plugins/dbms/mysql/enumeration.py +1bd5e659962e814b66a451b807de9110 plugins/dbms/mysql/filesystem.py +e9076fe684eb3fe037f945601c7017f0 plugins/dbms/mysql/fingerprint.py +42568a66a13a43ed46748290c503a652 plugins/dbms/mysql/__init__.py +96dfafcc4aecc1c574148ac05dbdb6da plugins/dbms/mysql/syntax.py +33b2dc28075ab560fd8a4dc898682a0d plugins/dbms/mysql/takeover.py +ea4b9cd238075b79945bd2607810934a plugins/dbms/oracle/connector.py +3a08ef0037de6df9f9a92ec5b126d705 plugins/dbms/oracle/enumeration.py +dc5962a1d4d69d4206b6c03e00e7f33d plugins/dbms/oracle/filesystem.py +d19215a6aee5d04d67ee67eb2cac9893 plugins/dbms/oracle/fingerprint.py +25a99a9dd7072b6b7346438599c78050 plugins/dbms/oracle/__init__.py +783d4795fac75f73a7cfba3cd9c3d01c plugins/dbms/oracle/syntax.py +c05176f6efe66069756fb78dfa0ed3f6 plugins/dbms/oracle/takeover.py +e087d54b9b2617a9f40be15a2bd478c2 plugins/dbms/postgresql/connector.py +8377c5ab3de500f9a495fcd9e2a75d3e plugins/dbms/postgresql/enumeration.py +48822058c620ffaa2acc599b4d39c667 plugins/dbms/postgresql/filesystem.py +1d514afa3106fa5fbd6fa2dd33970917 plugins/dbms/postgresql/fingerprint.py +a3a4e82e9a68329c44762897c87acfec plugins/dbms/postgresql/__init__.py +76bde1ffb3040ae709156449a583e9ed plugins/dbms/postgresql/syntax.py +286f95526a6ce0b8ae9bff6fc3117af0 plugins/dbms/postgresql/takeover.py +719fdd12e360458e822950f245d67ad0 plugins/dbms/sqlite/connector.py +28b9d7d0614e52275a30b5a57fc76027 plugins/dbms/sqlite/enumeration.py +954e503cfc8dd1acf9fc50868f5dafb0 plugins/dbms/sqlite/filesystem.py +60febaa44bd2fe5919e80e3bd7f0c2dd plugins/dbms/sqlite/fingerprint.py +6b17cc8cc94a912a0a5cf15acbad5ba4 plugins/dbms/sqlite/__init__.py +4827722159a89652005f49265bb55c43 plugins/dbms/sqlite/syntax.py +02ab8ff465da9dd31ffe6a963c676180 plugins/dbms/sqlite/takeover.py +e3e78fab9b5eb97867699f0b20e59b62 plugins/dbms/sybase/connector.py +a7f4d3a194f52fbb4fb4488be41273b1 plugins/dbms/sybase/enumeration.py +62d772c7cd08275e3503304ba90c4e8a plugins/dbms/sybase/filesystem.py +9e3e9a1f8dd491a95e833155a4157662 plugins/dbms/sybase/fingerprint.py +45436a42c2bb8075e1482a950d993d55 plugins/dbms/sybase/__init__.py +89412a921c8c598c19d36762d5820f05 plugins/dbms/sybase/syntax.py +654cd5e69cf5e5c644bfa5d284e61206 plugins/dbms/sybase/takeover.py +1f46f2eac95cfdc3fa150ec5b0500eba plugins/generic/connector.py +a8f9d0516509e9e4226516ab4f13036a plugins/generic/custom.py +3b54fd65feb9f70c551d315e82653384 plugins/generic/databases.py +085f839221138aa7931bd94c33a32768 plugins/generic/entries.py +55802d1d5d65938414c77ccc27731cab plugins/generic/enumeration.py +b6666109aa6882ca9c526d615c1bcde3 plugins/generic/filesystem.py +feca57a968c528a2fe3ccafbc83a17f8 plugins/generic/fingerprint.py +310efc965c862cfbd7b0da5150a5ad36 plugins/generic/__init__.py +8fd5913823e97e21a8eea717cd12fc96 plugins/generic/misc.py +64b052d1df6d7fe34d73b51196f68ae3 plugins/generic/search.py +dca509ef83bf7d74ad26ebe4a03e4c6a plugins/generic/syntax.py +25cc2788cc3da6f8a0bcff0e41ff586e plugins/generic/takeover.py +02c8da99874f1cfd869d9e3bbb7c84e6 plugins/generic/users.py +310efc965c862cfbd7b0da5150a5ad36 plugins/__init__.py b04db3e861edde1f9dd0a3850d5b96c8 shell/backdoor.asp_ 158bfa168128393dde8d6ed11fe9a1b8 shell/backdoor.aspx_ 1add5a9a67539e7fd1999c8c20a69d15 shell/backdoor.jsp_ @@ -223,58 +223,58 @@ ff90cb0366f7cefbdd6e573e27e6238c shell/runcmd.exe_ c3cc8b7727161e64ab59f312c33b541a shell/stager.aspx_ 1f7f125f30e0e800beb21e2ebbab18e1 shell/stager.jsp_ 01e3505e796edf19aad6a996101c81c9 shell/stager.php_ -f45056e2c5588acfecab92d70575fd05 sqlmapapi.py -034f6214e740191167d7100de9a4983b sqlmap.py -1316deb997418507e76221c84ec99946 tamper/apostrophemask.py -a6efe8f914c769c52afec703bd73609f tamper/apostrophenullencode.py -b1c56983919b69f4f6f0e7929c881e7a tamper/appendnullbyte.py -1233f8bad4d9a33d7961073c449874a2 tamper/base64encode.py -6aa5ba5689d9689825338260194670e0 tamper/between.py -21f4ce75916531641cfe405ce91663fc tamper/bluecoat.py -43cfacec17de26ff2a61c519e2e86dc9 tamper/chardoubleencode.py -344751c277ca62fa42dac95deedb0cdf tamper/charencode.py -c6c90b5c175770ff98859653115dc478 tamper/charunicodeencode.py -b7f5de532d2b87a477840c7d2a3cf386 tamper/commalesslimit.py -e2aca0ea57afc24dd154472034dc9c8c tamper/commalessmid.py -7dec60fa5a1f27513cfba131e07b4d2f tamper/concat2concatws.py -906f38bffac305d341e69721631c9b1e tamper/equaltolike.py -11bb0652668bb6624494567fd92933b3 tamper/escapequotes.py -731c25dd33fca28514930d4409daaaa3 tamper/greatest.py -1becabc90d81c70fd24b54cae03a3702 tamper/halfversionedmorekeywords.py -61add9dce3c0c9035901db87fa969c89 tamper/htmlencode.py -17313c5a68aa44325616e0e38869b98e tamper/ifnull2ifisnull.py -dd71bbc7f76ef55a2c9c16645347ead8 tamper/informationschemacomment.py -cc9c82cfffd8ee9b25ba3af6284f057e tamper/__init__.py -4f022b7dbe12957003ee06e2610baa85 tamper/lowercase.py -38543c4fc77acbd346cdbdbdfebee799 tamper/modsecurityversioned.py -c16c3ed0ce302034d99ee0b8f34fbd0b tamper/modsecurityzeroversioned.py -658742d52fe9fcd357c87198650982b8 tamper/multiplespaces.py -e65ff0680df2fc89444ec5953bb2f161 tamper/nonrecursivereplacement.py -6780d738236ac200d230c4cb497bd1a2 tamper/overlongutf8.py -3f05d5218b22280adcd91fe53830bcb4 tamper/percentage.py -9741ad2359382dc8673189224995a5f7 tamper/plus2concat.py -7a93f510f231278897650da1c7d13b23 tamper/randomcase.py -34c255f3bca6d5fee2dfb18ed86d406f tamper/randomcomments.py -f5e9eb84d4c5e9a19fe7154a8aebe13d tamper/securesphere.py -b4fc315dd6956dbe62a14c3efbe734b8 tamper/space2comment.py -c58858bebc9128a2685e93c985c8c23e tamper/space2dash.py -7cb376474d8d2dfa524be8f09d5bbf87 tamper/space2hash.py -ac2674939af0d1e82802d9343856db08 tamper/space2morehash.py -7f26c6fca4ef394c8d84c1ffe0162834 tamper/space2mssqlblank.py -df92b78d4ebe3de3e922eae1520020bf tamper/space2mssqlhash.py -63dcc179881387c6a2ca4b84b4723efe tamper/space2mysqlblank.py -6c9a0f9f98b938b0dc814644eeeb4d69 tamper/space2mysqldash.py -898361e5bc84fee788005a31494c1b8d tamper/space2plus.py -ea567cf81dafcb961eb1e88396534fd5 tamper/space2randomblank.py -da09cdc03e7d306e68a0c45322cc14c2 tamper/sp_password.py -84d536cd1296affcf4d294846508ef1a tamper/symboliclogical.py -50ead20b50db1051f8f3790c910b7b36 tamper/unionalltounion.py -f248289f5bc6ff9df8d82f8a3649d7a2 tamper/unmagicquotes.py -05824e0a1eb695bfc61d83ca8578de8f tamper/uppercase.py -ccdcf7afb18efd83d8b7a59d744fe51f tamper/varnish.py -a5f02f75856551499c0bf33672869a7f tamper/versionedkeywords.py -61aec82c2fb383bf9db95b74f5f0e67a tamper/versionedmorekeywords.py -99a90d668f367f5660698c00e84ec671 tamper/xforwardedfor.py +0751a45ac4c130131f2cdb74d866b664 sqlmapapi.py +dee6a537359c049dabe4ffe3de881359 sqlmap.py +08c711a470d7e0bf705320ba3c48b886 tamper/apostrophemask.py +e8509df10d3f1c28014d7825562d32dd tamper/apostrophenullencode.py +bb27f7dc980ea07fcfedbd7da5e5e029 tamper/appendnullbyte.py +0a7d524cad9459fd80f505605975249b tamper/base64encode.py +1fc7c46856bed22f5610d78330e1ffcf tamper/between.py +e6e3ae32bc3c3d5acb4b93289e3fe698 tamper/bluecoat.py +8576274cc84f77a7cfd936521e89397c tamper/chardoubleencode.py +6a7a04c35b6d5853ad6f449581c79ce4 tamper/charencode.py +893e7d907bcd370394b70a30d502be2b tamper/charunicodeencode.py +596883203fbdd81ee760e4a00071bf39 tamper/commalesslimit.py +f341a48112354a50347546fa73f4f531 tamper/commalessmid.py +28c21fd9c9801d398698c646bb894260 tamper/concat2concatws.py +d496b8abd40ea1a86c771d9d20174f61 tamper/equaltolike.py +fb3c31b72675f6ef27fa420a4e974a55 tamper/escapequotes.py +9efcdbfd3012d3c84ee67e87550d8432 tamper/greatest.py +b3df54fef913223b4f4fd90aa122870f tamper/halfversionedmorekeywords.py +a3a0e76922b4f40f422a0daca4e71af3 tamper/htmlencode.py +6fa2d48bf8a1020a07d1cb95a14688a8 tamper/ifnull2ifisnull.py +8f1626a68b060162023e67b4a4cd9295 tamper/informationschemacomment.py +310efc965c862cfbd7b0da5150a5ad36 tamper/__init__.py +8b9ed7d7d9c8197f34b9d8e36323b60e tamper/lowercase.py +377bffa19f0b7ca0616fcea2681db827 tamper/modsecurityversioned.py +14a2c4ea49661056a7a6077f91fbc2ed tamper/modsecurityzeroversioned.py +34bbd01283f81184f0692bed236c7511 tamper/multiplespaces.py +54e1793f30c755202ee1acaacfac45fb tamper/nonrecursivereplacement.py +00ba60e5869055aaa7ba0cd23b5ed1f4 tamper/overlongutf8.py +3cadacb0f39de03e0f8612c656104e03 tamper/percentage.py +7805efc7af932c2ab452f41967f9eb7b tamper/plus2concat.py +24753ed4e8ceab6f1a1fc13ee621943b tamper/randomcase.py +4d5fdfe77668fa44967e1d44f8a50ce7 tamper/randomcomments.py +22561b429f41fc0bdd23e36b9a8de9e5 tamper/securesphere.py +a8a0e2150de7c7dc473f74474db857ad tamper/space2comment.py +8728a16a1ae0603c6d835162cc03ab96 tamper/space2dash.py +6cc1afaeb47723886e492454e75d7b7f tamper/space2hash.py +507a174c64345df8df003ddba93c8cd1 tamper/space2morehash.py +0ce89b0d602abbd64344ab038be8acbc tamper/space2mssqlblank.py +fa66af20648b5538289748abe7a08fe6 tamper/space2mssqlhash.py +ca7597ba264ec731b8a73e9cad5334eb tamper/space2mysqlblank.py +038b8ea90f9a3a45b9bc67fcdff38511 tamper/space2mysqldash.py +5665c217ef8998bfd18f9ef1d8c617bd tamper/space2plus.py +a30fa43203d960c7a9d8709bf24ca401 tamper/space2randomblank.py +e3c95a5325f12ac522aa9a1cd0489e9a tamper/sp_password.py +b0b0b4c8c7bd259b42e8a122f7563668 tamper/symboliclogical.py +af9d948b4c861df0418355734418bcdc tamper/unionalltounion.py +35764285e492ce0d596420d753c6edc3 tamper/unmagicquotes.py +0c07061ba706e05950e1fbffe8936d1f tamper/uppercase.py +3bc8eb3134439ce8860ecdd4c390070e tamper/varnish.py +6acf85cf9ec6954d11dc220956cc27de tamper/versionedkeywords.py +549fb1adbbe75beaf9fc55d1bfc59f90 tamper/versionedmorekeywords.py +3e4cd8e103340819512786d5bfaec92e tamper/xforwardedfor.py 368165b45dadcdff4422bc010700832a thirdparty/ansistrm/ansistrm.py d41d8cd98f00b204e9800998ecf8427e thirdparty/ansistrm/__init__.py 8e775c25bc9e84891ad6fcb4f0005c23 thirdparty/beautifulsoup/beautifulsoup.py @@ -381,63 +381,63 @@ a6b9c964f7c7d7012f8f434bbd84a041 udf/postgresql/windows/32/8.2/lib_postgresqlud d9006810684baf01ea33281d21522519 udf/postgresql/windows/32/8.3/lib_postgresqludf_sys.dll_ ca3ab78d6ed53b7f2c07ed2530d47efd udf/postgresql/windows/32/8.4/lib_postgresqludf_sys.dll_ 0d3fe0293573a4453463a0fa5a081de1 udf/postgresql/windows/32/9.0/lib_postgresqludf_sys.dll_ -9bb247767c4ba118f2c5f0416e3e6151 waf/360.py -deb8dd4543177479b185af8b383a8bdf waf/airlock.py -0da662422cde266dd47cea3f5be6a309 waf/anquanbao.py -012b4acd41f0c12df88cf0276c2afd1a waf/armor.py -64415c1d49defb6a931db731f4a9d972 waf/aws.py -757fe0f66a24719fa596cb974ee6ae71 waf/baidu.py -8a26fe9e0ae48e8f28272769aa7dc16e waf/barracuda.py -826b64868a10caf1229d3bfcbbb4d594 waf/bigip.py -3105f71b03c428f8b58cbf7a91eebff0 waf/binarysec.py -e75422b8487f9937e050a60bc5c35896 waf/blockdos.py -f60078f702612da43dd2a8ed07e26694 waf/ciscoacexml.py -ac2edfa1d49b00b4bf730a9317090566 waf/cloudflare.py -8035c255d55023f8c999ad5f7798e7fa waf/cloudfront.py -765d0663658257ef0ab1060519c6e175 waf/comodo.py -33633c9a2b9d53c325ba1110607d566f waf/datapower.py -e0ad6e34b6082558e9f8f652d938c785 waf/denyall.py -1ab6764976b3e2e28bab68cc73b5d8d9 waf/dotdefender.py -037b715e1274fe2b4d2f31f6d24c9e77 waf/edgecast.py -29d0c8331a4d7013d784e5dc91db49aa waf/expressionengine.py -d50415b49d9df72cb9d193d05630ab8a waf/fortiweb.py -c5d83d63647baa46dadf5cf992156edc waf/generic.py -b302a688932296357fe10658a81eee0c waf/hyperguard.py -f62b484e9083fcbf271a2b0c8f6d3528 waf/incapsula.py -cc9c82cfffd8ee9b25ba3af6284f057e waf/__init__.py -5a898cfc081236d176274c5b513d0401 waf/isaserver.py -9689ff3faaeb2ea1837b3e04520b0e42 waf/jiasule.py -07eb9ee33a3e31bfc74763bea8026a2b waf/knownsec.py -32516985d3cb0aeeb1bf28062820b045 waf/kona.py -c3de612a7960b08e1e7f97aa05b58df1 waf/modsecurity.py -dc79a2e675d17df4cba1f8b839cbc11b waf/netcontinuum.py -8d3230fa3c6a7e41dc85dd04c95db044 waf/netscaler.py -4e05b8169e53edd36a6269e937958744 waf/newdefend.py -80eb59b4dcb62de8c97bd1bebbfb3f80 waf/nsfocus.py -477c3b6b31e8eb1fe836bd5a24c9fab2 waf/paloalto.py -e667efa27b53191315df547e95e04fa7 waf/profense.py -8d5609a37127782fb35af4f67b5787ee waf/proventia.py -40125df9f8184eab1926add588762294 waf/radware.py -fffbd039ec907274cdb6ee8e07e3cac4 waf/requestvalidationmode.py -44bef80f1a34663c3e0a963d969d9b1f waf/safe3.py -65a519516a597232fd902082dbcbc796 waf/safedog.py -e8cbddfffab8b400ea03f28ebfe14536 waf/secureiis.py -32de8507c956422926aaf13085dbcf42 waf/senginx.py -33db1ac9a11667199c7886bbb74f6b02 waf/sitelock.py -ff2b052672f4753be1508f2a22118631 waf/sonicwall.py -310b6081c65fb81917b8695b013559b6 waf/sophos.py -ade8698c8096d373034bac72069873f6 waf/stingray.py -b372c4fcc949767c38f2bead62d07418 waf/sucuri.py -4c02fbf63989df9ab58b04229f00f6df waf/teros.py -b5ea5375df444e0240f1ee0e2a8e52fb waf/trafficshield.py -89a11a755a4ea3cb71feb3f5f2b5809e waf/urlscan.py -0569c783e3487551affe5c91aec3c6d3 waf/uspses.py -960a8db9d3807fcd87f7f66dbfaa4628 waf/varnish.py -98c909c8b6e50d715e5b88c639ff1836 waf/wallarm.py -7a723ce2f1b82d7297a2ab025d5ca0be waf/webappsecure.py -75e51fea7f206e8faa2f743e44e58383 waf/webknight.py -3bcac085dcd9ed26b50a2320e418e9f3 waf/yundun.py -2a57f322f0b6e7b11b8df0909816a34f waf/yunsuo.py +8d156720cd477324f52a2709cdef2b73 waf/360.py +ebaabcfe68d37826220976b0df388e5d waf/airlock.py +ce8daf839e6cc2f1892eadc69dbf6f68 waf/anquanbao.py +a0200fc79bae0ec597b98c82894562a5 waf/armor.py +d764bf3b9456a02a7f8a0149a93ff950 waf/aws.py +dbc89fc642074c6d17a04532e623f976 waf/baidu.py +e4e713cc4e5504eed0311fa62b05a6f9 waf/barracuda.py +8a6f2edc3ff9c031e2b58733ee76cfa0 waf/bigip.py +2adee01cbf513944cd3d281af1c05a86 waf/binarysec.py +db312318ee5309577917faca1cd2c077 waf/blockdos.py +520ef7b59340b96b4a43e7fdba760967 waf/ciscoacexml.py +2ac71a1335d94eb50df8b83a85ca6aa6 waf/cloudflare.py +6be50675945b547fac46ac10bb18f3a9 waf/cloudfront.py +ab6f6e3169cb43efcf5b6ed84b58252f waf/comodo.py +7e38e1df21eb1bad7f618d804d8ed5c2 waf/datapower.py +035396509b276886acc2ecd7271c3193 waf/denyall.py +7bde9f5ec27b41167d25a3a24853107b waf/dotdefender.py +e4b058d759198216d24f8fed6ef97be4 waf/edgecast.py +f633953970fb181b9ac5420a47e6a610 waf/expressionengine.py +f2295bb96025aeeca7e38661aef7c883 waf/fortiweb.py +ef151fbc34f16620958ba61dd415ae59 waf/generic.py +9126fc8101dee36c27866df731e2d841 waf/hyperguard.py +5b5382ccfb82ee6afdc1b47c8a4bce70 waf/incapsula.py +310efc965c862cfbd7b0da5150a5ad36 waf/__init__.py +5a364b68519a5872c4d60be11d2a23c1 waf/isaserver.py +8bfbae2b692538da0fb1a812330b2649 waf/jiasule.py +0b50798c12802bf98a850dd716b0d96d waf/knownsec.py +6d47157944211d758483ff8f97b810e8 waf/kona.py +4fed33de1ffb2214bc1baa9f925c3eb9 waf/modsecurity.py +fe690dfc4b2825c3682ceecef7ee9e6e waf/netcontinuum.py +bd55ed30291b31db63b761db472f41ea waf/netscaler.py +cbd497453509f144a71f8c05fd504453 waf/newdefend.py +5fd56089bb989d88895d1ae2d9e568c8 waf/nsfocus.py +a5f2a2e6a9f6cffb221d118fdb4d55b6 waf/paloalto.py +c2aaafefd7ec2f5f7c82e01cfca9b7cf waf/profense.py +8295574b961a1b0fe568ca175af4c25e waf/proventia.py +e2c3ad944c40f5242c82bd87ac37067d waf/radware.py +d4fbb2af37ad3ade3118668f2b516693 waf/requestvalidationmode.py +889c580463e285a4a2429a0551eb04b6 waf/safe3.py +479cb5726e5777e9d783bab4a14e2d18 waf/safedog.py +75273f96801632f1a69d085b82e1495d waf/secureiis.py +5564c9cae17eb8ba9f9f448a1cf454ce waf/senginx.py +145cbb97872e310a2a8696c0c46a64da waf/sitelock.py +95fd67cc8782dd1fae77c18ac5e0a801 waf/sonicwall.py +c1062e5c165cdaeca51113e60973afb2 waf/sophos.py +e909c359a9181e64271e6c7c8347fe15 waf/stingray.py +33f3bdac403519a1f96fb9015680c575 waf/sucuri.py +3de96df7edeae2f21ba7b9d77c90f4d6 waf/teros.py +d428df1e83a6fac9d8dbc90d6b5dab20 waf/trafficshield.py +385c84908b482c7f0fe93262ab5320fa waf/urlscan.py +69b4a4bd0ed85c582edb50a89efad5df waf/uspses.py +c92c441a0626d984fd3641d87486e182 waf/varnish.py +f3727ed5d1b5b06495233c413c8687a6 waf/wallarm.py +0721cc9ed02539367089861838ea1591 waf/webappsecure.py +3792fb08791f0f77fa5386f6e9374068 waf/webknight.py +76c50593f1fbb8d4e87ff4781688e728 waf/yundun.py +83a57aff89cf698b3e4aac9814a03e67 waf/yunsuo.py 2d53fdaca0d7b42edad5192661248d76 xml/banner/cookie.xml e87d59af23b7b18cd56c9883e5f02d5c xml/banner/generic.xml d8925c034263bf1b83e7d8e1c78eec57 xml/banner/mssql.xml diff --git a/txt/common-columns.txt b/txt/common-columns.txt index 73f2ea6a0..0dec7d5e4 100644 --- a/txt/common-columns.txt +++ b/txt/common-columns.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) # See the file 'doc/COPYING' for copying permission id diff --git a/txt/common-outputs.txt b/txt/common-outputs.txt index b597aa916..29c63facf 100644 --- a/txt/common-outputs.txt +++ b/txt/common-outputs.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) # See the file 'doc/COPYING' for copying permission [Banners] diff --git a/txt/common-tables.txt b/txt/common-tables.txt index 4be8390a8..3eef8cf21 100644 --- a/txt/common-tables.txt +++ b/txt/common-tables.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) # See the file 'doc/COPYING' for copying permission users diff --git a/txt/keywords.txt b/txt/keywords.txt index 31bbe4d2c..491213d65 100644 --- a/txt/keywords.txt +++ b/txt/keywords.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) # See the file 'doc/COPYING' for copying permission # SQL-92 keywords (reference: http://developer.mimer.com/validator/sql-reserved-words.tml) diff --git a/txt/user-agents.txt b/txt/user-agents.txt index 8fbe8a34a..cb32978fc 100644 --- a/txt/user-agents.txt +++ b/txt/user-agents.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) # See the file 'doc/COPYING' for copying permission # Opera diff --git a/waf/360.py b/waf/360.py index bc6918763..4b064a91d 100644 --- a/waf/360.py +++ b/waf/360.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/__init__.py b/waf/__init__.py index c2e45792f..942d54d8f 100644 --- a/waf/__init__.py +++ b/waf/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/airlock.py b/waf/airlock.py index 481a89ca3..2d81dd75e 100644 --- a/waf/airlock.py +++ b/waf/airlock.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/anquanbao.py b/waf/anquanbao.py index 512819a9a..4abb88077 100644 --- a/waf/anquanbao.py +++ b/waf/anquanbao.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/armor.py b/waf/armor.py index e69339552..564b3a37c 100644 --- a/waf/armor.py +++ b/waf/armor.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/aws.py b/waf/aws.py index 894666b44..00d89f4d2 100644 --- a/waf/aws.py +++ b/waf/aws.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/baidu.py b/waf/baidu.py index 60e58feea..2f2aa00a5 100644 --- a/waf/baidu.py +++ b/waf/baidu.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/barracuda.py b/waf/barracuda.py index 619605837..56da1c803 100644 --- a/waf/barracuda.py +++ b/waf/barracuda.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/bigip.py b/waf/bigip.py index f607c75d9..dde3931bb 100644 --- a/waf/bigip.py +++ b/waf/bigip.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/binarysec.py b/waf/binarysec.py index 152944cf8..82ae62af4 100644 --- a/waf/binarysec.py +++ b/waf/binarysec.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/blockdos.py b/waf/blockdos.py index 27c145125..09009323a 100644 --- a/waf/blockdos.py +++ b/waf/blockdos.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/ciscoacexml.py b/waf/ciscoacexml.py index 0387089dd..62ae05a57 100644 --- a/waf/ciscoacexml.py +++ b/waf/ciscoacexml.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/cloudflare.py b/waf/cloudflare.py index f3981ac0c..217a5c650 100644 --- a/waf/cloudflare.py +++ b/waf/cloudflare.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/cloudfront.py b/waf/cloudfront.py index 5ddb438cf..1ecf63d2d 100644 --- a/waf/cloudfront.py +++ b/waf/cloudfront.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/comodo.py b/waf/comodo.py index 1d4cc1935..662ba0938 100644 --- a/waf/comodo.py +++ b/waf/comodo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/datapower.py b/waf/datapower.py index a0ae18da3..4706dd39d 100644 --- a/waf/datapower.py +++ b/waf/datapower.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/denyall.py b/waf/denyall.py index 424787460..f1350533e 100644 --- a/waf/denyall.py +++ b/waf/denyall.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/dotdefender.py b/waf/dotdefender.py index b263188bc..7fee566b9 100644 --- a/waf/dotdefender.py +++ b/waf/dotdefender.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/edgecast.py b/waf/edgecast.py index 09db6780e..ba57329c5 100644 --- a/waf/edgecast.py +++ b/waf/edgecast.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/expressionengine.py b/waf/expressionengine.py index 510487571..a69c0eb03 100644 --- a/waf/expressionengine.py +++ b/waf/expressionengine.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/fortiweb.py b/waf/fortiweb.py index 0500ed0a7..17f33a22e 100644 --- a/waf/fortiweb.py +++ b/waf/fortiweb.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/generic.py b/waf/generic.py index 56171b090..26c3ec2b3 100644 --- a/waf/generic.py +++ b/waf/generic.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/hyperguard.py b/waf/hyperguard.py index 8f14a69a3..9450412b7 100644 --- a/waf/hyperguard.py +++ b/waf/hyperguard.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/incapsula.py b/waf/incapsula.py index 5c146eebc..e4ed96107 100644 --- a/waf/incapsula.py +++ b/waf/incapsula.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/isaserver.py b/waf/isaserver.py index b7fb5dc79..559d4c6d2 100644 --- a/waf/isaserver.py +++ b/waf/isaserver.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/jiasule.py b/waf/jiasule.py index baf671af3..9d5c39719 100644 --- a/waf/jiasule.py +++ b/waf/jiasule.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/knownsec.py b/waf/knownsec.py index e9079bb35..69f0eee37 100644 --- a/waf/knownsec.py +++ b/waf/knownsec.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/kona.py b/waf/kona.py index e19029586..bddd9154d 100644 --- a/waf/kona.py +++ b/waf/kona.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/modsecurity.py b/waf/modsecurity.py index 67eaa1ca3..a5583d030 100644 --- a/waf/modsecurity.py +++ b/waf/modsecurity.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/netcontinuum.py b/waf/netcontinuum.py index a2c7354af..5123f0523 100644 --- a/waf/netcontinuum.py +++ b/waf/netcontinuum.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/netscaler.py b/waf/netscaler.py index 71006eb7a..1a00f58b1 100644 --- a/waf/netscaler.py +++ b/waf/netscaler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/newdefend.py b/waf/newdefend.py index 0aa596633..3c23a08f4 100644 --- a/waf/newdefend.py +++ b/waf/newdefend.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/nsfocus.py b/waf/nsfocus.py index 4ab958194..788e85375 100644 --- a/waf/nsfocus.py +++ b/waf/nsfocus.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/paloalto.py b/waf/paloalto.py index 55a4cc37e..a7aaff0e7 100644 --- a/waf/paloalto.py +++ b/waf/paloalto.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/profense.py b/waf/profense.py index bb8ee92d1..0a8164370 100644 --- a/waf/profense.py +++ b/waf/profense.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/proventia.py b/waf/proventia.py index 6625f151c..866df07dd 100644 --- a/waf/proventia.py +++ b/waf/proventia.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/radware.py b/waf/radware.py index 45eea416d..666eaf9a3 100644 --- a/waf/radware.py +++ b/waf/radware.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/requestvalidationmode.py b/waf/requestvalidationmode.py index e20d00b5b..960a315d0 100644 --- a/waf/requestvalidationmode.py +++ b/waf/requestvalidationmode.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/safe3.py b/waf/safe3.py index c49b434b3..8e2afcdf8 100644 --- a/waf/safe3.py +++ b/waf/safe3.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/safedog.py b/waf/safedog.py index 0f77deffc..61634eca0 100644 --- a/waf/safedog.py +++ b/waf/safedog.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/secureiis.py b/waf/secureiis.py index b162c6e70..f3c531b6b 100644 --- a/waf/secureiis.py +++ b/waf/secureiis.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/senginx.py b/waf/senginx.py index 54cb17648..c30f6935d 100644 --- a/waf/senginx.py +++ b/waf/senginx.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/sitelock.py b/waf/sitelock.py index 2deab747c..b847ddcb4 100644 --- a/waf/sitelock.py +++ b/waf/sitelock.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/sonicwall.py b/waf/sonicwall.py index af4241287..5ada6297e 100644 --- a/waf/sonicwall.py +++ b/waf/sonicwall.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/sophos.py b/waf/sophos.py index b0aab6907..ac3dd8dcf 100644 --- a/waf/sophos.py +++ b/waf/sophos.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/stingray.py b/waf/stingray.py index 8c6dc6b8c..9f1cf2c88 100644 --- a/waf/stingray.py +++ b/waf/stingray.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/sucuri.py b/waf/sucuri.py index c43599fef..c0feb46fd 100644 --- a/waf/sucuri.py +++ b/waf/sucuri.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/teros.py b/waf/teros.py index bef0313f3..e84ab5f8d 100644 --- a/waf/teros.py +++ b/waf/teros.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/trafficshield.py b/waf/trafficshield.py index fed2cadee..dc7c07543 100644 --- a/waf/trafficshield.py +++ b/waf/trafficshield.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/urlscan.py b/waf/urlscan.py index 2db6357f3..898474b01 100644 --- a/waf/urlscan.py +++ b/waf/urlscan.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/uspses.py b/waf/uspses.py index 10dedd56e..79f2df490 100644 --- a/waf/uspses.py +++ b/waf/uspses.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/varnish.py b/waf/varnish.py index b62a3b516..68e2c90c2 100644 --- a/waf/varnish.py +++ b/waf/varnish.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/wallarm.py b/waf/wallarm.py index 1618007c4..2ca65b156 100644 --- a/waf/wallarm.py +++ b/waf/wallarm.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/webappsecure.py b/waf/webappsecure.py index 060c1999d..413da8bd4 100644 --- a/waf/webappsecure.py +++ b/waf/webappsecure.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/webknight.py b/waf/webknight.py index 423ffcad8..110ff74ea 100644 --- a/waf/webknight.py +++ b/waf/webknight.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/yundun.py b/waf/yundun.py index eef40d2ca..06b24301c 100644 --- a/waf/yundun.py +++ b/waf/yundun.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/waf/yunsuo.py b/waf/yunsuo.py index 37eedcea5..8e16fa953 100644 --- a/waf/yunsuo.py +++ b/waf/yunsuo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/) +Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission """