mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
Removing ugly boolean check results (0 or 1) in output of UNION and ERROR SQLi
This commit is contained in:
@@ -334,7 +334,7 @@ def unionUse(expression, unpack=True, dump=False):
|
||||
if len(status) > width:
|
||||
status = "%s..." % status[:width - 3]
|
||||
|
||||
dataToStdout("%s\n" % status, True)
|
||||
dataToStdout("%s\n" % status)
|
||||
|
||||
runThreads(numThreads, unionThread)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user