mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
Batch is a must in XML-RPC mode (Issue #287)
This commit is contained in:
@@ -55,6 +55,7 @@ def modulePath():
|
|||||||
|
|
||||||
def xmlRpcServe():
|
def xmlRpcServe():
|
||||||
logger.setLevel(logging.INFO)
|
logger.setLevel(logging.INFO)
|
||||||
|
cmdLineOptions.batch = True
|
||||||
cmdLineOptions.disableColoring = True
|
cmdLineOptions.disableColoring = True
|
||||||
server = XMLRPCServer(cmdLineOptions.xmlRpcPort or XMLRPC_SERVER_PORT)
|
server = XMLRPCServer(cmdLineOptions.xmlRpcPort or XMLRPC_SERVER_PORT)
|
||||||
def emit(self, record):
|
def emit(self, record):
|
||||||
|
|||||||
Reference in New Issue
Block a user