Exception: CMSScanner::AccessForbiddenError

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

Overview

Access Forbidden Error

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

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