Show HN: We post-trained a model that pen tests instead of refusing
8 hours ago
- #Vulnerability Assessment
- #Penetration Testing
- #Security Scanning
- ArgusRed CLI offers two modes: Security Scan for code analysis and Pen Test for authorized exploit attempts.
- Install via Homebrew or curl script; runs locally, not open source, with Windows support upcoming.
- Free install with sign-up; includes 2M free tokens and generates markdown reports of findings.
- Exploit Verification feature attempts safe reproductions to confirm vulnerabilities, not just report them.
- Example findings include critical JWT vulnerabilities due to shared RSA key and hardcoded private key.
- Pen Test mode requires booking and authorization, focusing on offensive security with reproducible results.
- Trained on a custom model for security tasks, with safety enforced via a Go harness to block unauthorized actions.