class MetasploitModule < Msf::Auxiliary
def initialize(info = {})
super(
update_info(
info,
'Name' => 'Rubocopped Auxiliary Module for RSpec',
'Description' => 'Test!',
'Author' => 'Unknown',
'License' => MSF_LICENSE,
'References' => [
['EDB', '48308']
]
)
)
end
end