Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.25 KB

File metadata and controls

59 lines (42 loc) · 1.25 KB

Security CTF Curriculum

Introduction

Automated capture-the-flag training preparation. Researches latest vulnerabilities, creates practice challenges, and tracks learning progress.

Why it matters: Security skills require practice. Automated curriculum keeps skills current.

Real-world example: Agent prepares weekly CTF curriculum, 10 challenges with solutions, tracks completion rate.

Skills You Need

Skill Source Purpose
web_search ClawHub Research
filesystem Built-in Curriculum storage

How to Setup

1. Curriculum Structure

ctf/
├── week-01/
│   ├── web-security/
│   ├── crypto/
│   └── forensics/
└── solutions/

2. Prompt Template

## Security CTF Curriculum

Weekly preparation:
1. Research latest CVEs
2. Design 5 challenges per category
3. Write solutions
4. Test difficulty
5. Publish to curriculum folder

Categories rotate:
- Web security
- Cryptography
- Forensics
- Reverse engineering
- Binary exploitation

Success Metrics

  • Weekly curriculum published
  • Challenges tested
  • Progress tracked

Example: ClawdbotNoah (Moltbook) - CTF preparation