File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,13 +245,14 @@ def checkStability():
245245
246246 elif not condition :
247247 warnMsg = "url is not stable, sqlmap will base the page "
248- warnMsg += "comparison on a sequence matcher, if no dynamic nor "
249- warnMsg += "injectable parameters are detected, refer to user's "
248+ warnMsg += "comparison on a sequence matcher. if no dynamic nor "
249+ warnMsg += "injectable parameters are detected, or in case of junk "
250+ warnMsg += "results, refer to user's "
250251 warnMsg += "manual paragraph 'Page comparison' and provide a "
251252 warnMsg += "string or regular expression to match on"
252253 logger .warn (warnMsg )
253254
254- message = "do you want to continue? [Y/n] "
255+ message = "do you still want to continue (possible BAD results) ? [Y/n] "
255256 test = readInput (message , default = "Y" )
256257 if test and test [0 ] not in ("y" , "Y" ):
257258 raise sqlmapUserQuitException
You can’t perform that action at this time.
0 commit comments