Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4be0a commit 76eb894Copy full SHA for 76eb894
1 file changed
_sqlmap.py
@@ -55,6 +55,7 @@ def modulePath():
55
56
def xmlRpcServe():
57
logger.setLevel(logging.INFO)
58
+ cmdLineOptions.batch = True
59
cmdLineOptions.disableColoring = True
60
server = XMLRPCServer(cmdLineOptions.xmlRpcPort or XMLRPC_SERVER_PORT)
61
def emit(self, record):
0 commit comments