mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Lots of fixes and refactoring in search department
This commit is contained in:
parent
b4526a3d51
commit
42649005c2
5 changed files with 258 additions and 270 deletions
|
|
@ -134,7 +134,7 @@ class Connect(object):
|
|||
conf.proxy = None
|
||||
threadData.retriesCount = 0
|
||||
|
||||
setHTTPProxy()
|
||||
setHTTPHandlers()
|
||||
|
||||
if kb.testMode and kb.previousMethod == PAYLOAD.METHOD.TIME:
|
||||
# timed based payloads can cause web server unresponsiveness
|
||||
|
|
@ -1118,5 +1118,5 @@ class Connect(object):
|
|||
else:
|
||||
return comparison(page, headers, code, getRatioValue, pageLength)
|
||||
|
||||
def setHTTPProxy(): # Cross-linked function
|
||||
def setHTTPHandlers(): # Cross-linked function
|
||||
raise NotImplementedError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue