mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
more general update
This commit is contained in:
parent
1d0c8a7f44
commit
48bcde478e
1 changed files with 1 additions and 1 deletions
|
|
@ -725,7 +725,7 @@ class Connect:
|
|||
if not response and removeReflection:
|
||||
page = removeReflectiveValues(page, payload)
|
||||
|
||||
kb.permissionFlag = re.search(r"(command|permission) denied", page or "", re.I) is not None
|
||||
kb.permissionFlag = re.search(r"(command|permission|access)\s*(was|is)?\s*denied", page or "", re.I) is not None
|
||||
|
||||
if content or response:
|
||||
return page, headers
|
||||
|
|
|
|||
Loading…
Reference in a new issue