Exception: CMSScanner::AccessForbiddenError

Inherits:
Error
  • Object
show all
Defined in:
lib/cms_scanner/errors/http.rb

Overview

Access Forbidden Error

Instance Method Summary collapse

Instance Method Details

#to_sObject

:nocov:



39
40
41
42
# File 'lib/cms_scanner/errors/http.rb', line 39

def to_s
  'The target is responding with a 403, this might be due to a WAF. ' \
  'Please re-try with --random-user-agent'
end