diff --git a/_sqlmap.py b/_sqlmap.py index 26da868d0..99a762d0a 100755 --- a/_sqlmap.py +++ b/_sqlmap.py @@ -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):