π¦ ClawHub
CyberSec Roadmap V2
by @krishnakumarmahadevan-cmd
Generates personalized cybersecurity learning paths based on experience level, goals, and learning preferences.
π‘ Examples
Sample Request
{
"assessmentData": {
"experience_level": "intermediate",
"knowledge": [
"networking",
"linux",
"python"
],
"security_experience": [
"network monitoring",
"vulnerability scanning"
],
"goals": [
"penetration testing",
"incident response"
],
"time_commitment": "10-15 hours/week",
"learning_preferences": [
"hands-on labs",
"video courses",
"certifications"
],
"sessionId": "sess-12345-abcde",
"timestamp": "2025-01-15T10:30:00Z"
},
"sessionId": "sess-12345-abcde",
"userId": 42,
"timestamp": "2025-01-15T10:30:00Z"
}
Sample Response
{
"roadmap_id": "rm-789xyz",
"user_id": 42,
"experience_level": "intermediate",
"specialization": "penetration testing",
"milestones": [
{
"phase": 1,
"title": "Foundation Strengthening",
"duration_weeks": 4,
"topics": [
"advanced networking concepts",
"web application architecture",
"security testing fundamentals"
],
"certifications": [
"CompTIA Security+"
],
"estimated_hours": 40
},
{
"phase": 2,
"title": "Penetration Testing Essentials",
"duration_weeks": 8,
"topics": [
"reconnaissance techniques",
"scanning and enumeration",
"exploitation methods",
"post-exploitation"
],
"certifications": [
"CEH (Certified Ethical Hacker)"
],
"estimated_hours": 80,
"labs": [
"HackTheBox",
"TryHackMe"
]
},
{
"phase": 3,
"title": "Advanced Specialization",
"duration_weeks": 12,
"topics": [
"advanced exploitation",
"web application pentesting",
"reporting and remediation"
],
"certifications": [
"OSCP (Offensive Security Certified Professional)"
],
"estimated_hours": 200,
"labs": [
"OSCP Lab Environment"
]
}
],
"recommended_resources": [
{
"title": "Penetration Testing with Kali Linux",
"type": "course",
"platform": "Udemy",
"estimated_duration": "40 hours"
},
{
"title": "Web Security Academy",
"type": "labs",
"platform": "PortSwigger",
"estimated_duration": "60 hours"
}
],
"total_estimated_duration_weeks": 24,
"created_at": "2025-01-15T10:30:00Z"
}
TERMINAL
clawhub install toolweb-cybersec-roadmap-v2