mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
code refactoring
This commit is contained in:
parent
4f01d4c109
commit
0dc630203f
4 changed files with 10 additions and 15 deletions
|
|
@ -407,8 +407,10 @@ class Connect:
|
|||
if conf.textOnly:
|
||||
page = getFilteredPageContent(page)
|
||||
|
||||
if kb.flushCookies and conf.cj:
|
||||
conf.cj.clear()
|
||||
if kb.testMode:
|
||||
kb.testQueryCount += 1
|
||||
if conf.cj:
|
||||
conf.cj.clear()
|
||||
|
||||
if content or response:
|
||||
return page, headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue