mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-10 10:22:41 +01:00
Blank removal
This commit is contained in:
parent
1204141278
commit
9fb0eb3dd7
1 changed files with 0 additions and 1 deletions
|
|
@ -3027,7 +3027,6 @@ def maskSensitiveData(msg):
|
|||
if match:
|
||||
retVal = retVal.replace(match.group(3), '*' * len(match.group(3)))
|
||||
|
||||
|
||||
if getpass.getuser():
|
||||
retVal = re.sub(r"(?i)\b%s\b" % re.escape(getpass.getuser()), "*" * len(getpass.getuser()), retVal)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue