mirror of
https://github.com/cliffe/HacktivityLabSheets.git
synced 2026-02-21 11:18:09 +00:00
- Introduced a theme toggle button in the index page for switching between light and dark modes. - Added a new stylesheet for the Hacktivity theme with CSS variables for theming. - Updated existing styles in lab and default layouts to utilize CSS variables for consistent theming. - Enhanced accessibility and visual appeal with improved color contrasts and hover effects.
3.0 KiB
3.0 KiB
layout, title
| layout | title |
|---|---|
| default | Hacktivity Lab Sheets |
Hacktivity Lab Sheets
Welcome to the Hacktivity SecGen lab sheets repository. This site contains hands-on cybersecurity lab exercises designed for educational purposes.
Available Labs
{% if site.labs.size > 0 %}
{% for lab in site.labs %}
{% endfor %}
{% else %}
{{ lab.title }}
{{ lab.description | default: lab.excerpt }}
{% if lab.difficulty %}
Difficulty: {{ lab.difficulty }}
{% endif %}
{% if lab.duration %}
Duration: {{ lab.duration }}
{% endif %}
{% if lab.tags %}
{% for tag in lab.tags %}
{{ tag }}
{% endfor %}
{% endif %}
No labs are currently available. Labs will be added as they are developed.
Check back soon for new cybersecurity lab exercises!
About
These lab sheets are designed to work with SecGen (Security Scenario Generator) and provide practical, hands-on experience with various cybersecurity concepts and techniques.
How to Use
- Browse the available labs above
- Click on a lab title to view the detailed instructions
- Follow the setup and execution steps provided in each lab
- Complete the challenges and questions included in each exercise
Contributing
If you'd like to contribute new labs or improvements to existing ones, please see the repository's contribution guidelines.