lib/cms_scanner/errors/http.rb in cms_scanner-0.12.2 vs lib/cms_scanner/errors/http.rb in cms_scanner-0.13.0
- old
+ new
@@ -42,10 +42,10 @@
@random_user_agent_used = random_user_agent_used
end
def to_s
msg = if random_user_agent_used
- 'Well... --random-user-agent didn\'t work, you\'re on your own now!'
+ 'Well... --random-user-agent didn\'t work, use --force to skip this check if needed.'
else
'Please re-try with --random-user-agent'
end
"The target is responding with a 403, this might be due to a WAF. #{msg}"