Skip to content

Commit 3cf1ffe

Browse files
committed
Land rapid7#9273, add authors to osx local root exploit
2 parents f83e981 + b13f4e2 commit 3cf1ffe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/exploits/osx/local/root_no_password.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ def initialize(info={})
2626
],
2727
'Platform' => 'osx',
2828
'Arch' => ARCH_X64,
29+
'Author' => [
30+
'chethan177', # earliest public discovery
31+
'lemiorhan', # making this well-known via Twitter
32+
'timwr', # Metasploit module
33+
],
2934
'DefaultOptions' =>
3035
{
3136
'PAYLOAD' => 'osx/x64/meterpreter_reverse_tcp',

0 commit comments

Comments
 (0)