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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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 security example.com
107
+ rb tls security audit example.com
107
108
 
108
109
  # Vulnerability intelligence
109
110
  rb intel vuln search nginx 1.18.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redblue-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "JavaScript SDK wrapper for the redblue CLI",
5
5
  "type": "commonjs",
6
6
  "main": "./sdk/redblue-sdk.js",