Fixed typo, capitalization and column space

bug/bundler_fix
Royce Davis 2013-01-08 11:52:40 -06:00
parent 7dd9d30363
commit 4fd196c0de
1 changed files with 5 additions and 4 deletions

View File

@ -8,17 +8,18 @@ module Msf
###
#
# This module alows for resuse of the psexec code execution module
# This module alows for reuse of the psexec code execution module
#
###
module Exploit::Remote::PSEXEC
module Exploit::Remote::Psexec
include Msf::Exploit::Remote::DCERPC
include Msf::Exploit::Remote::SMB
# This code was stolen straight out of psexec.rb. Thanks very much for 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
# This code was stolen straight out of psexec.rb. Thanks very much for 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(command)
simple.connect("IPC$")