mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +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():
|
||||
logger.setLevel(logging.INFO)
|
||||
cmdLineOptions.batch = True
|
||||
cmdLineOptions.disableColoring = True
|
||||
server = XMLRPCServer(cmdLineOptions.xmlRpcPort or XMLRPC_SERVER_PORT)
|
||||
def emit(self, record):
|
||||
|
||||
Reference in New Issue
Block a user