Overview
Each engagement in Pwnbook includes a fully collaborative wiki. The wiki is where your team writes notes, documents findings, records methodology, and builds any free-form content that doesn’t fit neatly into a structured report. Wiki pages support rich markdown — headings, tables, code blocks, links, and more — giving you the flexibility to write exactly what you need.Creating a wiki page
- Open an engagement and navigate to the Wiki tab.
- Click New Page.
- Enter a title for the page.
- Click Create.
- Start writing in the markdown editor.
Markdown support
Wiki pages support standard markdown syntax plus some extras:| Element | Syntax |
|---|---|
| Heading | # H1, ## H2, ### H3 |
| Bold | **bold text** |
| Italic | *italic text* |
| Code (inline) | `code` |
| Code block | ```language ``` |
| Link | [label](url) |
| Image |  |
| Table | Standard markdown table syntax |
| Blockquote | > quote text |
| Ordered list | 1. item |
| Unordered list | - item |
| Horizontal rule | --- |
Organizing pages
You can create multiple pages per engagement and organize them into a hierarchy:- Use descriptive titles that make the content scannable (e.g., “Methodology”, “Findings”, “IDOR in /api/users”, “Recon Notes”)
- Nest pages under parent pages by dragging them in the page list
- Pin important pages to the top of the wiki sidebar
Collaborative editing
Multiple team members can view and edit wiki pages simultaneously. Edits from other users appear in real time, so you can collaborate without worrying about overwriting each other’s work.Sharing wiki pages externally
You can share individual wiki pages — or the entire engagement wiki — with external stakeholders (e.g., a client’s development team) using share links. Share links do not require a Pwnbook account to view.Creating a share link
- Open the wiki page you want to share.
- Click the Share button in the top toolbar.
- Choose whether to share this page only, or the full wiki.
- Set an expiry date (optional but recommended).
- Click Create Link.
- Copy the generated URL and send it to the recipient.
Managing share links
- Navigate to the Wiki tab.
- Click Share Links in the sidebar.
- View all active share links, their expiry dates, and view counts.
- Click Revoke next to any link to immediately invalidate it.
Exporting wiki content
You can export the full wiki as a ZIP archive of markdown files, or export individual pages as PDF or HTML for inclusion in deliverables. To export:- Click the … menu in the Wiki tab.
- Select Export Wiki.
- Choose the format (Markdown ZIP, PDF).
- The download starts automatically.
Best practices
Document as you go
Document as you go
Write notes in the wiki throughout the engagement, not just at the end. Real-time documentation captures context that’s easy to forget later.
Use a consistent findings format
Use a consistent findings format
Standardize how you write findings: title, severity, description, impact, reproduction steps, and remediation. This makes it much easier to compile the final report.
Keep the wiki organized
Keep the wiki organized
Create a top-level page that acts as a table of contents for the engagement. Link to sub-pages for recon notes, findings, and methodology.