Skip to content

Commit f6176be

Browse files
author
sangam14
committed
add
1 parent 51584a0 commit f6176be

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

public/data/labs.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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",

src/components/Labs.jsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@ import OpenGraph from "./OpenGraph";
1111

1212
// Fallback data in case the fetch fails
1313
const 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",

0 commit comments

Comments
 (0)