From a27bb38d519759149bdb5c6100781da2f2341725 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 4 Dec 2017 18:25:18 -0600 Subject: [PATCH] add authors --- modules/exploits/osx/local/root_no_password.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/exploits/osx/local/root_no_password.rb b/modules/exploits/osx/local/root_no_password.rb index 2fc91f8fe7..57588fafce 100644 --- a/modules/exploits/osx/local/root_no_password.rb +++ b/modules/exploits/osx/local/root_no_password.rb @@ -26,6 +26,10 @@ class MetasploitModule < Msf::Exploit::Local ], 'Platform' => 'osx', 'Arch' => ARCH_X64, + 'Author' => [ + 'chethan177', # earliest public discovery + 'timwr', # Metasploit module + ], 'DefaultOptions' => { 'PAYLOAD' => 'osx/x64/meterpreter_reverse_tcp',