Thecyberhub website:
-
+
link
Thecyberhub App:
-
+
link
Thecyberbot discord:
-
+
link
Thecyberhub Extension:
-
+
link
Port scanner:
-
+
link
Subdomain finder:
-
+
link
@@ -81,7 +81,7 @@ const HacktoberfestEventData = [
Read the
Thecyberworld Contributing Guide
@@ -98,14 +98,14 @@ const HacktoberfestEventData = [
on the main Thecyberworld org. If you would like to challenge yourself, you can create some issues
and features requests on
-
+
Thecyberworld
and work on those issues.
-
+
Some good resources to get started for beginners:
diff --git a/src/components/Opportunities/OpenSecProjects/OpenSecProjects.jsx b/src/components/Opportunities/OpenSecProjects/OpenSecProjects.jsx
index 5fd7693d..64f9138c 100644
--- a/src/components/Opportunities/OpenSecProjects/OpenSecProjects.jsx
+++ b/src/components/Opportunities/OpenSecProjects/OpenSecProjects.jsx
@@ -11,7 +11,7 @@ const OpenSecProjects = () => {
const [repositories, setRepositories] = useState([]);
useEffect(() => {
- fetch("https://api.github.com/users/thecyberworld/repos")
+ fetch("https://api.github.com/users/th3cyb3rhub/repos")
.then((response) => response.json())
.then((data) => setRepositories(data))
.catch((error) => console.log(error));
diff --git a/src/components/Other/CyberGames/OpensourceProjects/OpensourceProjectsData.jsx b/src/components/Other/CyberGames/OpensourceProjects/OpensourceProjectsData.jsx
index 302bcd7a..ba70147a 100644
--- a/src/components/Other/CyberGames/OpensourceProjects/OpensourceProjectsData.jsx
+++ b/src/components/Other/CyberGames/OpensourceProjects/OpensourceProjectsData.jsx
@@ -2,28 +2,28 @@ const OpensourceProjectsData = [
{
id: 1,
title: "thecyberhub.org",
- link: "https://github.com/thecyberworld/TheCyberHUB",
+ link: "https://github.com/th3cyb3rhub/TheCyberHUB",
content: " Community website.",
tags: ["React", "Website"],
},
{
id: 2,
title: "thecyberhub-app",
- link: "https://github.com/thecyberworld/thecyberhub-app",
+ link: "https://github.com/th3cyb3rhub/thecyberhub-app",
content: "Thecyberhub mobile app.",
tags: ["React Native", "Website"],
},
{
id: 3,
title: "ThecyberX",
- link: "https://github.com/thecyberworld/ThecyberX",
+ link: "https://github.com/th3cyb3rhub/ThecyberX",
content: "Cyber security web extension.",
tags: ["React", "NextJs", "Web Extension"],
},
{
id: 4,
title: "thecyberbot-discord",
- link: "https://github.com/thecyberworld/thecyberbot-discord",
+ link: "https://github.com/th3cyb3rhub/thecyberbot-discord",
content: "Thecyberbot Discord",
tags: ["Python", "Bot", "Discord"],
},
diff --git a/src/components/Other/Support/Sponsors.jsx b/src/components/Other/Support/Sponsors.jsx
index d7819770..5945271b 100644
--- a/src/components/Other/Support/Sponsors.jsx
+++ b/src/components/Other/Support/Sponsors.jsx
@@ -54,7 +54,7 @@ const Sponsors = () => {
-
+