-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (82 loc) · 4.32 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Home">
<meta name="author" content="CaptainFreak">
<title>Team UnderDawgs</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/cover/">
<link href="https://getbootstrap.com/docs/4.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://getbootstrap.com/docs/4.0/examples/cover/cover.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/footer.css" rel="stylesheet">
<script src="js/main.js"></script>
</head>
<body style="box-shadow: none;">
<div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
<header class="masthead" style="margin-bottom: 25%;">
<div class="inner">
<h3 class="masthead-brand" style="text-align: center;">UnderDawgs</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="https://underdawgs.in/">Home</a>
<a class="nav-link" href="https://ctftime.org/team/60327">CTFtime</a>
<a class="nav-link" href="https://underdawgs.in/blog">Blog</a>
<a class="nav-link" href="https://underdawgs.in/writeups/">Writeups</a>
<a class="nav-link" href="https://underdawgs.in/invite.html">Join Us</a>
</nav>
</div>
</header>
<main role="main" class="inner cover">
<h1 class="cover-heading"> Write-ups
</h1><br>
<p class="lead" style="font-size: 20px;"><b>2020</b>
</p><hr>
<div class="row">
<p class="write-up-links"><a href="https://blog.shoebpatel.com/2020/05/18/DefCon-CTF-2020-HTTP-Desync-between-HAProxy-Gunicorn/">DefCon CTF Quals 2020 - HTTP Desync between HAProxy & Gunicorn </a> by CaptainFreak
</p>
<p class="write-up-links"><a href="https://blog.shoebpatel.com/2020/03/23/FireShell-CTF-2020-Write-up/">FireShell CTF 2020 </a> by CaptainFreak
</p>
<p class="write-up-links"><a href="https://pwnchief.com/cars-writeup-fireshell-ctf-2020/">Cars writeup – FireShell CTF 2020 </a> by PwnChief
</p>
<p class="write-up-links"><a href="https://github.com/TeamUnderdawgs/CTF-Docs/blob/master/pragyan2020/Brutus.md/">Brutus – Pragyan CTF 2020 </a> by 0xRudra
</p>
</div>
<hr>
<p class="lead" style="font-size: 20px;"><b>2019</b>
</p><hr>
<div class="row">
<p class="write-up-links"><a href="https://blog.shoebpatel.com/2020/01/31/Facebooks-BountyCon-2020-CTF-Writeup/">Facebook's BountyCon 2020 CTF </a> by CaptainFreak
</p>
</div>
<hr>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12" style="text-align: center;">
<p class="copyright-text">Copyright © <script>document.write(new Date().getFullYear())</script> All Rights Reserved by <a href="https://underdawgs.in/">Underdawgs</a>.
</p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li><a class="twitter" href="https://twitter.com/underdawgs/"><i class="fa fa-twitter"></i></a></li>
<li><a class="github" href="https://github.com/TeamUnderdawgs/"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
</main>
<br>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="https://getbootstrap.com/docs/4.0/assets/js/vendor/popper.min.js"></script>
<script src="https://getbootstrap.com/docs/4.0/dist/js/bootstrap.min.js"></script>
</body>
</html>