man/ronin-strings.1.md in ronin-2.0.5 vs man/ronin-strings.1.md in ronin-2.1.0.rc1
- old
+ new
@@ -1,7 +1,11 @@
# ronin-strings 1 "2023-02-01" Ronin "User Manuals"
+## NAME
+
+ronin-strings - Prints all strings within a file/stream belonging to the given character set
+
## SYNOPSIS
`ronin strings` [*options*] [*FILE* ...]
## DESCRIPTION
@@ -9,78 +13,78 @@
Prints all strings within a file/stream belonging to the given character set.
## ARGUMENTS
*FILE*
- The optional path to the file to scan.
+: The optional path to the file to scan.
## OPTIONS
`-N`, `--numeric`
- Searches for numeric characters (0-9).
+: Searches for numeric characters (0-9).
`-O`, `--octal`
- Searches for octal characters (0-7).
+: Searches for octal characters (0-7).
`-X`, `--upper-hex`
- Searches for uppercase hexadecimal (0-9, A-F).
+: Searches for uppercase hexadecimal (0-9, A-F).
`-x`, `--lower-hex`
- Searches for lowercase hexadecimal (0-9, a-f).
+: Searches for lowercase hexadecimal (0-9, a-f).
`-H`, `--hex`
- Searches for hexadecimal chars (0-9, a-f, A-F).
+: Searches for hexadecimal chars (0-9, a-f, A-F).
`--upper-alpha`
- Searches for uppercase alpha chars (A-Z).
+: Searches for uppercase alpha chars (A-Z).
`--lower-alpha`
- Searches for lowercase alpha chars (a-z).
+: Searches for lowercase alpha chars (a-z).
`-A`, `--alpha`
- Searches for alpha chars (a-z, A-Z).
+: Searches for alpha chars (a-z, A-Z).
`--alpha-num`
- Searches for alpha-numeric chars (a-z, A-Z, 0-9).
+: Searches for alpha-numeric chars (a-z, A-Z, 0-9).
`-P`, `--punct`
- Searches for punctuation chars.
+: Searches for punctuation chars.
`-S`, `--symbols`
- Searches for symbolic chars.
+: Searches for symbolic chars.
`-s`, `--space`
- Searches for all whitespace chars.
+: Searches for all whitespace chars.
`-v`, `--visible`
- Searches for all visible chars.
+: Searches for all visible chars.
`-p`, `--printable`
- Searches for all printable chars.
+: Searches for all printable chars.
`-C`, `--control`
- Searches for all control chars (\x00-\x1f, \x7f).
+: Searches for all control chars (\x00-\x1f, \x7f).
`-a`, `--signed-ascii`
- Searches for all signed ASCII chars (\x00-\x7f).
+: Searches for all signed ASCII chars (\x00-\x7f).
`--ascii`
- Searches for all ASCII chars (\x00-\xff).
+: Searches for all ASCII chars (\x00-\xff).
`-c`, `--chars` *CHARS*
- Searches for all chars in the custom char-set.
+: Searches for all chars in the custom char-set.
`-i`, `--include-chars` *CHARS*
- Include the additional chars to the char-set.
+: Include the additional chars to the char-set.
`-e`, `--exclude-chars` *CHARS*
- Exclude the additional chars from the char-set.
+: Exclude the additional chars from the char-set.
`-n`, `--min-length` *LEN*
- Minimum length of strings to print Defaults to 4.
+: Minimum length of strings to print Defaults to 4.
## AUTHOR
Postmodern <postmodern.mod3@gmail.com>
## SEE ALSO
-ronin-extract(1)
+[ronin-extract](ronin-extract.1.md)
\ No newline at end of file