We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d958c2f commit 6806cbdCopy full SHA for 6806cbd
1 file changed
sqlmap.py
@@ -12,7 +12,7 @@
12
PYVERSION = sys.version.split()[0]
13
14
if PYVERSION >= "3" or PYVERSION < "2.6":
15
- exit("[CRITICAL] wrong Python version detected ('%s'). For successfully running sqlmap you have to use 2.6 <= Python < 3.0" % PYVERSION)
+ exit("[CRITICAL] incompatible Python version detected ('%s'). For successfully running sqlmap you'll have to use 2.6 <= Python < 3.0" % PYVERSION)
16
else:
17
from _sqlmap import main
18
# import needed for proper working of --profile switch
0 commit comments