pi-recon-tools

Security reconnaissance toolkit. Headers audit, SSL check, DNS, port scan, tech fingerprinting, path discovery.

Package details

extension

Install pi-recon-tools from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-recon-tools
Package
pi-recon-tools
Version
1.0.2
Published
Mar 7, 2026
Downloads
49/mo · 13/wk
Author
artale
License
MIT
Types
extension
Size
18.9 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "commands": [
    "recon"
  ],
  "tools": [
    "security_recon"
  ]
}

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)