Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76eb894

Browse files
committed
Batch is a must in XML-RPC mode (Issue #287)
1 parent fc4be0a commit 76eb894

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_sqlmap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def modulePath():
5555

5656
def xmlRpcServe():
5757
logger.setLevel(logging.INFO)
58+
cmdLineOptions.batch = True
5859
cmdLineOptions.disableColoring = True
5960
server = XMLRPCServer(cmdLineOptions.xmlRpcPort or XMLRPC_SERVER_PORT)
6061
def emit(self, record):

0 commit comments

Comments
 (0)