CTF Writeup Lookup

CTF Writeup Lookup is a skill for Claude Code from allsmog/blackbox-claude-plugin. It costs 92 tokens per session (1,124 once invoked), scanned A, original, MIT.

A guide for finding published solutions to Capture the Flag (CTF) security challenges. CTFs are legal practice exercises where participants solve puzzles or exploit intentionally vulnerable systems.

In plain words
What is it for?
It helps search for walkthroughs for Hack The Box machines, TryHackMe rooms, and other named CTF challenges, while suggesting sources to check.
Why use it?
It provides a way forward when guessing or brute-forcing has stalled by helping identify the intended solution path.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the blackbox-htb plugin — 17 skills, 11 commands, 9 agents shipped together

Good fit It helps search for walkthroughs for Hack The Box machines, TryHackMe rooms, and other named CTF challenges, while suggesting sources to check.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/allsmog/blackbox-claude-plugin/ctf-writeup-lookup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add allsmog/blackbox-claude-plugin --skill ctf-writeup-lookup
Clone the repo
git clone --depth 1 https://github.com/allsmog/blackbox-claude-plugin

Made for: Claude Code.

Or install blackbox-htb, the plugin that ships this one along with the rest of its 17 skills, 11 commands, 9 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for CTF Writeup Lookup

README.md
[![agentmods](https://agentmods.dev/badge/skills/allsmog/blackbox-claude-plugin/ctf-writeup-lookup/github.svg)](https://agentmods.dev/skills/allsmog/blackbox-claude-plugin/ctf-writeup-lookup)
Your own site
<a href="https://agentmods.dev/skills/allsmog/blackbox-claude-plugin/ctf-writeup-lookup"><img src="https://agentmods.dev/badge/skills/allsmog/blackbox-claude-plugin/ctf-writeup-lookup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for CTF Writeup Lookup

Your own site · 80×15
<a href="https://agentmods.dev/skills/allsmog/blackbox-claude-plugin/ctf-writeup-lookup"><img src="https://agentmods.dev/badge/skills/allsmog/blackbox-claude-plugin/ctf-writeup-lookup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,124 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.01124
Opus 5 $0.00046 $0.00562
Sonnet 5 $0.00018 $0.00225
Haiku 4.5 $0.00009 $0.00112

Measured 10d ago against content hash 081054203d06, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

CTF Writeup Lookup scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s "https://0xdf.gitlab.io/" | grep -i "$MACHINE" | head -5
blackbox-htb/skills/ctf-writeup-lookup/SKILL.md · 173 lines

How it starts

The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CTF Writeup Lookup Skill

When to Use

Use this skill EARLY when:

  • You've been stuck for more than 10-15 minutes
  • The only remaining option seems to be brute forcing
  • You find an unusual service with no obvious exploit
  • User explicitly asks for writeup
  • Machine name is known (search: "HTB <machine_name> writeup")

Search Strategies

HackTheBox Machines

# Primary search
"HackTheBox <machine_name> writeup"
"HTB <machine_name> walkthrough"

# With service focus
"HTB <machine_name> <service> exploit"
"HackTheBox <machine_name> privilege escalation"

TryHackMe Rooms

"TryHackMe <room_name> writeup"
"THM <room_name> walkthrough"

Generic CTF

"<ctf_name> <challenge_name> writeup"
"<challenge_name> CTF solution"

Quality Sources

Tier 1 (Most Reliable)

  • 0xdf.gitlab.io - Detailed, well-explained
  • ippsec.rocks - Video walkthroughs with transcripts
  • HackTheBox Official - After machine retires

Tier 2 (Good Coverage)

  • Medium.com - Many writeups, variable quality
  • infosecwriteups.com - Curated content
  • GitHub repos - Often have exploit scripts

Tier 3 (Quick Reference)

  • YouTube - Visual walkthroughs
  • Personal blogs - May have unique approaches

What to Extract from Writeups

Initial Access

  • Exact CVE or vulnerability used
  • Exploit command/script
  • Credentials found
  • Service-specific tricks

Privilege Escalation

  • Exact technique (SUID, cron, capability, etc.)
  • Password/key locations
  • Service misconfigurations
  • Intended vs unintended paths

Key Information Template

## Writeup Summary: <Machine Name>

### Initial Access
- **Vector**: <CVE/technique>
- **Service**: <service name and version>
- **Exploit**: <command or script>
- **Creds Found**: <username:password if any>

### User Privilege Escalation
- **From**: <initial user>
- **To**: <target user>
- **Method**: <technique>
- **Key Finding**: <password location, config file, etc.>

### Root Privilege Escalation
- **Method**: <technique>
- **CVE**: <if applicable>
- **Key Finding**: <what to look for>

### Credentials Discovered
| Username | Password | Source |
|----------|----------|--------|
| <user> | <pass> | <where found> |

### Files to Check
- <path/to/important/file>
- <another/key/location>

Read the full file on GitHub · 173 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 173 lines · 92 tokens per session scan A 081054203d06

Subscribe to this mod's changes

CTF Writeup Lookup is a skill published in the GitHub repository allsmog/blackbox-claude-plugin (5 stars, last pushed 6mo ago), licensed MIT. It adds 92 tokens to every session and 1,124 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

mks

MKS (Metasploit-Kali Server) tool preference guide. Mount in Phase 0/1 alongside the primary skill. Provides URL resolution, REST endpoint patterns, response parsing, error handling, and fallback rules for all MKS-backed Kali tools.

Stickman230/claude-pentest · 54 tokens

pentest

Penetration testing orchestrator that coordinates specialized attack agents. Provides attack indexes, methodology frameworks, and documentation. Execution delegated to specialized agents (SQL Injection, XSS, SSRF, etc.). Use for engagement planning and attack coordination.

Stickman230/claude-pentest · 50 tokens

authenticating

Authentication testing skill - automates signup, login, 2FA bypass, CAPTCHA solving, and bot detection evasion using Playwright MCP. Tests authentication security controls. Includes behavioral biometrics simulation, OTP handling, and automated account creation for security assessments.

Stickman230/claude-pentest · 54 tokens

web-application-mapping

Comprehensive web application reconnaissance and mapping coordinator that orchestrates passive browsing, active endpoint discovery, attack surface analysis, and headless browser automation for complete application coverage.

Stickman230/claude-pentest · 38 tokens

common-appsec-patterns

Application security testing coordinator for common vulnerability patterns including XSS, injection flaws, and client-side security issues. Orchestrates specialized testing agents to identify and validate common application security weaknesses.

Stickman230/claude-pentest · 42 tokens

cve-testing

CVE vulnerability testing coordinator that identifies technology stacks, researches known vulnerabilities, and tests applications for exploitable CVEs using public exploits and proof-of-concept code.

Stickman230/claude-pentest · 36 tokens