Releases: pashki975/thm-claude-kit
Release list
install path fix
v1.0.1
Patch release.
Changed
- Default install location is now
./thm-claude-kit(a subfolder of the current
directory, matching the repo name) instead of~/thm. Override with--dir PATH.
No changes to the commands, subagents, skills, or coaching behavior — v1.0.0 users
don't need to reinstall unless they want the new default path.
TryHackMe + Claude Code Trainer Kit
TryHackMe + Claude Code Trainer Kit — v1.0.0
A coach for TryHackMe, powered by Claude Code. Instead of solving rooms for you,
it guides you through them step by step — classifying the room, explaining the
why, and pointing you at the right move. A hands-on alternative to reading write-ups.
What it does
- Playing coach (
/start) — does the setup, classifies the room, names the goal,
then teaches you through it one step per turn. Explains more when you're stuck,
stays out of the way when you're flowing. You run the commands; it coaches. - Room brain — tracks state across the whole room (kill-chain position, creds
held, hosts, leads, dead ends) so it reasons about a room's logistics on chained
boxes, not just the last command. - A methodology that adapts — classify → observe → hypothesize → test → decide,
with separate Linux and Windows/AD playbooks it loads automatically. - Scans are gated — cheap recon first; heavy brute-force/vuln scans only when
they'll actually pay off, with the reasoning shown.
Included (20 commands, 6 subagents, 3 skills)
- Recon & enum:
/recon,/enum-udp,/enum-web,/web-recon,/enum-smb,
/db-enum,/enum-ad - Specialized:
/wp(WordPress),/pcap(tshark),/steg,/kerberos - Access & escalation:
/listener,/linux-privesc,/win-shell,/win-privesc,
/tunnel(pivoting),/crack - Flow:
/start,/notes,/vpn-check - Subagents: recon-parser, cve-researcher, privesc-advisor, win-privesc-advisor,
ad-attack-advisor, report-writer
Install
curl -fsSL https://raw.githubusercontent.com/pashki975/thm-claude-kit/main/install.sh | bash
Clones the kit into ~/thm and optionally installs the tooling. Requires Claude Code
and Node.js 18+. Runs on Kali or any Debian/Ubuntu-based Linux.
Note
For authorized TryHackMe practice only. The kit is built to keep you on the assigned
target and to coach, not to autosolve.