Skip to content

Commit d94bfb4

Browse files
Update modules/post/osx/manage/objective_see_hunter.rb
Co-authored-by: Christophe De La Fuente <56716719+cdelafuente-r7@users.noreply.github.com>
1 parent 943aff5 commit d94bfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/osx/manage/objective_see_hunter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def initialize(name, msf, processes)
5959
# ObjectiveSee.installed_products => [<ObjectiveSee>,<ObjectiveSee>]
6060
@@installed_products << self
6161

62-
# get_processes returns an array pf hashes, composed of the name of the program and the pid
62+
# `processes` is an array of hashes, composed of the name of the program and the pid
6363
# ex. [{"name"=>"configd", "pid"=>116}, {"name"=>"logd", "pid"=>104},..
6464

6565
processes.each { |elem| @pids << elem['pid'] if elem['name'].include? @name.split(' ')[0] }

0 commit comments

Comments
 (0)