mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
switching to quick_ratio
This commit is contained in:
@@ -82,7 +82,7 @@ def comparison(page, headers=None, getSeqMatcher=False, pageLength=None):
|
||||
ratio = 1. / ratio
|
||||
else:
|
||||
conf.seqMatcher.set_seq2(page)
|
||||
ratio = round(conf.seqMatcher.real_quick_ratio(), 3)
|
||||
ratio = round(conf.seqMatcher.quick_ratio(), 3)
|
||||
|
||||
if kb.locks.seqLock:
|
||||
kb.locks.seqLock.release()
|
||||
|
||||
Reference in New Issue
Block a user