@artale/pi-recon
Security reconnaissance toolkit. Headers audit, SSL check, DNS, port scan, tech fingerprinting, path discovery.
Package details
Install @artale/pi-recon from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@artale/pi-recon- Package
@artale/pi-recon- Version
1.0.0- Published
- Mar 6, 2026
- Downloads
- 17/mo · 3/wk
- Author
- artale
- License
- MIT
- Types
- extension
- Size
- 17.7 KB
- Dependencies
- 0 dependencies · 0 peers
Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-recon
Security reconnaissance toolkit for pi. Redteam/pentest from the terminal.
Commands
| Command | Description |
|---|---|
/recon target.com |
Full recon (all checks) |
/recon headers target.com |
Security headers audit (HSTS, CSP, etc) |
/recon ssl target.com |
SSL/TLS certificate check |
/recon dns target.com |
DNS records (A, AAAA, MX, NS, TXT) |
/recon ports target.com |
Common port scan (18 ports) |
/recon tech target.com |
Technology fingerprinting |
/recon crawl target.com |
Path discovery (robots.txt, sensitive files) |
Features
- Security header grading (A-F)
- Sensitive file detection (config leaks, exposed debug endpoints)
- Tech stack fingerprinting (React, Next.js, WordPress, etc)
- robots.txt disallowed paths extraction
- Also available as LLM tool (security_recon)