Skip to content

Commit e1b1db9

Browse files
committed
Fix stupid typo
1 parent 986463e commit e1b1db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/manage/killav.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run
4040
print_status("Attempting to terminate '#{x['name']}' (PID: #{x['pid']}) ...")
4141
begin
4242
client.sys.process.kill(x['pid'])
43-
process_killed += 1
43+
processes_killed += 1
4444
print_good("#{x['name']} terminated.")
4545
rescue Rex::Post::Meterpreter::RequestError
4646
print_error("Failed to terminate '#{x['name']}' (PID: #{x['pid']}).")

0 commit comments

Comments
 (0)