mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update
This commit is contained in:
parent
b2a8cb8f77
commit
5013f767a1
3 changed files with 7 additions and 8 deletions
|
|
@ -79,7 +79,6 @@ from lib.core.dicts import DEPRECATED_OPTIONS
|
|||
from lib.core.enums import AUTOCOMPLETE_TYPE
|
||||
from lib.core.exception import SqlmapShellQuitException
|
||||
from lib.core.exception import SqlmapSyntaxException
|
||||
from lib.core.gui import runGui
|
||||
from lib.core.option import _createHomeDirectories
|
||||
from lib.core.settings import BASIC_HELP_ITEMS
|
||||
from lib.core.settings import DUMMY_URL
|
||||
|
|
@ -863,6 +862,8 @@ def cmdLineParser(argv=None):
|
|||
checkOldOptions(argv)
|
||||
|
||||
if "--gui" in argv:
|
||||
from lib.core.gui import runGui
|
||||
|
||||
runGui(parser)
|
||||
|
||||
elif "--sqlmap-shell" in argv:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue