mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor update
This commit is contained in:
parent
a77b186aca
commit
c0423761e8
|
@ -109,7 +109,7 @@ def comparison(page, headers=None, getSeqMatcher=False, pageLength=None):
|
||||||
if getSeqMatcher:
|
if getSeqMatcher:
|
||||||
return ratio
|
return ratio
|
||||||
|
|
||||||
elif ratio == 1:
|
elif ratio > UPPER_RATIO_BOUND:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
elif kb.matchRatio is None:
|
elif kb.matchRatio is None:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user