man/ronin-grep.1.md in ronin-2.0.0.beta1 vs man/ronin-grep.1.md in ronin-2.0.0.beta2

- old
+ new

@@ -69,11 +69,11 @@ `--amex-cc` Searches for all AMEX Credit Card numbers. `--discover-cc` - Searches for all Discord Card numbers. + Searches for all Discover Card numbers. `--mastercard-cc` Searches for all MasterCard numbers. `--visa-cc` @@ -116,13 +116,19 @@ Searches for all absolute paths. `-P`, `--path` Searches for all paths. +`--identifier` + Searches for all identifier names. + `--variable-name` Searches for all variable names. +`--variable-assignment` + Searches for all variable assignments. + `--function-name` Searches for all function names. `--md5` Searches for all MD5 hashes. @@ -140,33 +146,33 @@ Searches for all hashes. `--ssh-private-key` Searches for all SSH private key data. -`--ssh-public-key` - Searches for all SSH public key data. +`--dsa-private-key` + Searches for all DSA private key data. +`--ec-private-key` + Searches for all EC private key data. + +`--rsa-private-key` + Searches for all RSA private key data. + `-K`, `--private-key` Searches for all private key data. -`--rsa-public-key` - Searches for all RSA public key data. +`--ssh-public-key` + Searches for all SSH public key data. -`--dsa-public-key` - Searches for all DSA public key data. - -`--ec-public-key` - Searches for all EC public key data. - `--public-key` Searches for all public key data. `--aws-access-key-id` Searches for all AWS access key IDs. `--aws-secret-access-key` - Searches for all AWS secret access key. + Searches for all AWS secret access keys. `-A`, `--api-key` Searches for all API keys (MD5, SHA1, SHA256, SHA512, AWS access key ID, or AWS secret access key). @@ -179,9 +185,33 @@ `-S`, `--string` Searches for all quoted strings. `-B`, `--base64` Searches for all Base64 strings. + +`--c-comment` + Searches for all C comments. + +`--cpp-comment` + Searches for all C++ comments. + +`--java-comment` + Searches for all Java comments. + +`--javascript-comment` + Searches for all JavaScript comments. + +`--shell-comment` + Searches for all Shell comments. + +`--ruby-comment` + Searches for all Ruby comments. + +`--python-comment` + Searches for all Python comments. + +`--comment` + Searches for all comments. `-e`, `--regexp` /*REGEXP*/ Custom regular expression to search for. `-o`, `--only-matching`