Revisiting some of links

This commit is contained in:
Miroslav Stampar
2017-12-12 13:39:58 +01:00
parent 8cef17b583
commit b1662f54c8
5 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ import sys
PYVERSION = sys.version.split()[0]
if PYVERSION >= "3" or PYVERSION < "2.6":
exit("[CRITICAL] incompatible Python version detected ('%s'). For successfully running sqlmap you'll have to use version 2.6.x or 2.7.x (visit 'http://www.python.org/download/')" % PYVERSION)
exit("[CRITICAL] incompatible Python version detected ('%s'). For successfully running sqlmap you'll have to use version 2.6.x or 2.7.x (visit 'https://www.python.org/downloads/')" % PYVERSION)
extensions = ("gzip", "ssl", "sqlite3", "zlib")
try: