You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for matching multi-line regexps to the ronin grep and ronin extract commands. Currently multi-line regexps such as the --ssh-private-key option do not work properly.
The text was updated successfully, but these errors were encountered:
Options such as --ssh-private-key, defined in Ronin::CLI::PatternOptions (lib/ronin/cli/pattern_options.rb), should implicitly enable the multi-line mode. Then the process_input methods of the Grep and Extract commands should switch to reading the entire file, instead of processing each line.
postmodern
changed the title
Add an option to ronin grep and ronin extract for multi-line regexps
Add support for multi-line regexs to ronin grep and ronin extractJan 23, 2024
Support for matching multi-line regexps to the
ronin grep
andronin extract
commands. Currently multi-line regexps such as the--ssh-private-key
option do not work properly.The text was updated successfully, but these errors were encountered: