mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update
This commit is contained in:
parent
6ed1b04bbe
commit
1d0c8a7f44
2 changed files with 3 additions and 3 deletions
|
|
@ -725,7 +725,7 @@ class Connect:
|
|||
if not response and removeReflection:
|
||||
page = removeReflectiveValues(page, payload)
|
||||
|
||||
kb.permissionFlag = re.search(r"permission denied", page or "", re.I) is not None
|
||||
kb.permissionFlag = re.search(r"(command|permission) denied", page or "", re.I) is not None
|
||||
|
||||
if content or response:
|
||||
return page, headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue