Remove final debug output

GSoC/Meterpreter_Web_Console
Matthew Kienow 2017-12-31 22:43:56 -05:00
parent e21ea4180f
commit b1a308f3ae
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41
1 changed files with 0 additions and 1 deletions

View File

@ -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']