Skip to content

Commit

Permalink
New version preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
stamparm committed Jan 2, 2017
1 parent 6ff07f0 commit 55272f7
Show file tree
Hide file tree
Showing 327 changed files with 647 additions and 645 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion extra/beep/beep.py
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion extra/cloak/cloak.py
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion extra/dbgtool/dbgtool.py
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion extra/safe2bin/safe2bin.py
Expand Up @@ -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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 2 additions & 0 deletions extra/shutils/precommit-hook.sh
Expand Up @@ -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.]*"')
Expand Down
4 changes: 2 additions & 2 deletions extra/shutils/pypi.sh
Expand Up @@ -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
"""
Expand Down Expand Up @@ -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
"""
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down
2 changes: 1 addition & 1 deletion 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
"""

Expand Down

4 comments on commit 55272f7

@FeeiCN
Copy link

@FeeiCN FeeiCN commented on 55272f7 Jan 4, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-_-

@stamparm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FeeiCN
Copy link

@FeeiCN FeeiCN commented on 55272f7 Jan 4, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stamparm Nothing, Very timely :)

@rootzzz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New version ETA?

Please sign in to comment.