We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558adb5 commit 60cfe62Copy full SHA for 60cfe62
modules/post/linux/gather/enum_aws_ec2_instance_metadata.rb
@@ -10,11 +10,11 @@ def initialize(info = {})
10
super(
11
update_info(
12
info,
13
- 'Name' => 'Enumerate AWS EC2 instance metadata',
+ 'Name' => 'Enumerate AWS EC2 Instance Metadata',
14
'Description' => %q(
15
This module will attempt to connect to the AWS EC2 instance metadata service
16
and crawl and collect all metadata known about the session'd host.
17
- ),
+ ),
18
'License' => MSF_LICENSE,
19
'Author' => [
20
'Jon Hart <jon_hart[at]rapid7.com>' # original metasploit module
0 commit comments