mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
some updates
This commit is contained in:
parent
3f9450b9dc
commit
9e5f933ace
4 changed files with 23 additions and 3 deletions
|
|
@ -407,6 +407,9 @@ class Connect:
|
|||
if conf.textOnly:
|
||||
page = getFilteredPageContent(page)
|
||||
|
||||
if kb.flushCookies and conf.cj:
|
||||
conf.cj.clear()
|
||||
|
||||
if content or response:
|
||||
return page, headers
|
||||
elif getSeqMatcher:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue