mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +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:
|
||||
return ratio
|
||||
|
||||
elif ratio == 1:
|
||||
elif ratio > UPPER_RATIO_BOUND:
|
||||
return True
|
||||
|
||||
elif kb.matchRatio is None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user