Skip to content

Commit 55272f7

Browse files
committed
New version preparation
1 parent 6ff07f0 commit 55272f7

File tree

327 files changed

+647
-645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

327 files changed

+647
-645
lines changed

doc/COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
COPYING -- Describes the terms under which sqlmap is distributed. A copy
22
of the GNU General Public License (GPL) is appended to this file.
33

4-
sqlmap is (C) 2006-2016 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
4+
sqlmap is (C) 2006-2017 Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
55

66
This program is free software; you may redistribute and/or modify it under
77
the terms of the GNU General Public License as published by the Free

extra/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/beep/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/beep/beep.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
beep.py - Make a beep sound
55
6-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
77
See the file 'doc/COPYING' for copying permission
88
"""
99

extra/cloak/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/cloak/cloak.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
cloak.py - Simple file encryption/compression utility
55
6-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
77
See the file 'doc/COPYING' for copying permission
88
"""
99

extra/dbgtool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/dbgtool/dbgtool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
dbgtool.py - Portable executable to ASCII debug script converter
55
6-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
77
See the file 'doc/COPYING' for copying permission
88
"""
99

extra/mssqlsig/update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/safe2bin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/safe2bin/safe2bin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
safe2bin.py - Simple safe(hex) to binary format converter
55
6-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
6+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
77
See the file 'doc/COPYING' for copying permission
88
"""
99

extra/shutils/duplicates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
3+
# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
44
# See the file 'doc/COPYING' for copying permission
55

66
# Removes duplicate entries in wordlist like files

extra/shutils/precommit-hook.sh

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ PROJECT_FULLPATH=${SCRIPTPATH%/*}/$PROJECT
1010
SETTINGS_FULLPATH=${SCRIPTPATH%/*}/$SETTINGS
1111
CHECKSUM_FULLPATH=${SCRIPTPATH%/*}/$CHECKSUM
1212

13+
git diff $SETTINGS_FULLPATH | grep "VERSION =" > /dev/null && exit 0
14+
1315
if [ -f $SETTINGS_FULLPATH ]
1416
then
1517
LINE=$(grep -o ${SETTINGS_FULLPATH} -e 'VERSION = "[0-9.]*"')

extra/shutils/pypi.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cat > $TMP_DIR/setup.py << EOF
1111
#!/usr/bin/env python
1212
1313
"""
14-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
14+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
1515
See the file 'doc/COPYING' for copying permission
1616
"""
1717
@@ -55,7 +55,7 @@ cat > sqlmap/__init__.py << EOF
5555
#!/usr/bin/env python
5656
5757
"""
58-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
58+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
5959
See the file 'doc/COPYING' for copying permission
6060
"""
6161

extra/shutils/regressiontest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
3+
# Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
44
# See the file 'doc/COPYING' for copying permission
55

66
import codecs

extra/sqlharvest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

extra/sqlharvest/sqlharvest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/controller/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/controller/action.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/controller/checks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/controller/controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/controller/handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/bigarray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/convert.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/datatype.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/decorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/defaults.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/dicts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/dump.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/enums.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/exception.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/log.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/option.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/optiondict.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/profiling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/readlineng.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/replication.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

lib/core/revision.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2016 sqlmap developers (http://sqlmap.org/)
4+
Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
55
See the file 'doc/COPYING' for copying permission
66
"""
77

0 commit comments

Comments
 (0)