mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
added one new quick check for multiple target(s) mode
This commit is contained in:
@@ -1963,3 +1963,8 @@ def showHttpErrorCodes():
|
||||
if code in httplib.responses else '?', count)\
|
||||
for code, count in kb.httpErrorCodes.items())
|
||||
logger.warn(warnMsg)
|
||||
|
||||
def getComparePageRatio(firstPage, secondPage):
|
||||
conf.seqMatcher.set_seq1(firstPage)
|
||||
conf.seqMatcher.set_seq2(secondPage)
|
||||
return conf.seqMatcher.quick_ratio()
|
||||
|
||||
Reference in New Issue
Block a user