2015-12-23 20:53:12 +00:00
|
|
|
##
|
2017-07-24 13:26:21 +00:00
|
|
|
# This module requires Metasploit: https://metasploit.com/download
|
2015-12-23 20:53:12 +00:00
|
|
|
# Current source: https://github.com/rapid7/metasploit-framework
|
|
|
|
##
|
|
|
|
|
|
|
|
|
2016-03-06 23:11:51 +00:00
|
|
|
module Metasploit
|
2015-12-23 20:53:12 +00:00
|
|
|
def initialize(info = {})
|
|
|
|
super(
|
|
|
|
merge_info(
|
|
|
|
info,
|
2015-12-23 20:55:01 +00:00
|
|
|
'Name' => 'Tidy Payload for RSpec',
|
|
|
|
'Description' => 'Test!'
|
2015-12-23 20:53:12 +00:00
|
|
|
)
|
|
|
|
)
|
|
|
|
end
|
|
|
|
end
|