Last active
October 3, 2020 20:18
-
-
Save marekcech/ce81fee3beddc3c25c21b8d698d517db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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