parent
a309d99da9
commit
c20d2a1dd9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue