mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
just a precaution (now i really need to go for a sleep)
This commit is contained in:
parent
88c00e61d3
commit
19c1bfa368
|
@ -114,8 +114,9 @@ def comparison(page, headers=None, getSeqMatcher=False, pageLength=None):
|
|||
elif ratio == 1:
|
||||
return True
|
||||
|
||||
# If the url is not stable it returns sequence matcher between the
|
||||
# first untouched HTTP response page content and this content
|
||||
elif conf.matchRatio is None:
|
||||
return None
|
||||
|
||||
else:
|
||||
if conf.matchRatio == CONSTANT_RATIO or conf.thold:
|
||||
return ratio > conf.matchRatio
|
||||
|
|
Loading…
Reference in New Issue
Block a user