AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pwnote Tryhackme

skill-pwnote-skills-pwnote-tryhackme · by Pwnote

Use whenever the user is working through a TryHackMe (THM) room — taking structured notes per task, writing a public-facing writeup or blog post, tracking flags, or dealing with THM-specific tooling (AttackBox, OpenVPN connection issues). Trigger on "TryHackMe", "THM room", "writeup for [room name]", or "walkthrough", even without the word "skill".

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-pwnote-skills-pwnote-tryhackme

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pwnote-skills-pwnote-tryhackme)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
21d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pwnote Tryhackme? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

TryHackMe Workflow

Reference for taking notes through a THM room and producing either private working notes or a public-facing writeup/blog post.

1. Room Note Structure

Mirror THM's own task breakdown so notes stay easy to cross-reference against the room page. One doc per task group (maps to pwnote docs):

00_Room_Overview      — room name, difficulty, tags, learning objectives
01_Task_1_[name]
02_Task_2_[name]
...
NN_Root_Flag / NN_Wrap_Up

Within each task doc, log:

  • The task's question(s) as headings
  • Commands run + output (command-output blocks)
  • Reasoning for why a step was taken — this is what makes notes useful for review later, not just a command transcript

2. Writeup Format (Public / Blog-Style)

THM writeups are commonly shared publicly (blog, LinkedIn, YouTube), so default to a teaching-oriented format rather than a bare answer key — this fits a mentorship/lecturer context well:

# TryHackMe: [Room Name] — Writeup

## Room Info
- Difficulty:
- Category/Tags:
- Link:

## Objective
[what the room teaches]

## Enumeration
[methodology explanation, not just command dump — explain *why* each step was taken]

## Exploitation
[same — explain the vulnerability class, not just "run this exploit"]

## Privilege Escalation
[explain the misconfiguration/technique class]

## Lessons Learned
[what this room teaches that's transferable to other boxes/real engagements]
  • Redact actual flag values in public writeups (THM{redacted} or similar) — most THM rooms prohibit publishing flags verbatim in their room rules; check the specific room's policy.
  • Favor explaining why a technique works over just listing commands — this is what separates a useful teaching writeup from a copy-paste answer key, and matters if writeups are used in a teaching/lecture context.

3. Flag Tracking

Use a checklist block per room:

{
  "title": "Room Flags",
  "items": [
    { "text": "Task 1 flag", "done": false },
    { "text": "Task 2 flag", "done": false },
    { "text": "Root flag", "done": false }
  ]
}

4. THM-Specific Tooling Notes

  • AttackBox vs own VPN: AttackBox is browser-based and simpler but has resource/time limits; own-VPN via OpenVPN config gives full control but requires split-tunnel awareness so you don't route all traffic through the THM VPN unintentionally.
  • Connection troubleshooting: most THM connectivity issues are stale VPN config expiry (re-download the .ovpn file) or MTU mismatches on some networks — note this before assuming a room-specific issue.
  • Room reset: some rooms need an explicit VM reset if state gets corrupted mid-task; note the reset button location per room type (some are on the room page, some inside the room's "Machine" tab).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.