- Updated 'coffee-script-source' to version 1.12.2. - Upgraded 'gemoji' to version 4.1.0 and 'github-pages' to version 232, along with their respective dependencies. - Increased 'jekyll' version to 3.10.0 and updated related gems including 'jekyll-avatar', 'jekyll-coffeescript', and 'jekyll-commonmark-ghpages'. - Updated 'nokogiri' and 'rouge' versions for improved compatibility and security. - Adjusted 'public_suffix' version to 5.1.1 to align with the latest standards.
HacktivityLabSheets
Contribute to Hacktivity Cyber Security Labs - This repository contains the source lab sheets for Hacktivity Cyber Security Labs, a comprehensive cyber security education platform.
🎯 About This Repository
This repository serves as the contribution hub for lab content used by Hacktivity Cyber Security Labs. The lab sheets are designed to work with SecGen (Security Scenario Generator) to create vulnerable virtual machines for hands-on cybersecurity education.
🌐 Live Sites
- Hacktivity Cyber Security Labs: https://hacktivity.co.uk - The main platform where students access and complete labs
- Lab Sheets Preview: https://cliffe.github.io/HacktivityLabSheets - Preview of lab content for contributors
📚 Available Labs
This repository contains practical cyber security lab exercises designed for educational purposes, covering topics from Linux fundamentals to advanced exploitation techniques.
🚀 Getting Started
For Leaners/Hackers
- Visit Hacktivity Cyber Security Labs to access the full platform
- Sign up for an account to start completing labs
- Use the lab sheets in this repository as reference material
For Contributors
- Fork this repository to contribute lab sheet improvements (and see SecGen for the software components of challenges)
- Follow the contribution guidelines below
- Use the automated setup script (
./start-server-github-pages.sh) for easy local development - Submit pull requests to improve existing labs or add new ones
🛠 Local Development
To run the site locally for development:
Quick Start (Recommended)
# Clone the repository
git clone https://github.com/cliffe/HacktivityLabSheets.git
cd HacktivityLabSheets
# Run the automated setup script (GitHub Pages compatible)
./start-server-github-pages.sh
# Visit http://localhost:4000 in your browser
Manual Setup
# Install Jekyll (if not already installed)
gem install bundler jekyll
# Clone the repository
git clone https://github.com/cliffe/HacktivityLabSheets.git
cd HacktivityLabSheets
# Install dependencies
bundle install
# Serve the site locally
bundle exec jekyll serve
# Visit http://localhost:4000 in your browser
📝 Contributing to Hacktivity Labs
We welcome contributions to improve and expand the lab content used by Hacktivity Cyber Security Labs! You can:
- Improve existing labs: Fix errors, clarify instructions, add better explanations
- Add new labs: Create new exercises covering additional cybersecurity topics
- Update content: Keep lab content current with latest tools and techniques
How to Contribute
For New Labs
- Create a new markdown file in the
_labs/directory - Use the following front matter template:
---
title: "Lab X: Your Lab Title"
description: "Brief description of what the lab covers"
tags: ["tag1", "tag2", "tag3"]
---
- Write your lab content using markdown
- Test locally before submitting a pull request
For Improving Existing Labs
- Browse existing labs in the
_labs/directory - Make improvements to content, clarity, or accuracy
- Test your changes locally
- Submit a pull request with a clear description of improvements
Lab Content Guidelines
- Clear Objectives: Start with what students will learn
- Step-by-Step Instructions: Provide detailed, testable steps
- Questions and Analysis: Include thought-provoking questions
- Proper Highlighting: Use the highlighting system for better readability
Highlighting System
This repository uses a special highlighting system to make lab content more readable and actionable. See the Example Highlighting Guide for comprehensive instructions on:
- How to properly highlight actions, tips, hints, and warnings
- Formatting commands and code blocks
- Using VM context indicators
- Creating effective question and flag blocks
- Best practices for lab sheet formatting
Important: When contributing to existing labs, follow the highlighting patterns established in the guide to maintain consistency across all lab sheets.
📄 License
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
🤝 Support & Community
For Learners / Hackers
- Visit Hacktivity Cyber Security Labs for the full learning platform
- Check lab instructions carefully before seeking help
- Join the Hacktivity Discord server for community support
For Contributors
- Open an issue on GitHub for bugs or feature requests
- Join discussions about lab improvements
🎯 About SecGen
Hacktivty is powerd by our open source SecGen (Security Scenario Generator), which creates vulnerable virtual machines for security education and training.