mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13: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():
|
||||
logger.setLevel(logging.INFO)
|
||||
cmdLineOptions.batch = True
|
||||
cmdLineOptions.disableColoring = True
|
||||
server = XMLRPCServer(cmdLineOptions.xmlRpcPort or XMLRPC_SERVER_PORT)
|
||||
def emit(self, record):
|
||||
|
|
Loading…
Reference in New Issue
Block a user