Skip to content

Instantly share code, notes, and snippets.

@marekcech
Last active October 3, 2020 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marekcech/ce81fee3beddc3c25c21b8d698d517db to your computer and use it in GitHub Desktop.
Save marekcech/ce81fee3beddc3c25c21b8d698d517db to your computer and use it in GitHub Desktop.
{
"name": "Security testing",
"icon": "security",
"children": [
{
"name": "Penetration Testing 2",
"icon": "penetration_testing",
"children" : [
{
"name": "Exploitation",
"children" : [
{ "name": "Fuzzing" },
{ "name": "ROP" }
]
},
{ "name": "Reconissance" },
{ "name": "WebApp" }
]
},
{
"name": "Incident Response",
"icon": "incident_response",
"children" : [
{ "name": "Forensics" },
{ "name": "Network Analysis" },
{ "name": "Threat Intelligence" },
{ "name": "Malware Analysis" }
]
},
{
"name": "Reverse Engineering",
"icon": "reverse_engineering",
"children" : [
{ "name": "Anti-Reverse" },
{
"name": "Tools",
"children" : [
{ "name": "Radare2" },
{ "name": "GDB" }
]
},
{ "name": "ASM" }
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment