mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor patch
This commit is contained in:
parent
506e3f0871
commit
8d6125f067
2 changed files with 2 additions and 2 deletions
|
|
@ -991,7 +991,7 @@ def checkSuhosinPatch(injection):
|
|||
Checks for existence of Suhosin-patch (and alike) protection mechanism(s)
|
||||
"""
|
||||
|
||||
if injection.place == PLACE.GET:
|
||||
if injection.place in (PLACE.GET, PLACE.URI):
|
||||
debugMsg = "checking for parameter length "
|
||||
debugMsg += "constraining mechanisms"
|
||||
logger.debug(debugMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue