From 4f06e8e67cace2fd9386dc6b4396d90bdab0fed3 Mon Sep 17 00:00:00 2001 From: KreativeThinker Date: Wed, 26 Jun 2024 16:13:34 +0530 Subject: [PATCH 1/4] Fixes: grammar --- src/pages/home/Root.jsx | 4 +--- src/pages/learn/Learn.jsx | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/pages/home/Root.jsx b/src/pages/home/Root.jsx index c8f623b1..2994810d 100644 --- a/src/pages/home/Root.jsx +++ b/src/pages/home/Root.jsx @@ -53,13 +53,11 @@ function Root() { ); } - return ( <>
-
@@ -100,7 +98,7 @@ function Root() {

Date: Sat, 29 Jun 2024 01:30:06 +0530 Subject: [PATCH 2/4] Add level 4 and 8 --- src/pages/cli/Cli.jsx | 82 ++++++++++++++++++++++++++++++++----------- 1 file changed, 61 insertions(+), 21 deletions(-) diff --git a/src/pages/cli/Cli.jsx b/src/pages/cli/Cli.jsx index fd308411..5f726c72 100644 --- a/src/pages/cli/Cli.jsx +++ b/src/pages/cli/Cli.jsx @@ -3,7 +3,7 @@ import { Terminal } from "primereact/terminal"; import { TerminalService } from "primereact/terminalservice"; import Particle from "../../components/Particle/Particle"; import Typewriters from "typewriter-effect"; -import { Typewriter } from "react-simple-typewriter"; +// import { Typewriter } from "react-simple-typewriter"; export default function Cli() { const commandHandler = (text) => { // console.log("executing: ", text); @@ -60,22 +60,6 @@ export default function Cli() { break; case "event-list": - // response = ( - //
- //
    - //
  • 00: Adrenaline/FOSS Day
  • - //
  • 01: Rescue Tux
  • - //
  • 02: Cyber-0-Day
  • - //
  • 03: Hackers' Horizon
  • - //
  • 04: GSOC Made Easy
  • - //
  • 05: LINUX Installation Booth
  • - //
  • 06: Password
  • - //
  • 07: Cyber-0-Day 2.0
  • - //
  • 08: Password 2024
  • - //
  • 09: FOSSit 2024
  • - //
- //
- // ); response = (
    @@ -98,26 +82,32 @@ export default function Cli() { response = "Held on the 17th March, 2022, Adreanline/FOSS Day was a one-day event for participants to show-off their familiarity with open-source technologies. Participants gathered to demonstrate their projects to an industry expert."; break; + case "man rescue-tux": response = "Rescue The Tux event, generously sponsored by GeeksForGeeks, was an opportunity to bring together participants for an immersive Linux competition, introducing them to the world of Linux and Open Source Software."; break; + case "man cyber-0-day": response = "Cyber-0-Day 2.0, the flagship event of Technovit, took our future hackers on a riveting expedition into the world of cybersecurity. Held at the grand Netaji Auditorium, this 24-hour tech marathon was an unforgettable experience.The event commenced with a knowledge-packed workshop covering five key topics: Linux fundamentals, OSINT reconnaissance, Web exploitation, cryptography, and Binary exploitation. Participants absorbed valuable insights and honed their skills during these interactive as well as hands-on sessions. Our tech team was active throughout the sessions assisting them with their doubts."; break; + case "man hackers-horizon": response = 'The Linux Club organized a highly successful two-day event, "Hackers Horizon" on 11th and 12th February 2023, featuring a full hands-on hacking session led by the esteemed Mr. Ankit Singh, a renowned cybersecurity expert and a top 50 Bugcrowd hacker globally.'; break; + case "man gsoc-made-easy": response = - "Linux Club, VIT Chennai successfully organised “Google Summer of Code Made Easy” , purpose of the event was to guide students about GSOC. Beleswar Prasad Padhi, president of LINUX CLUB was speaker of the event, he participated in GSoC and contributed to the well-known Metasploit cybersecurity framework"; + "Linux Club, VIT Chennai successfully organised “Google Summer of Code Made Easy”, purpose of the event was to guide students about GSOC. Beleswar Prasad Padhi, president of LINUX CLUB was speaker of the event, he participated in GSoC and contributed to the well-known Metasploit cybersecurity framework"; break; + case "man linux-installation-booth": response = "Linux Club, VIT Chennai successfully organised “LINUX INSTALLATION BOOTH”, where we helped students both install Linux OS and dual boot their systems. Our aim was to make Linux accessible to everyone, regardless of their technical background, and we are proud to say that we achieved this goal. During the event, we provided step-by-step guidance and assistance to students installing Linux on their systems. We welcomed more than 200 participants. It was amazing to see the enthusiasm and curiosity of the students who participated in the booth. Many of them were interested in learning more about Linux and its potential."; break; + case "man password": response = "Password in this event participants will have the opportunity to engage in hands-on workshops, where they can learn practical skills related to cybersecurity. These workshops will cover areas like cryptography, penetration testing, and incident response"; @@ -127,10 +117,12 @@ export default function Cli() { response = "Cyber-0-Day 2.0, the flagship event of Technovit, took our future hackers on a riveting expedition into the world of cybersecurity. Held at the grand Netaji Auditorium, this 24-hour tech marathon was an unforgettable experience.The event commenced with a knowledge-packed workshop covering five key topics: Linux fundamentals, OSINT reconnaissance, Web exploitation, cryptography, and Binary exploitation. Participants absorbed valuable insights and honed their skills during these interactive as well as hands-on sessions. Our tech team was active throughout the sessions assisting them with their doubts."; break; + case "man password2": response = "The club's flagship event for the academic year, Password 2.0 saw engaging workshops, the official launch of StratOS and a novel attack and defense based CTF round covering the wide field of cybersecurity"; break; + case "man fossit": response = "FOSSit '24 was a 24-hour Open Source marathon aimed towards introducing the participants to the different aspects of Free and Open Source Software. With workshops, competition, collaboration, the event encapsulated the world of FOSS into a informative and fun experience."; @@ -206,14 +198,16 @@ export default function Cli() {
  • rm: Remove files or directories. rm file_name
  • cp: Copy files or directories. cp source destination
  • - {" "} mv: Move or rename files or directories. mv old_name new_name
  • touch: Create an empty file or update the access and modification times of a file. touch filename
  • -
  • cat: Display the contents of a file. cat filename
  • +
  • + cat: Display the contents of a file. cat filename example: cat + level_8 +
  • echo: Display a message or concatenate files. echo "Hello, Linux!" @@ -222,7 +216,6 @@ export default function Cli() {
); break; - ``; case "board-member": response = ( @@ -289,6 +282,53 @@ export default function Cli() { ); break; + case "nexus": + response = ( +
+ Begin +
+ ); + break; + + case "cat level_8": + response = ( +
+

Requires super user privilege

+
+ ); + break; + + case "sudo cat level_8": + let password = window.prompt("Password: "); + if (password === "Qwa6dhb@LGNp") { + response = ( + + ); + } + break; + + case "sudo": + response = ( +
Learn the basics before using super user privileges
+ ); + break; + + case "ls": + response = ( +
    +
  • Desktop
  • +
  • Downloads
  • +
  • level_8
  • +
  • Music
  • +
  • Pictures
  • +
+ ); + break; + default: response = "Unknown command: " + command; break; From 2b1198719d3b3cb95e460f98061cf4b89c773bd3 Mon Sep 17 00:00:00 2001 From: KreativeThinker Date: Sun, 30 Jun 2024 12:42:31 +0530 Subject: [PATCH 3/4] Updated link --- src/pages/cli/Cli.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/cli/Cli.jsx b/src/pages/cli/Cli.jsx index 5f726c72..c1ab63c5 100644 --- a/src/pages/cli/Cli.jsx +++ b/src/pages/cli/Cli.jsx @@ -285,7 +285,9 @@ export default function Cli() { case "nexus": response = ( ); break; From 415b90abe797060f8ba4e3e15ed08036c44797bd Mon Sep 17 00:00:00 2001 From: KreativeThinker Date: Sun, 30 Jun 2024 16:13:20 +0530 Subject: [PATCH 4/4] Updated link --- src/pages/cli/Cli.jsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/pages/cli/Cli.jsx b/src/pages/cli/Cli.jsx index c1ab63c5..f1611694 100644 --- a/src/pages/cli/Cli.jsx +++ b/src/pages/cli/Cli.jsx @@ -301,16 +301,13 @@ export default function Cli() { break; case "sudo cat level_8": - let password = window.prompt("Password: "); - if (password === "Qwa6dhb@LGNp") { - response = ( - - ); - } + response = ( + + ); break; case "sudo":