We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986463e commit e1b1db9Copy full SHA for e1b1db9
modules/post/windows/manage/killav.rb
@@ -40,7 +40,7 @@ def run
40
print_status("Attempting to terminate '#{x['name']}' (PID: #{x['pid']}) ...")
41
begin
42
client.sys.process.kill(x['pid'])
43
- process_killed += 1
+ processes_killed += 1
44
print_good("#{x['name']} terminated.")
45
rescue Rex::Post::Meterpreter::RequestError
46
print_error("Failed to terminate '#{x['name']}' (PID: #{x['pid']}).")
0 commit comments