Skip to content

Commit 2ff555b

Browse files
committed
minor fix for --profile switch
1 parent 0df768e commit 2ff555b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlmap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@
1515
exit("[CRITICAL] wrong Python version detected ('%s'). For successfully running sqlmap you have to use 2.6 <= Python < 3.0" % PYVERSION)
1616
else:
1717
from _sqlmap import main
18+
# import needed for proper working of --profile switch
19+
from lib.controller.controller import start
1820
main()

0 commit comments

Comments
 (0)