-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn-more.html
124 lines (116 loc) · 7.45 KB
/
learn-more.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SSCIT CYBER ARENA - Learn More</title>
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/learn.css">
</head>
<body>
<div class="container">
<div class="header">
<h1>Welcome to SSCIT CYBER ARENA</h1>
<p>Your Ultimate Cybersecurity Training Ground</p>
</div>
<div class="ascii-art">
<pre><center>
,----,
,/ .`|
,----.. ,` .' : ,---,. ,---,
/ / \ ; ; / ,' .' | ' .' \
| : : .'___,/ ,' ,---.' | / ; '. __ ,-. ,---,
. | ;. / | : | | | .' : : \ ,' ,'/ /| ,-+-. / |
. ; /--` ; |.'; ; : : : : | /\ \ ' | |' | ,---. ,--.'|' | ,--.--.
; | ; `----' | | : | |-, | : ' ;. : | | ,' / \ | | ,"' | / \
| : | ' : ; | : ;/| | | ;/ \ \ ' : / / / | | | / | | .--. .-. |
. | '___ | | ' | | .' ' : | \ \ ,' | | ' . ' / | | | | | | \__\/: . .
' ; : .'| ' : | ' : ' | | ' '--' ; : | ' | / | | | |--' / / ,. |
' | '/ : ; |.' | | | | : : | , ; ' | / | | | |--' / / ,. |
| : / '---' | : \ | | ,' ---' | : | | |/ ; : .' \
\ \ .' | | ,' `--'' \ \ / '---' | , .-./
`---` `----' `----' `--`---'
</pre></center>
</div>
<section class="about">
<h2>What is SSCIT CYBER ARENA?</h2>
<p>SSCIT CYBER ARENA is an advanced cybersecurity training platform designed for aspiring hackers, cybersecurity enthusiasts, and professionals. Our platform offers a diverse range of challenges to help you hone your skills in a real-world environment.</p>
</section>
<section class="ctf">
<h2>What is Capture The Flag (CTF)?</h2>
<p>CTF is a type of cybersecurity competition that challenges participants to solve problems and capture digital flags. These challenges simulate real-world cybersecurity problems, helping you improve your technical skills in areas like:</p> <br>
<div class="grid">
<div class="card">
<h3>Getting Started</h3>
<p>Begin your journey into cybersecurity with essential concepts, tools, and skills.</p>
<a href="category.html?category=Getting-Started" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>Miscellaneous</h3>
<p>Engage in various other challenges that test your overall cybersecurity skills.</p>
<a href="category.html?category=Miscellaneous" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>OSINT</h3>
<p>Gather and analyze publicly available information to uncover hidden details.</p>
<a href="category.html?category=OSINT" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>Reversing</h3>
<p>Understand the inner workings of software by dissecting and analyzing code.</p>
<a href="category.html?category=Reversing" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>Cryptography</h3>
<p>Decrypt messages and uncover hidden information using cryptographic techniques.</p>
<a href="category.html?category=Cryptography" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>PWN</h3>
<p>Exploit vulnerabilities in binaries or heaps and take control of the target systems.</p>
<a href="category.html?category=PWN" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>Web Exploitation</h3>
<p>Find and exploit vulnerabilities in web applications to gain unauthorized access.</p>
<a href="category.html?category=Web-Exploitation" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>Steganography</h3>
<p>Hide and uncover information within images, audio, and other files.</p>
<a href="category.html?category=Steganography" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>Forensics</h3>
<p>Analyze and recover digital evidence from computers, mobile devices, and networks.</p>
<a href="category.html?category=Forensics" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>Artifical Intelligence</h3>
<p>Explore how AI enhances threat detection, response automation, and cybersecurity analytics.</p>
<a href="category.html?category=Artificial-Intelligence" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>Case Studies</h3>
<p>Learn from real-world cyber incidents and how they were resolved to improve security practices.</p>
<a href="category.html?category=Case-Studies" class="learn-more-button">Study More</a>
</div>
<div class="card">
<h3>Attack / Defence</h3>
<p>Master both offensive and defensive strategies to protect systems and attack vulnerabilities.</p>
<a href="category.html?category=Attack-Defence" class="learn-more-button">Study More</a>
</div>
</div>
</section>
<section class="benefits">
<h2>Why Participate?</h2>
<p>Participating in SSCIT CYBER ARENA will sharpen your technical skills, provide hands-on experience with real-world challenges, and prepare you for a career in cybersecurity. Whether you’re interested in hackathons, CTFs, or just want to enhance your skills, our platform is designed to meet your needs.</p>
</section>
<div class="buttons">
<a href="index.html" class="button">Home</a>
<a href="https://ctf.0x4m4.com/" class="button" target="_blank">Enter the Arena!</a>
<a href="https://0x4m4.com/" class="button" target="_blank">About</a>
</div>
</div>
</body>
</html>