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

Skip to content

Commit bb51139

Browse files
committed
minor update
1 parent 3f15c52 commit bb51139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2729,7 +2729,7 @@ def maskSensitiveData(msg):
27292729

27302730
retVal = msg
27312731

2732-
for item in filter(None, map(lambda x: conf.get(x), ['hostname', 'googleDork', 'aCred', 'pCred', 'tbl', 'db', 'col', 'user', 'cookie'])):
2732+
for item in filter(None, map(lambda x: conf.get(x), ["hostname", "googleDork", "aCred", "pCred", "tbl", "db", "col", "user", "cookie", "proxy"])):
27332733
regex = SENSITIVE_DATA_REGEX % item
27342734
while extractRegexResult(regex, retVal):
27352735
value = extractRegexResult(regex, retVal)

0 commit comments

Comments
 (0)