CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/spec/file_fixtures/modules/payloads/payload_tidy.rb
Views: 11784
1
##
2
# This module requires Metasploit: https://metasploit.com/download
3
# Current source: https://github.com/rapid7/metasploit-framework
4
##
5
6
7
module MetasploitModule
8
def initialize(info = {})
9
super(merge_info(info,
10
'Name' => 'Tidy Payload for RSpec',
11
'Description' => 'Test!',
12
'Author' => 'Unknown',
13
'License' => MSF_LICENSE
14
))
15
end
16
end
17
18