-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
195 lines (182 loc) · 12.5 KB
/
faq.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
188
189
190
191
192
193
194
195
<!doctype html>
<html lang="en">
<head>
<title>InCTF Junior</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!--header icon CSS -->
<link rel="icon" href="assets/img/fabicon.png">
<!-- animations CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- font-awsome CSS -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- mobile menu CSS -->
<link rel="stylesheet" href="assets/css/slicknav.min.css">
<!--css animation-->
<link rel="stylesheet" href="assets/css/animation.css">
<!--css animation-->
<link rel="stylesheet" href="assets/css/material-design-iconic-font.min.css">
<!-- style CSS -->
<link rel="stylesheet" href="style.css">
<!-- responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!--header area start-->
<div class="header-area wow fadeInDown header-absolate" id="nav" data-0="position:fixed;" data-top-top="position:fixed;top:0;" data-edge-strategy="set">
<div class="container">
<div class="row">
<div class="col-4 d-block d-lg-none">
<div class="mobile-menu"></div>
</div>
<div class="col-4 col-lg-2">
<div class="logo-area">
<a href="https://www.amrita.edu/"><img src="assets/img/welcome-img.png" alt=""></a>
</div>
</div>
<div class="col-4 col-lg-8 d-none d-lg-block">
<div class="main-menu text-center">
<nav>
<ul id="slick-nav">
<li><a class="scroll" href="index.html">home</a>
</li>
<li><a class="scroll" href="index.html#about">About</a>
<ul>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="press.html">Press Details</a></li>
</ul>
</li>
<li><a class="scroll" href="index.html#token">Roadmap</a></li>
<li><a class="scroll" href="index.html#roadmap">Timeline</a></li>
<li><a class="scroll" href="#resources">Learning Resources</a>
<ul>
<li><a href="https://wiki.bi0s.in/">Wiki</a></li>
<li><a href="https://www.youtube.com/inctfj">youtube</a></li>
</ul>
</li>
<li><a class="scroll" href="faq.html">FAQ</a></li>
<li><a class="scroll" href="index.html#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-4 col-lg-2 text-right">
<a href="https://portal.junior.inctf.in/login/" class="logibtn gradient-btn">login</a>
</div>
</div>
</div>
</div>
<!--header area end-->
<!--single blog area start-->
<div class="single-blog-area section-padding">
<div class="container">
<div class="row">
<div class="col-12 col-lg-9 offset-1" >
<a href="#" class="single-blog-top"></a>
<div class="space-10"></div>
<a href="#" class="single-blog-h1" >Frequently Asked Questions</a>
<div class="space-10"></div>
<div class="space-50"></div>
<a href="#" class="single-blog-h4">What is a Capture The Flag competition ?</a>
<div class="space-20"></div>
<p>CTFs (Abbreviation for Capture The Flag) are a type of computer security competition. Contestants are presented with a set of challenges which test their creativity, technical (and googling) skills, and problem-solving ability. Challenges usually cover a number of categories, and when solved, each yields a string (called a flag) which is submitted to an online scoring service. CTFs are a great way to learn a wide array of computer security skills in a safe, legal environment, and are hosted and played by many security groups around the world for fun and practice. </p>
<div class="space-20"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">Who can play Amrita InCTF Junior ?</a>
<div class="space-20"></div>
<p>
The competition is open to all high school students (8th - 12th grade) from India.</p>
<div class="space-30"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">How much does it cost to participate in Amrita InCTF Junior?</a>
<div class="space-20"></div>
<p>
Participation is fully free: there are no fees for participating in the contest.</p>
<div class="space-30"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">Why should I play this ?</a>
<div class="space-20"></div>
<p>
Developing skills in the area of cyber security opens up a whole new range of career opportunities for skilled graduates. Today graduates with expertise in cyber security are in great demand for the positions of security analysts in top private computer firms in India. Of course apart from the private computer firms, the Electronic and Computer Science Division of DRDO (Defence Research and Development Organization), which is the government wing that currently handles the national cyber security, is also in need of cyber security professionals with skills, agility and a fresh and updated outlook at cyber security.</p>
<div class="space-30"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">Where does this happen ?</a>
<div class="space-20"></div>
<p>
The Internet! The competition will be indefinitely available online at this website. As long as you have the ability to install software and have unfiltered Internet access, the participants can compete from anywhere in India.</p>
<div class="space-30"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">How can I prepare for this competition ?</a>
<div class="space-20"></div>
<p>
The challenges from the previous round of InCTFj are accessible. The detailed solutions to these challenges will be put up later on. New users can use these solutions to learn as the challenges for this round might cover similar concepts as well. It might also be helpful to learn a bit of programming in languages such as C, Python, Javascript and HTML.</p>
<div class="space-30"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">What do I need for this competition ?</a>
<div class="space-20"></div>
<p>
Full participation in the competition requires only a computer (preferably running Linux operating system) with a modern web browser and the ability to install applications, and ofcourse Internet access.</p>
<div class="space-30"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">What are the topics included ?</a>
<div class="space-20"></div>
<p>
Our categories are Reverse engineering, Binary exploitation, Web exploitation, Cryptography, Forensics and Trivia.</p>
<div class="space-30"></div><div class="space-20"></div>
<a href="#" class="single-blog-h4">What do I get if I win ?</a>
<div class="space-20"></div>
<p>You will be invited for a 2-day cybersecurity training followed by the final contest. The winners will be given a cash pool prize worth Rs. 90,000. </p>
<div class="space-30"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">What constitutes as cheating ?</a>
<div class="space-20"></div>
<p>
Attacking the scoring server, other teams, or machines not explicitly designated as targets is cheating. This includes both breaking into such machines and denying others access to them. Sharing solutions or providing overly-revealing hints with other teams is cheating, as is being directly assisted by personnel other than contest admins (using tools from the internet is OK; asking people on the internet to help you solve the problem is not). We encourage you to solve problems in novel and creative ways using all available resources, but we do require that you solve them yourselves.</p>
<div class="space-30"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">Are there any similar competitions ?</a>
<div class="space-20"></div>
<p>
There are several CTF’s that are intended to help high school students gain some experience such as picoCTF, EasyCTF, HSCTF etc. You may try out the challenges from these CTF’s if available.</p>
<div class="space-30"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">What is the role of a mentor?</a>
<div class="space-20"></div>
<p>
The mentor is a guardian who we can contact for any information regarding the student. We prefer that the student's school computer science teacher be the mentor, since communications will be much easier with someone who has the technical knowledge and aptitude. The mentor will not have to actively guide you on the learning process. The student is instead expected to solve all challenges without any outside help.</p>
<div class="space-30"></div>
<div class="space-20"></div>
<a href="#" class="single-blog-h4">I have some doubts, where can I ask ?</a>
<div class="space-20"></div>
<p>
You can contact us at our facebook page for priority reply or email us directly at [email protected] or call us at 8129426557.</p>
<div class="space-30"></div>
</div>
</div>
</div>
</div>
<!-- jquery 2.2.4 js-->
<script src="assets/js/jquery-2.2.4.min.js"></script>
<!-- popper js-->
<script src="assets/js/popper.js"></script>
<!-- carousel js-->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- wow js-->
<script src="assets/js/wow.min.js"></script>
<!-- bootstrap js-->
<script src="assets/js/bootstrap.min.js"></script>\
<!--skroller js-->
<script src="assets/js/skrollr.min.js"></script>
<!--mobile menu js-->
<script src="assets/js/jquery.slicknav.min.js"></script>
<!--particle s-->
<script src="assets/js/particles.min.js"></script>
<!-- main js-->
<script src="assets/js/main.js"></script>
</body>
</html>