Exception: Msf::Exploit::Remote::HTTP::Gitea::Error::CsrfError

Inherits:
WebError
  • Object
show all
Defined in:
lib/msf/core/exploit/remote/http/gitea/error.rb

Instance Method Summary collapse

Constructor Details

#initializeCsrfError

Returns a new instance of CsrfError.



11
12
13
# File 'lib/msf/core/exploit/remote/http/gitea/error.rb', line 11

def initialize
  super(message: 'Unable to get CSRF token')
end