# Install Python MkDocs requires Python 3.7 or higher
python3 --version
# Create a virtual environment (recommended)
python3 -m venv .venv
# Activate the virtual environment
# On Linux/macOS:
source .venv/bin/activate
# On Windows:
.venv\Scripts\activate
# Install dependencies
pip install mkdocs-material
# Clone the repository
git clone https://github.com/hack-fast/Hackfast.git
# Navigate into the Hackfast project directory
cd Hackfast
# Run the local development server
mkdocs serve
Thank you for your interest in contributing to Hackfast. All kinds of contributions are welcome! Here are examples of what you can contribute
-
📘Create New guides or tutorials:
Share writeups, attack techniques, or walkthroughs that others can learn from. -
✅Improve or Add Checklists:
Improve existing checklists, or create new ones for specific platforms or technologies. -
🔧References to tools or scripts:
Share useful tools, automation scripts, or command-line tricks relevant to offensive security. -
🧠Philosophical or productivity insights:
Contribute thoughts on mindset, methodology, red teaming approaches, or productivity habits. -
🐞Bug fixes, formatting, or typo corrections:
Help clean up the documentation, fix broken links, improve formatting, or correct inaccuracies. -
🌐Language translations:
Translate content into other languages to help make Hackfast globally accessible.
🔗 New to contributing? Check out the First Contributions Guide to get started.