man/ronin-extract.1 in ronin-2.0.0.beta1 vs man/ronin-extract.1 in ronin-2.0.0.beta2
- old
+ new
@@ -93,11 +93,11 @@
\fB--amex-cc\fR
Searches for all AMEX Credit Card numbers\.
.LP
.TP
\fB--discover-cc\fR
-Searches for all Discord Card numbers\.
+Searches for all Discover Card numbers\.
.LP
.TP
\fB--mastercard-cc\fR
Searches for all MasterCard numbers\.
.LP
@@ -156,14 +156,22 @@
.TP
\fB-P\fR, \fB--path\fR
Searches for all paths\.
.LP
.TP
+\fB--identifier\fR
+Searches for all identifier names\.
+.LP
+.TP
\fB--variable-name\fR
Searches for all variable names\.
.LP
.TP
+\fB--variable-assignment\fR
+Searches for all variable assignments\.
+.LP
+.TP
\fB--function-name\fR
Searches for all function names\.
.LP
.TP
\fB--md5\fR
@@ -188,28 +196,28 @@
.TP
\fB--ssh-private-key\fR
Searches for all SSH private key data\.
.LP
.TP
-\fB--ssh-public-key\fR
-Searches for all SSH public key data\.
+\fB--dsa-private-key\fR
+Searches for all DSA private key data\.
.LP
.TP
-\fB-K\fR, \fB--private-key\fR
-Searches for all private key data\.
+\fB--ec-private-key\fR
+Searches for all EC private key data\.
.LP
.TP
-\fB--rsa-public-key\fR
-Searches for all RSA public key data\.
+\fB--rsa-private-key\fR
+Searches for all RSA private key data\.
.LP
.TP
-\fB--dsa-public-key\fR
-Searches for all DSA public key data\.
+\fB-K\fR, \fB--private-key\fR
+Searches for all private key data\.
.LP
.TP
-\fB--ec-public-key\fR
-Searches for all EC public key data\.
+\fB--ssh-public-key\fR
+Searches for all SSH public key data\.
.LP
.TP
\fB--public-key\fR
Searches for all public key data\.
.LP
@@ -217,11 +225,11 @@
\fB--aws-access-key-id\fR
Searches for all AWS access key IDs\.
.LP
.TP
\fB--aws-secret-access-key\fR
-Searches for all AWS secret access key\.
+Searches for all AWS secret access keys\.
.LP
.TP
\fB-A\fR, \fB--api-key\fR
Searches for all API keys (MD5, SHA1, SHA256, SHA512, AWS access key ID, or
AWS secret access key)\.
@@ -239,9 +247,41 @@
Searches for all quoted strings\.
.LP
.TP
\fB-B\fR, \fB--base64\fR
Searches for all Base64 strings\.
+.LP
+.TP
+\fB--c-comment\fR
+Searches for all C comments\.
+.LP
+.TP
+\fB--cpp-comment\fR
+Searches for all C\[pl]\[pl] comments\.
+.LP
+.TP
+\fB--java-comment\fR
+Searches for all Java comments\.
+.LP
+.TP
+\fB--javascript-comment\fR
+Searches for all JavaScript comments\.
+.LP
+.TP
+\fB--shell-comment\fR
+Searches for all Shell comments\.
+.LP
+.TP
+\fB--ruby-comment\fR
+Searches for all Ruby comments\.
+.LP
+.TP
+\fB--python-comment\fR
+Searches for all Python comments\.
+.LP
+.TP
+\fB--comment\fR
+Searches for all comments\.
.LP
.HP
\fB-e\fR, \fB--regexp\fR \[sl]\fIREGEXP\fP\[sl]
Custom regular expression to search for\.
.LP
\ No newline at end of file