mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Ahead with enhancements on comparison algorithm: implemented content-length technique
This commit is contained in:
parent
afbd66f6d9
commit
68354be45a
3 changed files with 17 additions and 11 deletions
|
|
@ -175,10 +175,7 @@ def start():
|
|||
|
||||
if not kb.injPlace or not kb.injParameter or not kb.injType:
|
||||
if not conf.string and not conf.regexp and not conf.eRegexp:
|
||||
if checkStability():
|
||||
logMsg = "url is stable"
|
||||
logger.info(logMsg)
|
||||
else:
|
||||
if not checkStability():
|
||||
errMsg = "url is not stable, try with --string or "
|
||||
errMsg += "--regexp options, refer to the user's manual "
|
||||
errMsg += "paragraph 'Page comparison' for details"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue