mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 12:30:36 +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
|
ratio = 1. / ratio
|
||||||
else:
|
else:
|
||||||
conf.seqMatcher.set_seq2(page)
|
conf.seqMatcher.set_seq2(page)
|
||||||
ratio = round(conf.seqMatcher.real_quick_ratio(), 3)
|
ratio = round(conf.seqMatcher.quick_ratio(), 3)
|
||||||
|
|
||||||
if kb.locks.seqLock:
|
if kb.locks.seqLock:
|
||||||
kb.locks.seqLock.release()
|
kb.locks.seqLock.release()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user