File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 11{
22 "labs" : [
3+
4+ {
5+ "id" : " Ethical-Hacker-Easy-Way" ,
6+ "title" : " Ethical Hacker Easy Way" ,
7+ "description" : " Learn how to become an ethical hacker with ChatGPT" ,
8+ "category" : " Ethical Hacking" ,
9+ "path" : " /labs/ethical-hacker-easy-way.md" ,
10+ "contributors" : [" Sangam Biradar" ],
11+ "tags" : [" Ethical Hacking" ]
12+ },
13+ {
14+ "id" : " Threat Modeling" ,
15+ "title" : " Threat Modeling" ,
16+ "description" : " Learn how to create a threat model for a given system" ,
17+ "category" : " Security Engineering" ,
18+ "path" : " /labs/threat-modeling.md" ,
19+ "contributors" : [" Sangam Biradar" ],
20+ "tags" : [" Security Engineering" ]
21+ },
322 {
423 "id" : " Nmap-Practical-Labs" ,
524 "title" : " NMAP Practical Labs" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,25 @@ import OpenGraph from "./OpenGraph";
1111
1212// Fallback data in case the fetch fails
1313const fallbackLabsData = [
14+
15+ {
16+ id : "Ethical-Hacker-Easy-Way" ,
17+ title : "Ethical Hacker Easy Way" ,
18+ description : "Learn how to become an ethical hacker with ChatGPT" ,
19+ category : "Ethical Hacking" ,
20+ path : "/labs/ethical-hacker-easy-way.md" ,
21+ contributors : [ "Sangam Biradar" ] ,
22+ tags : [ "Ethical Hacking" ]
23+ } ,
24+ {
25+ id : "Threat Modeling" ,
26+ title : "Threat Modeling" ,
27+ description : "Learn how to create a threat model for a given system" ,
28+ category : "Security Engineering" ,
29+ path : "/labs/threat-modeling.md" ,
30+ contributors : [ "Sangam Biradar" ] ,
31+ tags : [ "Security Engineering" ]
32+ } ,
1433 {
1534 id : "NMAP-Practical-Labs" ,
1635 title : "NMAP Practical Labs" ,
You can’t perform that action at this time.
0 commit comments