Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbeecd commit a5a70f0Copy full SHA for a5a70f0
1 file changed
lib/request/connect.py
@@ -413,7 +413,8 @@ def getPage(**kwargs):
413
warnMsg += "from previous timed based payload. if the problem "
414
warnMsg += "persists please wait for few minutes and rerun "
415
warnMsg += "without flag T in --technique option "
416
- warnMsg += "(e.g. --flush-session --technique=BEUS)"
+ warnMsg += "(e.g. --flush-session --technique=BEUS) or try to "
417
+ warnMsg += "lower the --time-sec value (e.g. --time-sec=2)"
418
singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.TIME_UNRECOVERED)
419
elif kb.originalPage is None:
420
warnMsg = "if the problem persists please try to rerun "
0 commit comments