mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
code refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user