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

Skip to content

Commit dc6e732

Browse files
committed
Cleaning something something
1 parent 1023da4 commit dc6e732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _thread():
119119
status = '%d/%d (%d%%) ' % (count, len(TESTS), round(100.0 * count / len(TESTS)))
120120
dataToStdout("\r[%s] [INFO] complete: %s" % (time.strftime("%X"), status))
121121

122-
cmd = "%s %s %s --batch --answer='unhandled=n'" % (sys.executable, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py")), options.replace("<url>", url).replace("<direct>", direct).replace("<request>", request).replace("<log>", log).replace("<config>", config))
122+
cmd = "%s %s %s --batch --non-interactive" % (sys.executable, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py")), options.replace("<url>", url).replace("<direct>", direct).replace("<request>", request).replace("<log>", log).replace("<config>", config))
123123
output = shellExec(cmd)
124124

125125
if not all((check in output if not check.startswith('~') else check[1:] not in output) for check in checks):

0 commit comments

Comments
 (0)