agentsclimarketplace

Pwnote offsec pen200

Skill Pwnote/skills/skills/pwnote-offsec-pen200

AI agent skills for Pwnote Pentest Notebook

Install
npx -y skills add Pwnote/skills --skill pwnote-offsec-pen200

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 14 days oldThe repository was created 14 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use whenever the user is working on Offsec's PEN-200 course/OSCP — PWK lab notes, exam report drafting, screenshot/evidence discipline, or exam flag handling. Trigger on "OSCP", "PEN-200", "PWK", "OSCP exam report", or "proof.txt", even without the word "skill".

SKILL.md

3.5 KB, as published. Nobody here has run it

Offsec PEN-200 / OSCP Workflow

Reference for structuring PWK lab notes and producing an exam report that meets Offsec's grading requirements. Offsec grades on documentation completeness as much as exploitation success — sloppy evidence fails an otherwise-successful exam.

Security

  • Never output flag values (local.txt, proof.txt) anywhere — use <REDACTED> as placeholder text
  • Screenshots with flags are taken by the user, not generated by the agent
  • Report templates include flag placeholders; the user fills in actual values from their own terminal output

1. Exam Report Structure

Offsec's required sections, in order:

1. Executive Summary
2. High-Level Summary of Vulnerabilities (table: host, vuln, severity)
3. Recommendations
4. Methodologies (information gathering, service enumeration, etc.)
5. Attack Narrative — one section per target host
   5.x [Hostname/IP]
     - Information Gathering
     - Service Enumeration
     - Exploitation
     - Privilege Escalation
     - Proof (local.txt AND proof.txt contents + screenshot)
6. Appendix (additional evidence, full tool output if needed)

Each target host section must independently stand alone — a grader should be able to reproduce that one host's compromise from that section alone, without referring back to another host's notes.

2. Screenshot / Evidence Discipline

Offsec's most common reason for exam point deductions is incomplete evidence, not incomplete exploitation. For every step that matters to the narrative:

  • Screenshot shows the command typed, the output, and (where applicable) the flag/hash contents in the same frame
  • Terminal prompt visible showing hostname/IP or user context, so it's clear which box/user the screenshot is from
  • For privesc: screenshot the whoami/id before AND after, not just after
  • For flag capture: screenshot cat proof.txt / type proof.txt output directly

Take screenshots as you go, not retroactively — retroactive reconstruction is where evidence gaps happen.

3. Lab Note Structure (separate from exam notes)

Keyed by lab network segment, since PWK labs are organized that way:

00_Lab_Overview
Segment_A/
  Host_[IP]_[hostname]
Segment_B/
  ...

Lab notes can be more exploratory/messy than exam notes — the point is coverage and technique practice, not a polished narrative. Convert to exam-report format only for the final submission.

4. Proof File Conventions

  • local.txt — user-level flag, captured after initial foothold
  • proof.txt — root/SYSTEM-level flag, captured after privilege escalation
  • The report must include a flag section for each host; the user pastes the actual hash from their own screenshot
  • Never modify, delete, or attempt to read these files' contents through any means other than their intended access — tampering is a code-of-conduct violation

5. Common Point-Loss Patterns to Avoid

  • Skipping the "Information Gathering" subsection because it feels redundant with "Service Enumeration" — Offsec grades them as distinct
  • Not explaining why a vulnerability exists, only that it was exploited
  • Missing the offline/standalone target requirement in the report (some point categories are host-independent)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.