mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Removing ugly boolean check results (0 or 1) in output of UNION and ERROR SQLi
This commit is contained in:
parent
f0b8fbb7fd
commit
5038d7a70a
3 changed files with 3 additions and 3 deletions
|
|
@ -246,7 +246,7 @@ def _errorFields(expression, expressionFields, expressionFieldsList, num=None, e
|
|||
if len(status) > width:
|
||||
status = "%s..." % status[:width - 3]
|
||||
|
||||
dataToStdout("%s\n" % status, True)
|
||||
dataToStdout("%s\n" % status)
|
||||
|
||||
if isinstance(num, int):
|
||||
expression = origExpr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue