Rename
parent
9ee6e1931a
commit
abed3bf6c2
|
@ -10,7 +10,7 @@ class MetasploitModule < Msf::Post
|
||||||
super(
|
super(
|
||||||
update_info(
|
update_info(
|
||||||
info,
|
info,
|
||||||
'Name' => 'Enumerate AWS EC2 Instance Metadata',
|
'Name' => 'Gather AWS EC2 Instance Metadata',
|
||||||
'Description' => %q(
|
'Description' => %q(
|
||||||
This module will attempt to connect to the AWS EC2 instance metadata service
|
This module will attempt to connect to the AWS EC2 instance metadata service
|
||||||
and crawl and collect all metadata known about the session'd host.
|
and crawl and collect all metadata known about the session'd host.
|
||||||
|
@ -20,7 +20,7 @@ class MetasploitModule < Msf::Post
|
||||||
'Jon Hart <jon_hart[at]rapid7.com>' # original metasploit module
|
'Jon Hart <jon_hart[at]rapid7.com>' # original metasploit module
|
||||||
],
|
],
|
||||||
# TODO: is there a way to do this on Windows?
|
# TODO: is there a way to do this on Windows?
|
||||||
'Platform' => %w(linux osx unix),
|
'Platform' => %w(unix),
|
||||||
'SessionTypes' => %w(shell meterpreter),
|
'SessionTypes' => %w(shell meterpreter),
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
Loading…
Reference in New Issue