Remove final debug output
parent
e21ea4180f
commit
b1a308f3ae
|
@ -88,7 +88,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
power_cycle_reset = 4
|
||||
stager_script = Rex::Text.rand_text_alpha(8) + ".sh"
|
||||
cmd = "(cd / && #{cmd}); rm -f /etc/profile.d/#{stager_script}"
|
||||
print_status("cmd = #{cmd}") # TODO: remove
|
||||
|
||||
begin
|
||||
snmp_port = datastore['SNMPPORT']
|
||||
|
|
Loading…
Reference in New Issue