mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-19 12:33:20 +03:00
more refactoring
This commit is contained in:
parent
abc12bc361
commit
53800ef65f
|
@ -39,9 +39,9 @@ from lib.core.data import logger
|
||||||
from lib.core.exception import exceptionsTuple
|
from lib.core.exception import exceptionsTuple
|
||||||
from lib.core.exception import sqlmapNotVulnerableException
|
from lib.core.exception import sqlmapNotVulnerableException
|
||||||
from lib.core.session import setInjection
|
from lib.core.session import setInjection
|
||||||
from lib.core.smoketest import smokeTest
|
|
||||||
from lib.core.target import initTargetEnv
|
from lib.core.target import initTargetEnv
|
||||||
from lib.core.target import setupTargetEnv
|
from lib.core.target import setupTargetEnv
|
||||||
|
from lib.core.testing import smokeTest
|
||||||
from lib.utils.parenthesis import checkForParenthesis
|
from lib.utils.parenthesis import checkForParenthesis
|
||||||
|
|
||||||
def __selectInjection(injData):
|
def __selectInjection(injData):
|
||||||
|
|
|
@ -62,3 +62,9 @@ def smokeTest():
|
||||||
infoMsg += "FAILED"
|
infoMsg += "FAILED"
|
||||||
logger.error(infoMsg)
|
logger.error(infoMsg)
|
||||||
return retVal
|
return retVal
|
||||||
|
|
||||||
|
def liveTest():
|
||||||
|
"""
|
||||||
|
This will run the testing of a program against the testing environment
|
||||||
|
"""
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user