mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor code refactoring
This commit is contained in:
parent
45f5548113
commit
57eb19377e
4 changed files with 11 additions and 4 deletions
|
|
@ -13,6 +13,7 @@ from lib.core.common import isStackingAvailable
|
|||
from lib.core.common import readInput
|
||||
from lib.core.data import conf
|
||||
from lib.core.data import logger
|
||||
from lib.core.enums import AUTOCOMPLETE_TYPE
|
||||
from lib.core.enums import DBMS
|
||||
from lib.core.exception import SqlmapFilePathException
|
||||
from lib.core.exception import SqlmapUnsupportedFeatureException
|
||||
|
|
@ -116,7 +117,7 @@ class Abstraction(Web, UDF, Xp_cmdshell):
|
|||
infoMsg += "'x' or 'q' and press ENTER"
|
||||
logger.info(infoMsg)
|
||||
|
||||
autoCompletion(osShell=True)
|
||||
autoCompletion(AUTOCOMPLETE_TYPE.OS)
|
||||
|
||||
while True:
|
||||
command = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue