This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathctf.html
79 lines (78 loc) · 4.76 KB
/
ctf.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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript">
//<![CDATA[
try{if (!window.CloudFlare) {var CloudFlare=[{verbose:0,p:0,byc:0,owlid:"cf",bag2:1,mirage2:0,oracle:0,paths:{cloudflare:"/cdn-cgi/nexp/dok3v=1613a3a185/"},atok:"35559c5a1125e8a9d50136e7f188fea8",petok:"125135ab82fd12da26473a4f8537ebfd452968f7-1456840185-1800",zone:"udyamfest.org",rocket:"0",apps:{"abetterbrowser":{"ie":"10","opera":null,"chrome":null,"safari":null,"firefox":null}},sha2test:0}];!function(a,b){a=document.createElement("script"),b=document.getElementsByTagName("script")[0],a.async=!0,a.src="//ajax.cloudflare.com/cdn-cgi/nexp/dok3v=fb690a32f5/cloudflare.min.js",b.parentNode.insertBefore(a,b)}()}}catch(e){};
//]]>
</script>
<link rel="stylesheet" href="static/css/reset.css">
<link rel="stylesheet" href="static/css/style.css">
<script src="static/js/modernizr.js"></script>
<title>Digisim</title>
</head>
<body><script type="text/javascript">
//<![CDATA[
try{(function(a){var b="http://",c="udyamfest.org",d="/cdn-cgi/cl/",e="img.gif",f=new a;f.src=[b,c,d,e].join("")})(Image)}catch(e){}
//]]>
</script>
<div class="cd-fold-content single-page" id="main_page">
<h2>Introduction</h2><br>
<p style="text-align: center"><b>If you’re going to make a living in defense, you have to think like the offense.</b></p>
<p style=" text-align: left">Capture The Flag is an event we have set up for solving computer security puzzles and engaging in creative exploration in a safe environment with reduced consequences for activities generally considered malicious or illegal. By providing a safe place to explore, defenders are better able to learn what kinds of techniques they might need to defend against.
</p>
<h2>
Event Structure:
</h2>
<p style=" text-align: left">
1. It is an online competition, will held on February 16<sup>th</sup>, 2016 (duration 36 hours).<br>
2. Maximum of 5 members are allowed in a team.<br><br>
<b>Only 1 member per team has to register for the event.</b><br>
<b>Registrations open at <a href="http://ctf.udyamfest.org">http://ctf.udyamfest.org</a></b>
</p>
<h2>
Rules:
</h2>
<p style=" text-align: left">
<b>Flag:</b> Unless stated otherwise, all flags are shown in this format: UdyamCTF{flag}. For instance, if you encounter UdyamCTF{123456} , the flag is 123456.<br>
<b>Bonus:</b> The first, second, and third teams which submit the correct flag for some of the challenges (which represented by <img src="http://ctf.sharif.edu/2016/statics/img/flag/285.png" height="20px"> ) will get a bonus score of 20,10, and 5 percent of related challenge score respectively.<br>
<b>Share Score:</b> Some challenges which are represented by an star have "Share Score" additionally to its "Base Score". The share score depends on the number of teams who solve the challenge and is calculated as follow:<br>
<span style="horiz-align: center">score = base score + (share score/number of teams who solved the challenge)</span><br>
So all the teams who solve these challenges will receive same score. Note that the score might be reduced as other teams solve the challenge.<br>
<b>Scoreboard:</b> Is accessible from portal.<br>
News: any changes or any news on the contest will be posted there. Don't forget to check the page periodically.<br>
Please obey to the following rules, disregarding to the rules can result in your disqualification<br>
<b>Attacking the UdyamCTF infrastructure is forbidden. This includes scanning, ddos, exploiting possible vulnerabilities, sabotage, etc. Each team has its own flag, do not try to submit a flag obtained by another team.</b><br>
Brute Force and Denial of service attacks on any challenge will not be tolerated, unless the challenge calls for such an attack.<br>
If you find any bugs in our challenges, please report it for possible bonus points.<br>
If there is any other question, please ask.<br>
[Acknowledgements:] Some of the rules obtained from previous CTF's held around the world :)<br><br>
Checkout this link for detailed information about CTF <a href="https://trailofbits.github.io/ctf/">https://trailofbits.github.io/ctf/</a>
</p>
<h2>
Contact Details:
</h2>
<div class="row" style="color: #302E39">
<div class="row">
<div class="col m3">Viyat Bhalodia</div>
<div class="col m6">viyat.bhalodia.ece12@iitbhu.ac.in</div>
<div class="col m3">8948580450</div>
</div>
<div class="row">
<div class="col m3">Ayush Singh</div>
<div class="col m6">ayush.singh.ece13@iitbhu.ac.in</div>
<div class="col m3">7376486397</div>
</div>
<div class="row">
<div class="col m3">Amit Gupta</div>
<div class="col m6">amit.gupta.ece13@iitbhu.ac.in</div>
<div class="col m3">8604881819</div>
</div>
</div>
</div>
<script src="static/js/jquery-2.1.1.js"></script>
<script src="static/js/main.js"></script>
</body>
</html>