Exception: CMSScanner::AccessForbiddenError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cms_scanner/errors/auth_errors.rb

Overview

Access Forbidden Error

Instance Method Summary collapse

Instance Method Details

#messageObject



18
19
20
21
# File 'lib/cms_scanner/errors/auth_errors.rb', line 18

def message
  # TODO: add a --random-agent option
  'The target is responding with a 403, this might be due to a WAF'
end