mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
revert of that thingy as requested by Bernardo
This commit is contained in:
@@ -332,9 +332,6 @@ def start():
|
||||
# Test Cookie header only if --level >= 2
|
||||
skip |= (place == PLACE.COOKIE and conf.level < 2)
|
||||
|
||||
# Test GET parameter in case --data only if --level >= 3
|
||||
skip |= (place == PLACE.GET and conf.data is not None and conf.level < 3)
|
||||
|
||||
skip &= not (place == PLACE.UA and intersect(USER_AGENT_ALIASES, conf.testParameter))
|
||||
skip &= not (place == PLACE.REFERER and intersect(REFERER_ALIASES, conf.testParameter))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user