-
Notifications
You must be signed in to change notification settings - Fork 35
/
instructions.html
114 lines (100 loc) · 7.19 KB
/
instructions.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Lakshya CTF</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="css/bootstrap4-neon-glow.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel='stylesheet' href='//cdn.jsdelivr.net/font-hack/2.020/css/hack.min.css'>
<link rel="stylesheet" href="css/main.css">
</head>
<body class="imgloaded">
<div class="glitch">
<div style="position: fixed;" class="glitch__img"></div>
<div style="position: fixed;" class="glitch__img"></div>
<div style="position: fixed;" class="glitch__img"></div>
<div style="position: fixed;" class="glitch__img"></div>
<div style="position: fixed;" class="glitch__img"></div>
</div>
<div class="navbar-dark text-white">
<div class="container">
<nav class="navbar px-0 navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a href="index.html" class="pl-md-0 p-3 text-decoration-none text-light">
<h3 class="bold"><span class="color_danger">LAKSHYA</span><span class="color_white">CTF</span></h3>
</a>
</div>
<div class="navbar-nav ml-auto">
<a href="index.html" class="p-3 text-decoration-none text-light bold">Home</a>
<a href="about.html" class="p-3 text-decoration-none text-light bold">About</a>
<a href="hackerboard.html" class="p-3 text-decoration-none text-light bold">Hackerboard</a>
<a href="login.html" class="p-3 text-decoration-none text-light bold">Login</a>
<a href="register.html" class="p-3 text-decoration-none text-light bold">Register</a>
</div>
</div>
</nav>
</div>
</div>
<div class="jumbotron bg-transparent mb-0 pt-3 radius-0">
<div class="container">
<div class="row">
<div class="col-xl-12">
<h1 class="display-1 bold color_white content__title text-center"><span class="color_danger">INSTRUC</span>TIONS<span class="vim-caret"> </span></h1>
<p class="text-grey text-spacey text-center hackerFont lead">
Now that you are a part of our community, you must know of some rules we follow around here.
</p>
<div class="row justify-content-center hackerFont ">
<div class="col-md-10">
<h5 class="bold color_white pt-3">
General Rules and Instructions
</h5>
<ul>
<li>When you start the CTF, 45 minutes will be alloted to complete the challenges.</li>
<li>Each question has some points to it depending upon the difficulty. Taking a hint will deduce 10% of the points associated with the question. </li>
<li>There is no particular order of solving the questions.</li>
<li>Judging of the round will be based on two parameters. The first is the score of the team and second is the time required. </li>
<li>Ranks can be viewed on the leaderboard page. The leaderboard time is updated everytime a submission is made.</li>
<li>Flags found are of the format <span class="vim-caret">lakshya_ctf{some_text}.</span> Some of the files may contain just the inner text within the brackets. Make sure you submit it in the format specified. Flag text is not
case sensitive.</li>
<li>This is a competitive environment with the aim of learning cyber security and ethical hacking. Please do not share the flags & solutions with others.</li>
<li>Internet access is granted. Feel free to explore and read about the concept behind the problem. </li>
</ul>
<h5 class="bold color_white pt-3">
Special Rules and Instructions
</h5>
<ul>
<li>Dont try to hack anything apart from this CTF Network </li>
<li>Dont try to hack other members </li>
<li>Dont spoil! Dont share how you solved each challenge with other members. </li>
<li>Performing denial of service attacks on the server will lead to disqualification. You are requested to play ethically.</li>
<li>Brute force attacks on the flag form is prohibited.</li>
<li>Remember, once the timer starts, it can't be paused. The timer will not resume if you logout and log back in.</li>
</ul>
<div class="row text-center pt-5">
<div class="col-xl-12">
<button class="btn btn-outline-danger btn-shadow px-3 my-2 ml-0 ml-sm-1 text-left typewriter" onclick="(function(){window.location.href='quests.html'})();">
<h4>LET THE HACKING BEGIN!</h4>
</button>
<small id="registerHelp" class="mt-2 form-text text-muted">We expect each and every one of you to comply by the rules. Failure to do so might result in a permanent ban.</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>