Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df768e commit 2ff555bCopy full SHA for 2ff555b
1 file changed
sqlmap.py
@@ -15,4 +15,6 @@
15
exit("[CRITICAL] wrong Python version detected ('%s'). For successfully running sqlmap you 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
19
+ from lib.controller.controller import start
20
main()
0 commit comments