REAPER Learn — Setup & Usage Guide
Install REAPER on your Kali Linux machine with one command:
curl -sSL https://runreaper.com/install | bashRequirements: Kali Linux, Python 3, curl. Works on x86_64 and ARM64 (Apple Silicon).
rl_... keyAdd reaper before any security command:
NMAP SCAN
reaper nmap -sC -sV 10.10.10.xGOBUSTER
reaper gobuster dir -u http://10.10.10.x -w /usr/share/wordlists/dirb/common.txtNIKTO
reaper nikto -h http://10.10.10.xSQLMAP
reaper sqlmap -u "http://10.10.10.x/login" --formsHYDRA
reaper hydra -l admin -P rockyou.txt ssh://10.10.10.xFFUF
reaper ffuf -u http://10.10.10.x/FUZZ -w wordlist.txtFINALRECON
reaper finalrecon --url https://target.com --dnsLink commands to a session so REAPER remembers context across your engagement:
export REAPER_SESSION_ID=your-session-id
reaper nmap -sC -sV 10.10.10.x
Get your session ID from Dashboard → Sessions → New Session.
LEARN MODE (Default)
Educational analysis — explains what the output means, why it matters, and what to do next. Aligned with OSCP/PNPT methodology. Available on all tiers.
PRO MODE (Reaper Pro tier only)
Tactical analysis — direct attack chain recommendations, exploitation paths, and red team methodology. Requires KYC verification.
export REAPER_MODE=pro # Switch to Pro mode| Plan | Analyses/day | AI Model | Kali Machines |
|---|---|---|---|
| Free | 25 | Claude Haiku | 1 |
| Student — $15/mo | 150 | Claude Sonnet | 2 |
| Pro — $49/mo | 1,000 | Claude Opus | 5 |
— "No valid API key found"
Run the install script again: curl -sSL https://runreaper.com/install | bash
— "Daily limit reached"
You've used your daily analyses. Resets at midnight UTC. Upgrade for more at runreaper.com/dashboard/upgrade
— Analysis not showing
Check your internet connection and verify your key at Dashboard → Settings.
Email us at [email protected] — we respond within 1 business day.