Alternate pentest report renderer in "operator casebook" style — a single self-contained HTML deliverable with phosphor-green CRT aesthetic, dossier hero, executive briefing, master timeline, attack graph, per-act chapters, host grid, TTP matrix, attack chains, dead-ends, and close stamp. Coexists with the markdown…
Produces a HackSmarter lab write-up in the p3ta00 CTF blog style — terminal-aesthetic markdown, narrative attack chain, credentials summary table, failed-attempt documentation, tools list, and references — then renders a self-contained writeup.html via skills/scripts/renderhtbwriteup.py (hacksmarter style). Invoke…
Produces a Hack The Box machine write-up styled like the p3ta00 CTF blog (JetBrains Mono "Cyberpunk Neon" terminal theme), re-branded with a JFM ASCII masthead. Writes writeup.md and renders a self-contained writeup.html via skills/scripts/renderhtbwriteup.py. Invoke after an HTB machine is rooted (or on explicit…
Internal Network Penetration Test report writer (lehack2024 house style). Captures successful pentest findings to a live engagement report. Invoke the moment a finding is confirmed exploitable — initial access, creds obtained, privesc, lateral move, DA / DCSync, sensitive data exfil, or any new misconfig with proven…
Skill "advanced-redteam" from jessefmoore/offensive-claude-code, covering advanced red team operations, when to activate, c2 infrastructure design, redirectors (never expose team server directly) and cobalt strike team server (bind locally).
HackSmarter labs (VPN-attached training range) — environment conventions, the recurring lab archetypes, opening recon playbook, and a per-lab technique index for the 2025 set. Use when attacking any HackSmarter lab over the VPN.
Hack The Box is a single-machine environment. There is no internal network to laterally traverse (except on Pro Labs / Fortress), no client to report to, and no engagement window. The objective is always the same: retrieve user.txt then root.txt. Every action is aimed at those two flags.
Skill "keylogger-arch" from jessefmoore/offensive-claude-code, covering keylogger architecture, when to activate, method 1: setwindowshookex (whkeyboardll), how it works and internal mechanism.