Skip to content

Commit

Permalink
Use a glob for memory_search PROCESS_NAMES_GLOB
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanusz-r7 committed Jan 22, 2024
1 parent f8bdb02 commit 2bd93ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/post/multi/gather/memory_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def initialize(info = {})

register_options(
[
::Msf::OptString.new('PROCESS_NAMES_GLOB', [false, 'Glob used to target processes', 'ssh.*']),
::Msf::OptString.new('PROCESS_NAMES_GLOB', [false, 'Glob used to target processes', 'ssh*']),
::Msf::OptString.new('PROCESS_IDS', [false, 'Comma delimited process ID/IDs to search through']),
::Msf::OptString.new('REGEX', [true, 'Regular expression to search for within memory', 'publickey,password.*']),
::Msf::OptInt.new('MIN_MATCH_LEN', [true, 'The minimum number of bytes to match', 5]),
Expand Down

0 comments on commit 2bd93ae

Please sign in to comment.