Fix var name

This commit is contained in:
Meatballs 2014-07-31 23:16:53 +01:00
parent 90c0f587bf
commit 902cf4bc1e
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module Msf::Post::Windows::Runas
print_status("No file uploaded, attempting to execute #{cmd_location}...")
end
shell_exec(command_location, nil)
shell_exec(cmd_location, nil)
end
def execute_psh