class MetasploitPayloads::NotFoundError
Error
raised when a Metasploit Payloads file doesn’t exist.
Attributes
Public Class Methods
Source
# File lib/metasploit-payloads/error.rb, line 11 def initialize(path = '') @path = path super("Meterpreter path #{@path} not found. Ensure antivirus is not enabled, or reinstall Metasploit.") end
Calls superclass method