mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
minor update
This commit is contained in:
parent
7fd64df167
commit
7d131d1fb1
3 changed files with 28 additions and 12 deletions
|
|
@ -13,7 +13,7 @@ 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 or 2.7 (visit \"http://www.python.org/download/\")" % PYVERSION)
|
||||
else:
|
||||
elif __name__ == "__main__":
|
||||
from _sqlmap import main
|
||||
# import needed for proper working of --profile switch
|
||||
from lib.controller.controller import start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue