@@ -13,22 +13,22 @@ import OpenGraph from "./OpenGraph";
1313const fallbackLabsData = [
1414
1515 {
16- id : "Ethical-Hacker-Easy-Way" ,
17- title : "Ethical Hacker Easy Way" ,
16+ id : "Ethical-Hacker-Easy-Way" ,
17+ title : "Ethical Hacker Easy Way" ,
1818 description : "Learn how to become an ethical hacker with ChatGPT" ,
19- category : "Ethical Hacking" ,
20- path : "/labs/ethical-hacker-easy-way.md" ,
19+ category : "Ethical Hacking" ,
20+ path : "/labs/ethical-hacker-easy-way.md" ,
2121 contributors : [ "Sangam Biradar" ] ,
22- tags : [ "Ethical Hacking" ]
22+ tags : [ "Ethical Hacking" ]
2323 } ,
2424 {
2525 id : "Threat Modeling" ,
26- title : "Threat Modeling" ,
27- description : "Learn how to create a threat model for a given system" ,
26+ title : "Threat Modeling" ,
27+ description : "Learn how to create a threat model for a given system" ,
2828 category : "Security Engineering" ,
29- path : "/labs/threat-modeling.md" ,
29+ path : "/labs/threat-modeling.md" ,
3030 contributors : [ "Sangam Biradar" ] ,
31- tags : [ "Security Engineering" ]
31+ tags : [ "Security Engineering" ]
3232 } ,
3333 {
3434 id : "NMAP-Practical-Labs" ,
0 commit comments