unstable
Royce Davis 2012-11-05 11:46:39 -06:00
parent a9db705b60
commit aa6e8c7437
1 changed files with 2 additions and 2 deletions

View File

@ -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
end