Update post/multi/gather/env

* Use cmd_exec
bug/bundler_fix
jvazquez-r7 2015-06-22 16:20:46 -05:00
parent a309d99da9
commit c20d2a1dd9
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Metasploit3 < Msf::Post
@ltype = "unix.environment"
cmd = "env"
end
@output = session.shell_command_token(cmd)
@output = cmd_exec(cmd)
end
def get_env_meterpreter