mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor refactoring
This commit is contained in:
parent
b08e4aed83
commit
8ca4cffb98
4 changed files with 6 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue