@profullstack/threatcrush 0.2.1 → 0.3.0
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 +1 -0
- package/dist/daemon.js +2821 -208
- package/dist/daemon.js.map +1 -1
- package/dist/index.js +4138 -590
- package/dist/index.js.map +1 -1
- package/dist/systemd/threatcrushd.service +10 -3
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -94,6 +94,7 @@ threatcrush # Get started
|
|
|
94
94
|
threatcrush monitor # Real-time security monitoring (all ports)
|
|
95
95
|
threatcrush tui # Interactive dashboard (htop for security)
|
|
96
96
|
threatcrush scan ./src # Scan code for vulnerabilities & secrets
|
|
97
|
+
threatcrush scan . --format sarif --output out.sarif --fail-on critical,high
|
|
97
98
|
threatcrush pentest URL # Penetration test a URL/API
|
|
98
99
|
threatcrush init # Auto-detect services, generate config
|
|
99
100
|
threatcrush status # Show daemon status & loaded modules
|