diff --git a/modules/auxiliary/admin/smb/smb_exec.rb b/modules/auxiliary/admin/smb/smb_exec.rb index 6de87c81e2..8c8f5a952d 100644 --- a/modules/auxiliary/admin/smb/smb_exec.rb +++ b/modules/auxiliary/admin/smb/smb_exec.rb @@ -192,7 +192,7 @@ class Metasploit3 < Msf::Auxiliary #------------------------------------------------------------------------------------------------------------------------ - # This code was stolen straight out of psexec.rb. Thanks very much for all who contributed to that module!! + # This code was stolen straight out of psexec.rb. Thanks very much HDM and all who contributed to that module!! # Instead of uploading and runing a binary. This method runs a single windows command fed into the #{command} paramater #------------------------------------------------------------------------------------------------------------------------ def psexec(smbshare, command) @@ -333,4 +333,4 @@ class Metasploit3 < Msf::Auxiliary simple.disconnect(smbshare) end -end \ No newline at end of file +end