mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Batch is a must in XML-RPC mode (Issue #287)
This commit is contained in:
parent
fc4be0a77c
commit
76eb894bc7
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user