PenDocs is a comprehensive documentation platform for penetration testing tools and techniques. This project aims to provide clear, detailed, and practical guidance for security professionals, penetration testers, and cybersecurity enthusiasts.
- Detailed documentation for popular penetration testing tools
- Step-by-step guides and best practices
- Optimization techniques and advanced usage scenarios
- Organized content structure for easy navigation
- Interactive components using MDX for enhanced learning
- John the Ripper - Password cracking utility
- Burp Suite - Web vulnerability scanner and proxy
- SQLMap - Automated SQL injection tool
- And many more...
To run this project locally:
# Clone the repository
git clone https://github.com/FrederickStempfle/PenDocs.git
cd PenDocs
# Install dependencies
npm install
# or
pnpm install
# Start the development server
npm run dev
# or
pnpm devContributions are welcome! See our Contributing Guide for more information on how to add new tool documentation or improve existing content.
This project is open source and available under the MIT License.