mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
just a precaution (now i really need to go for a sleep)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user