mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
93d7d6c355
commit
85a4ef6593
2 changed files with 10 additions and 8 deletions
|
|
@ -731,6 +731,8 @@ 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
|
||||
|
||||
if content or response:
|
||||
return page, headers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue