mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Blank removal
This commit is contained in:
parent
1204141278
commit
9fb0eb3dd7
|
@ -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 New Issue
Block a user