mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor cosmetics and adjustments
This commit is contained in:
parent
afba26a53f
commit
9669dbdae1
4 changed files with 9 additions and 1 deletions
|
|
@ -292,7 +292,9 @@ def checkStability():
|
|||
checkDynamicContent(firstPage, secondPage)
|
||||
|
||||
if not Request.queryPage():
|
||||
errMsg = "target url is too dynamic. unable to continue. consider using other switches (e.g. --longest-common, --string, --text-only, etc.)"
|
||||
errMsg = "target url is too dynamic. unable to continue. "
|
||||
errMsg += "consider using other switches (e.g. "
|
||||
errMsg += "--longest-common, --string, --text-only, etc.)"
|
||||
logger.error(errMsg)
|
||||
raise sqlmapSilentQuitException
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue