Patch regarding #3377

This commit is contained in:
Miroslav Stampar
2018-11-19 09:52:09 +01:00
parent e11febdcbc
commit dc5edf1a86
3 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ def tamper(payload, **kwargs):
for match in re.finditer(r"\b[A-Za-z_]+\b", retVal):
word = match.group()
if word.upper() in kb.keywords:
if word.upper() in kb.keywords or ("%s(" % word) in payload:
while True:
_ = ""