From c88c69556d7b8a8307a9c0e1652480b0a6ffcee1 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Wed, 10 Apr 2024 22:22:01 -0700 Subject: [PATCH] Added missing information to the `ronin-masscan grep` command. --- man/ronin-masscan-grep.1.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/ronin-masscan-grep.1.md b/man/ronin-masscan-grep.1.md index bac6877..6c43438 100644 --- a/man/ronin-masscan-grep.1.md +++ b/man/ronin-masscan-grep.1.md @@ -10,8 +10,15 @@ ronin-masscan-grep - Greps the scanned services from masscan scan file(s) ## DESCRIPTION +Searches through the scanned services in one or more masscan scan files for the +given pattern. This command specifically searches the "banner" records in +masscan output files generated using the `masscan` `--banners` option. + ## ARGUMENTS +*PATTERN* +: The pattern to search for. + *MASSCAN_FILE* : The masscan scan file to import.