Minor refactoring

This commit is contained in:
Miroslav Stampar
2019-05-28 14:12:35 +02:00
parent b08e4aed83
commit 8ca4cffb98
4 changed files with 6 additions and 5 deletions

View File

@@ -1379,7 +1379,6 @@ def checkWaf():
pushValue(kb.resendPostOnRedirect)
pushValue(conf.timeout)
kb.identYwaf = True
kb.redirectChoice = REDIRECTION.YES
kb.resendPostOnRedirect = False
conf.timeout = IDS_WAF_CHECK_TIMEOUT
@@ -1389,7 +1388,6 @@ def checkWaf():
except SqlmapConnectionException:
retVal = True
finally:
kb.identYwaf = False
kb.matchRatio = None
conf.timeout = popValue()