Skip to content
Security
Command

/screenshot

Screenshot a list of live hosts for fast visual triage and reusable PoC evidence. Builds a self-contained HTML gallery. Usage: /screenshot -l urls.txt -o shots/ | /screenshot -u https://admin.target.com -o shots/

From plugin
agentic-bug-hunter
4.9k37 skills9 agents37 commands3 hooks
Install
$ npx -y skills add shuvonsec/claude-bug-bounty --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/screenshot

Context preview

What this command does when you run it.

Screenshot a list of live hosts for fast visual triage and reusable PoC evidence. Builds a self-contained HTML gallery. Usage: /screenshot -l urls.txt -o shots/ | /screenshot -u https://admin.target.com -o shots/

Command definition

screenshot.md
description: Screenshot a list of live hosts for fast visual triage and reusable PoC evidence. Builds a self-contained HTML gallery. Usage: /screenshot -l urls.txt -o shots/ | /screenshot -u https://admin.target.com -o shots/

/screenshot

Reading 400 URLs in a text file is slow. A screenshot gallery surfaces login panels, default installs, stack-trace error pages, and forgotten dev/staging boxes in seconds — and the same captures become report evidence, so you never scramble for a PoC screenshot later.

Usage

/screenshot -l recon/target.com/live/urls.txt -o shots/
/screenshot -u https://admin.target.com -o shots/
/screenshot -l urls.txt -o shots/ --tool aquatone --json

Run directly:

tools/visual_triage.py -l recon/target.com/live/urls.txt -o shots/

Tooling

Uses whichever screenshotter is installed, in order:

1. **eyewitness** — richest per-host report 2. **aquatone** — fast, clusters similar pages together 3. **httpx `-screenshot`** — already a core dependency, so this always works

All three are registered in `tools/external_arsenal.sh`. Output always includes a self-contained `gallery.html` (no external assets) you can open locally or attach to a report.

Output

shots/
├── gallery.html          # open this — thumbnail grid, each labeled with its URL
└── <tool output>         # individual full-size PNGs

Chain

`/recon` → live URLs → `/screenshot` → eyeball the grid → send anything odd (admin panel, debug page, default cred screen) straight to `/hunt`. Reuse the captured PNGs as the evidence attachment in `/report`.

Read more
Ships withagentic-bug-hunter

AI-powered bug bounty hunting toolkit that works with or without subscription.

Get the whole plugin

Other commands on agentic-bug-hunter.