Contributing to PentestingEverything
Thanks for helping improve PentestingEverything. Contributing is mostly about adding Markdown files in the right folder; the site (navigation, search, references) builds itself.
Full step-by-step guide: pentesting.m14r41.in/contributing covers adding a vulnerability, adding a new category, how the menu and sidebar work, and the configuration reference.
Quick start
- Fork the repo and branch from
main. - Add or edit Markdown under the relevant category folder (start with a
# Heading; no frontmatter needed). - Preview locally with
bun install && bun start. - Commit with a clear message and open a Pull Request describing what changed and why.
Ground rules
- Be accurate and practical, cite reputable sources, and keep a neutral, professional tone.
- Only contribute material you have the right to share, under the MIT License.
- This project is for lawful, ethical security research only. If you are unsure whether a contribution fits, please ask before submitting.