DOCUMENTATION

REAPER Learn — Setup & Usage Guide

1. INSTALLATION

Install REAPER on your Kali Linux machine with one command:

curl -sSL https://runreaper.com/install | bash

Requirements: Kali Linux, Python 3, curl. Works on x86_64 and ARM64 (Apple Silicon).

2. GETTING YOUR API KEY

  1. — Create a free account at runreaper.com/auth/register
  2. — Verify your email address
  3. — Go to Dashboard → Settings → API Key
  4. — Copy your rl_... key
  5. — Paste it when prompted during installation

3. BASIC USAGE

Add reaper before any security command:

NMAP SCAN

reaper nmap -sC -sV 10.10.10.x

GOBUSTER

reaper gobuster dir -u http://10.10.10.x -w /usr/share/wordlists/dirb/common.txt

NIKTO

reaper nikto -h http://10.10.10.x

SQLMAP

reaper sqlmap -u "http://10.10.10.x/login" --forms

HYDRA

reaper hydra -l admin -P rockyou.txt ssh://10.10.10.x

FFUF

reaper ffuf -u http://10.10.10.x/FUZZ -w wordlist.txt

FINALRECON

reaper finalrecon --url https://target.com --dns

4. SESSIONS

Link 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.

5. MODES

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

6. PLAN LIMITS

PlanAnalyses/dayAI ModelKali Machines
Free25Claude Haiku1
Student — $15/mo150Claude Sonnet2
Pro — $49/mo1,000Claude Opus5

7. TROUBLESHOOTING

— "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.

8. SUPPORT

Email us at [email protected] — we respond within 1 business day.