/resume
Description
Pick up where you left off on a target.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for shuvonsec/claude-bug-bounty, shared by 16 entries
in this directory. It describes the repository, not this entry specifically.
description: Resume a previous hunt on a target — shows hunt history, untested endpoints, and memory-informed suggestions. Usage: /resume target.com
/resume
Pick up where you left off on a target.
What This Does
- Reads the target profile from
hunt-memory/targets/.json - Shows hunt history (sessions, findings, payouts)
- Lists untested endpoints from last recon
- Suggests techniques based on tech stack + pattern DB
- Asks: resume hunting or re-run recon?
Usage
/resume target.com
Output
RESUME: target.com
═══════════════════════════════════════
Hunt History:
Sessions: 3
Last hunt: 2026-03-24
Total time: 2h 00m
Findings: 1 confirmed (IDOR, $1500 paid)
Untested Surface:
3 endpoints from last recon:
1. /api/v2/users/{id}/export
2. /api/v2/users/{id}/share
3. /api/v2/users/{id}/history
Memory Suggestions:
Tech stack [Next.js, GraphQL, PostgreSQL] matches 2 targets
where you found auth bypass. Try introspection → mutation pattern.
Actions:
[r] Resume hunting untested endpoints
[n] Re-run recon first (surface may have changed)
[s] Show full hunt journal for this target
If No Previous Hunt
No previous hunt data for target.com.
Run /recon target.com first, then /hunt target.com.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11