mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
switching to quick_ratio
This commit is contained in:
parent
c1b82cf09c
commit
bdff4aba6a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user