forked from InfoSecIITGoa/InfoSecIITGoa.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathctf101.html
187 lines (179 loc) · 9.08 KB
/
ctf101.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html class="full-height" lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CTF101 - InfoSec IIT Goa</title>
<meta name="description" content="InfoSec Club IIT Goa" />
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/mdb.min.css" rel="stylesheet">
<link href="styles/mainctf.css" rel="stylesheet">
</head>
<body id="top">
<!-- Image and text -->
<nav class="navbar navbar-light bg-indigo">
<div class="container-fluid">
<a class="navbar-brand" href="http://infoseciitgoa.tech">
<img src="./img/logo.webp" height="100" alt="" loading="lazy" />
<span class="h1 pt-5 pb-3 white-text">CTF Training Session</span>
</a>
</div>
</nav>
<section class="text-center py-6 grey lighten-4">
<div class="container">
<div class="wow fadeIn">
<h2 class="h1 pt-5 pb-3">CTF101- A Beginner's Guide to Ethical Hacking through Capture the Flag (CTF)
</h2>
<div class="row">
<div class="col-lg-6 py-5">
<img src="img/ctf101.webp" height="270px" class="img-fluid">
</div>
<div class="col-lg-6">
<br><br>
<p class="px-5 mb-5 pb-3 lead blue-grey-text justify-content-between">
CTFs are considered as one of the Best Ways to Start your Journey into the Field of Ethical
Hacking and provides you
with Real Hands-on Experience (Even Cybersecurity Experts recommend it). InfoSec IIT Goa
conducted a CTF training
session at 4PM on 10th January 2021, to guide students on their path to the world of Cyber
Security. <br>The session covered various topics like Web Exploitation, OSINT, Cryptography,
Forensics,
Reverse Engineering and Binary
Exploitation.</p>
<br>
<p class="px-5 mb-5 pb-3 lead blue-grey-text">
</p>
</div>
</div>
</div>
</div>
<div class="container">
<!-- <div class="wow fadeIn">
<h2 class="h1 pt-5 pb-3">Topics Explored</h2>
<p class="px-5 mb-5 pb-3 lead blue-grey-text">
The session covered various topics like
<ul>
<li>
<p class="px-5 mb-5 pb-3 lead blue-grey-text">Web Exploitation</p>
</li>
<li>
<p class="px-5 mb-5 pb-3 lead blue-grey-text">OSINT</p>
</li>
<li>
<p class="px-5 mb-5 pb-3 lead blue-grey-text">Cryptography</p>
</li>
<li>
<p class="px-5 mb-5 pb-3 lead blue-grey-text">Forensics</p>
</li>
<li>
<p class="px-5 mb-5 pb-3 lead blue-grey-text">Reverse Engineering</p>
</li>
<li>
<p class="px-5 mb-5 pb-3 lead blue-grey-text">Binary Exploitation</p>
</li>
</ul>
</p>
</div> -->
<!-- <div class="wow fadeIn">
<h2 class="h1 pt-5 pb-3">OUR VISION</h2>
<p class="px-5 mb-5 pb-3 lead blue-grey-text">
We hope we can gift our future generation a better and safer cyber space where everyone can surf
without
any
worries.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 mb-r wow fadeInUp" data-wow-delay=".3s"><i class="fa fa-dashboard fa-3x orange-text"></i>
<h3 class="h4 mt-3">Design</h3>
<p class="mt-3 blue-grey-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reprehenderit maiores nam, aperiam minima
assumenda deleniti
hic.
</p>
</div>
<div class="col-md-4 mb-r wow fadeInUp" data-wow-delay=".4s"><i class="fa fa-comments-o fa-3x cyan-text"></i>
<h3 class="h4 mt-3">Feedback</h3>
<p class="mt-3 blue-grey-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reprehenderit maiores nam, aperiam minima
assumenda deleniti
hic.
</p>
</div>
<div class="col-md-4 mb-r wow fadeInUp" data-wow-delay=".5s"><i class="fa fa-cubes fa-3x red-text"></i>
<h3 class="h4 mt-3">Execution</h3>
<p class="mt-3 blue-grey-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reprehenderit maiores nam, aperiam minima
assumenda deleniti
hic.
</p>
</div>
</div> -->
</section>
<section class="text-center py-5 indigo darken-1 text-white" id="resources">
<div class="container">
<div class="wow fadeIn">
<h2 class="h1 pt-5 pb-3">Learn Cyber Security</h2>
<div class="row wow zoomIn">
<div class="col-lg-1 col-md-0 mb-r">
</div>
<div class="col-lg-10 col-md-12 mb-r">
<div class="card card-image">
<div
class="text-white text-center resources-card d-flex align-items-center rgba-indigo-strong py-3 px-3 rounded">
<div class="card-body">
<div class="h5">CTF101- Slides</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe
src="https://docs.google.com/presentation/d/e/2PACX-1vTK9UyM10vlyNbvwAk_pYnqjgMTi4wxPWDPA-WNPopXO5dHLX6SjQvefBdt0ExTKBLPMQF-mFMZ81rM/embed?start=false&loop=false&delayms=3000"
frameborder="0" allowfullscreen="true" mozallowfullscreen="true"
webkitallowfullscreen="true"></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-1 col-md-0 mb-r"></div>
</div>
</div>
</section>
<footer class="page-footer indigo darken-2 center-on-small-only pt-0 mt-0" id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mb-5 flex-center">
<a class="px-3"><a href="https://m.facebook.com/infoseciitgoa" target="_blank">
<i class="fa fa-facebook fa-2x white-text"></i></a></a>
<a class="px-3">
<a href="https://www.youtube.com/channel/UCERghQSAf19ebaPDch0JFnQ" target="_blank"><i
class="fa fa-youtube fa-2x white-text">
</i></a></a>
<a class="px-3"><a href="https://twitter.com/infoseciitgoa" target="_blank">
<i class="fa fa-twitter fa-2x white-text"></i></a></a>
<a class="px-3"><a href="https://www.instagram.com/infosec_iitgoa/" target="_blank">
<i class="fa fa-instagram fa-2x white-text"></i></a></a>
<a class="px-3"><a href="https://www.linkedin.com/company/infosec-iit-goa/" target="_blank">
<i class="fa fa-linkedin fa-2x white-text"></i></a>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container-fluid">
<p>© <a href="/">InfoSec WebSite Development Team</a> - Developed By: <a
href="https://leomajorr.github.io/" target="_blank">Ravi Prakash Singh</a>
</p>
</div>
</div>
</footer>
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/mdb.min.js"></script>
<script>new WOW().init();</script>
</body>
</html>