man/ronin-extract.1.md in ronin-2.0.5 vs man/ronin-extract.1.md in ronin-2.1.0.rc1

- old
+ new

@@ -1,7 +1,11 @@ # ronin-extract 1 "2023-02-01" Ronin "User Manuals" +## NAME + +ronin-extract - Extracts common patterns from files/input + ## SYNOPSIS `ronin extract` [*options*] [*FILE* ...] ## DESCRIPTION @@ -9,219 +13,219 @@ Extract common patterns in the given file(s) or input stream. ## ARGUMENTS *FILE* - The optional file to extract. If no *FILE* arguments are given, then +: The optional file to extract. If no *FILE* arguments are given, then `ronin extract` will read from standard input. ## OPTIONS `-N`, `--number` - Searches for all numbers. +: Searches for all numbers. `-X`, `--hex-number` - Searches for all hexadecimal numbers. +: Searches for all hexadecimal numbers. `-V`, `--version-number` - Searches for all version numbers. +: Searches for all version numbers. `-w`, `--word` - Searches for all words. +: Searches for all words. `--mac-addr` - Searches for all MAC addresses. +: Searches for all MAC addresses. `-4`, `--ipv4-addr` - Searches for all IPv4 addresses. +: Searches for all IPv4 addresses. `-6`, `--ipv6-addr` - Searches for all IPv6 addresses. +: Searches for all IPv6 addresses. `-I`, `--ip` - Searches for all IP addresses. +: Searches for all IP addresses. `-H`, `--host` - Searches for all host names. +: Searches for all host names. `-D`, `--domain` - Searches for all domain names. +: Searches for all domain names. `--uri` - Searches for all URIs. +: Searches for all URIs. `-U`, `--url` - Searches for all URLs. +: Searches for all URLs. `--user-name` - Searches for all user names. +: Searches for all user names. `-E`, `--email-addr` - Searches for all email addresses. +: Searches for all email addresses. `--obfuscated-email-addr` - Searches for all obfuscated email addresses. +: Searches for all obfuscated email addresses. `--phone-number` - Searches for all phone numbers. +: Searches for all phone numbers. `--ssn` - Searches for all Social Security Numbers (SSNs). +: Searches for all Social Security Numbers (SSNs). `--amex-cc` - Searches for all AMEX Credit Card numbers. +: Searches for all AMEX Credit Card numbers. `--discover-cc` - Searches for all Discover Card numbers. +: Searches for all Discover Card numbers. `--mastercard-cc` - Searches for all MasterCard numbers. +: Searches for all MasterCard numbers. `--visa-cc` - Searches for all VISA Credit Card numbers. +: Searches for all VISA Credit Card numbers. `--visa-mastercard-cc` - Searches for all VISA MasterCard numbers. +: Searches for all VISA MasterCard numbers. `--cc` - Searches for all Credit Card numbers. +: Searches for all Credit Card numbers. `--file-name` - Searches for all file names. +: Searches for all file names. `--dir-name` - Searches for all directory names. +: Searches for all directory names. `--relative-unix-path` - Searches for all relative UNIX paths. +: Searches for all relative UNIX paths. `--absolute-unix-path` - Searches for all absolute UNIX paths. +: Searches for all absolute UNIX paths. `--unix-path` - Searches for all UNIX paths. +: Searches for all UNIX paths. `--relative-windows-path` - Searches for all relative Windows paths. +: Searches for all relative Windows paths. `--absolute-windows-path` - Searches for all absolute Windows paths. +: Searches for all absolute Windows paths. `--windows-path` - Searches for all Windows paths. +: Searches for all Windows paths. `--relative-path` - Searches for all relative paths. +: Searches for all relative paths. `--absolute-path` - Searches for all absolute paths. +: Searches for all absolute paths. `-P`, `--path` - Searches for all paths. +: Searches for all paths. `--identifier` - Searches for all identifier names. +: Searches for all identifier names. `--variable-name` - Searches for all variable names. +: Searches for all variable names. `--variable-assignment` - Searches for all variable assignments. +: Searches for all variable assignments. `--function-name` - Searches for all function names. +: Searches for all function names. `--md5` - Searches for all MD5 hashes. +: Searches for all MD5 hashes. `--sha1` - Searches for all SHA1 hashes. +: Searches for all SHA1 hashes. `--sha256` - Searches for all SHA256 hashes. +: Searches for all SHA256 hashes. `--sha512` - Searches for all SHA512 hashes. +: Searches for all SHA512 hashes. `--hash` - Searches for all hashes. +: Searches for all hashes. `--ssh-private-key` - Searches for all SSH private key data. +: Searches for all SSH private key data. `--dsa-private-key` - Searches for all DSA private key data. +: Searches for all DSA private key data. `--ec-private-key` - Searches for all EC private key data. +: Searches for all EC private key data. `--rsa-private-key` - Searches for all RSA private key data. +: Searches for all RSA private key data. `-K`, `--private-key` - Searches for all private key data. +: Searches for all private key data. `--ssh-public-key` - Searches for all SSH public key data. +: Searches for all SSH public key data. `--public-key` - Searches for all public key data. +: Searches for all public key data. `--aws-access-key-id` - Searches for all AWS access key IDs. +: Searches for all AWS access key IDs. `--aws-secret-access-key` - Searches for all AWS secret access keys. +: Searches for all AWS secret access keys. `-A`, `--api-key` - Searches for all API keys (MD5, SHA1, SHA256, SHA512, AWS access key ID, or +: Searches for all API keys (MD5, SHA1, SHA256, SHA512, AWS access key ID, or AWS secret access key). `--single-quoted-string` - Searches for all single-quoted strings. +: Searches for all single-quoted strings. `--double-quoted-string` - Searches for all double-quoted strings. +: Searches for all double-quoted strings. `-S`, `--string` - Searches for all quoted strings. +: Searches for all quoted strings. `-B`, `--base64` - Searches for all Base64 strings. +: Searches for all Base64 strings. `--c-comment` - Searches for all C comments. +: Searches for all C comments. `--cpp-comment` - Searches for all C++ comments. +: Searches for all C++ comments. `--java-comment` - Searches for all Java comments. +: Searches for all Java comments. `--javascript-comment` - Searches for all JavaScript comments. +: Searches for all JavaScript comments. `--shell-comment` - Searches for all Shell comments. +: Searches for all Shell comments. `--ruby-comment` - Searches for all Ruby comments. +: Searches for all Ruby comments. `--python-comment` - Searches for all Python comments. +: Searches for all Python comments. `--comment` - Searches for all comments. +: Searches for all comments. `-e`, `--regexp` /*REGEXP*/ - Custom regular expression to search for. +: Custom regular expression to search for. `-h`, `--help` - Print help information. +: Print help information. ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO -ronin-grep(1) +[ronin-grep](ronin-grep.1.md) \ No newline at end of file