Skip to content

Commit

Permalink
feat: some minor changes & new code review data added (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirajnkm authored Jun 8, 2024
1 parent 412649c commit e167c6e
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 190 deletions.
58 changes: 21 additions & 37 deletions src/components/Learn/Roadmaps/RoadmapsData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const RoadmapsData = [
section: "Essential SkillLevel",
resources: [
{
title: "Basic IT SkillLevel",
url: "https://www.professormesser.com/free-a-plus-training/220-1001/220-1000-training-course/",
title: "Introduction to Linux",
url: "https://youtu.be/iwolPf6kN-k",
},
{
title: "Linux Essentials for Ethical Hackers",
Expand All @@ -32,11 +32,7 @@ const RoadmapsData = [
resources: [
{
title: "Computer Networking",
url: "https://www.professormesser.com/free-a-plus-training/220-1001/220-1000-training-course/",
},
{
title: "Network-plus n10-007",
url: "https://www.professormesser.com/network-plus/n10-007/n10-007-training-course/",
url: "https://youtu.be/IPvYjXCsTg8?si=-ngLluloP-bcKO-m",
},
],
},
Expand All @@ -63,6 +59,11 @@ const RoadmapsData = [
title: "Python",
url: "https://www.youtube.com/watch?v=7utwZYKweho&t=8861s",
},
{
title: "Applied Python",
url: "https://youtube.com/playlist?list=PLB7R26sRn2aLhKbDDRtd7wluaX91pqAQD&si=2zKV2iLoaFrTqxFh",
isOptional: true,
},
],
},
{
Expand All @@ -89,36 +90,23 @@ const RoadmapsData = [
title: "Web App Penetration Testing Tutorials",
url: "https://www.youtube.com/playlist?list=PLBf0hzazHTGO3EpGAs718LvLsiMIv9dSC",
},
{
title: "API Pentesting",
url: "https://university.apisec.ai/apisec-certified-expert",
},
],
},
{
section: "Books",
section: "Important for Improving skills",
resources: [
{
title: "Bug Bounty Bootcamp: The Guide to Finding and Reporting Web Vulnerabilities",
url: "https://amzn.to/3LEmZPi",
title: "Web Security",
url: "https://thecyberhub.org/websecurity",
},
{
title: "Hacking: The Art of Exploitation",
url: "https://amzn.to/428G6WX",
},
{
title: "Metasploit: The Penetration Tester's Guide",
url: "https://amzn.to/3HqkQUC",
},
{
title: "Black Hat Python: Python Programming for Hackers and Pentesters",
url: "https://amzn.to/3LGaYJ7",
},
{
title: "Black Hat Python, 2nd Edition: Python Programming for Hackers and Pentesters",
url: "https://amzn.to/3ne0xTB",
title: "TheCyberCTF",
url: "https://thecyberhub.org/ctf",
},
],
},
{
section: "Important for Improving skills",
resources: [
{
title: "PortSwigger Academy",
url: "https://portswigger.net/web-security/learning-path",
Expand All @@ -127,10 +115,6 @@ const RoadmapsData = [
title: "TryHackMe",
url: "https://tryhackme.com/",
},
{
title: "TheCyberCTF",
url: "https://thecyberhub.org/ctf",
},
{
title: "VulnHub",
url: "https://www.vulnhub.com/",
Expand Down Expand Up @@ -187,10 +171,6 @@ const RoadmapsData = [
title: "Bug bounty / webapp pentesting tutorials",
url: "https://www.youtube.com/playlist?list=PLF7JR1a3dLONdkRYU_8-5OcgOzrWe2549",
},
{
title: "Web Security Academy",
url: "https://www.youtube.com/c/RanaKhalil101/videos",
},
{
title: "Zero to Bug Bounty Hero!",
url: "https://www.youtube.com/watch?v=nXvP8j3QtHI&list=PLbyncTkpno5FaAbJJ7YHvMY9wtJ9fyqCH",
Expand Down Expand Up @@ -225,6 +205,10 @@ const RoadmapsData = [
title: "OrwaGodFather Methodology",
url: "https://www.youtube.com/playlist?list=PLiLvsecrejRhQ7lOGgZSga47Jwhf5YXwD",
},
{
title: "Live Bug Hunting",
url: "https://youtube.com/playlist?list=PLwfoGUoc87CvvBETVO64M9jgFpzvq68GM&si=vjA2GkJYippqQQ_l",
},
],
},
{
Expand Down
Loading

0 comments on commit e167c6e

Please sign in to comment.