redblue-cli 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,6 +95,7 @@ rb dns-server start --hijack "*.evil.com=10.0.0.1"
|
|
|
95
95
|
|
|
96
96
|
# Subdomain enumeration
|
|
97
97
|
rb recon domain subdomains example.com --passive
|
|
98
|
+
rb recon domain subdomains example.com --resolve -o json
|
|
98
99
|
rb recon domain bruteforce example.com -w wordlists/subdomains.txt
|
|
99
100
|
|
|
100
101
|
# Web fuzzing & security
|
|
@@ -103,7 +104,7 @@ rb web asset security http://example.com
|
|
|
103
104
|
rb web asset crawl http://example.com --har crawl.har
|
|
104
105
|
|
|
105
106
|
# TLS audit
|
|
106
|
-
rb tls audit
|
|
107
|
+
rb tls security audit example.com
|
|
107
108
|
|
|
108
109
|
# Vulnerability intelligence
|
|
109
110
|
rb intel vuln search nginx 1.18.0
|