Skip to content

Commit 60cfe62

Browse files
committed
mstfidy
1 parent 558adb5 commit 60cfe62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/post/linux/gather/enum_aws_ec2_instance_metadata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ def initialize(info = {})
1010
super(
1111
update_info(
1212
info,
13-
'Name' => 'Enumerate AWS EC2 instance metadata',
13+
'Name' => 'Enumerate AWS EC2 Instance Metadata',
1414
'Description' => %q(
1515
This module will attempt to connect to the AWS EC2 instance metadata service
1616
and crawl and collect all metadata known about the session'd host.
17-
),
17+
),
1818
'License' => MSF_LICENSE,
1919
'Author' => [
2020
'Jon Hart <jon_hart[at]rapid7.com>' # original metasploit module

0 commit comments

Comments
 (0)