This repository was archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
246 lines (229 loc) · 10.1 KB
/
index.html
File metadata and controls
246 lines (229 loc) · 10.1 KB
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hack@UCF Workshops</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if IE]><link rel="shortcut icon" href="favicon.ico"><![endif]-->
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<link rel="icon" href="favicon.png">
<!-- meyer reset -->
<link rel="stylesheet" href="css/reset.css">
<!-- bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- site specific -->
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="text-center page-header logo">
<a href="https://hackucf.org"><img src="images/hackucf_logo.png" alt="Hack@UCF logo"></a>
</div>
</div>
<!-- Begin Workshops -->
<div class="row">
<div class="col-md-12">
<h1>Workshops</h1>
<h3>irc.freenode.net #hackucf</h3>
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Binary Exploitation Workshop</h4>
</div>
<div class="panel-body">
<a href="https://github.com/kablaa/CTF-Workshop">Challenges</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Web Hacking Workshop</h4>
</div>
<div class="panel-body">
<a href="https://github.com/HackUCF/workshops-http">Challenges</a><br>
<a href="http://ctfd.hackucf.org:40080/">HackUCF CTFd (must be on campus or VPNd)</a>
<h5>Lecture Slides</h5>
<ul class="list">
<li><a href="https://goo.gl/4BTjEn">01/30/16 - Intro to the Web</a></li>
<li><a href="https://goo.gl/DcwqDp">02/06/16 - Web Applications</a></li>
<li><a href="https://goo.gl/73mhxg">02/13/16 - OWASP Top 10</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Workshops -->
<!-- Begin More Practice -->
<div class="row">
<div class="col-md-12">
<h1>More practice</h1>
<div class="row">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Web Hacking Challenges</h4>
</div>
<div class="panel-body">
<ul class="list">
<li><a href="http://challenges.hackucf.org/easy.php">Easy 1</a></li>
<li><a href="http://challenges.hackucf.org/easy2.php">Easy 2</a></li>
<li><a href="http://challenges.hackucf.org/medium">Medium</a></li>
<li><a href="http://challenges.hackucf.org/medium2.php">Medium 2</a></li>
<li><a href="http://challenges.hackucf.org/ghost.png">Candy Grab 101</a> (Hint: this is a multi-step challenge)</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Wargames</h4>
</div>
<div class="panel-body">
<ul class="list">
<li><a href="http://www.pwnable.kr">pwnable.kr</a></li>
<li><a href="http://smashthestack.org/">Smash the Stack</a></li>
<li><a href="https://www.hackthissite.org/">Hack This Site</a></li>
<li><a href="http://overthewire.org/wargames/">Over the Wire</a></li>
<li><a href="https://github.com/hackerclub/skidctf">Hack Evergreen</a></li>
<li><a href="https://exploit-exercises.com/protostar/">Protostar</a> (Raytheon SI Interview)</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Mock CTFs</h4>
</div>
<div class="panel-body">
<ul class="list">
<ol>
<li><a href="practice/ctf_1">Level 1</a></li>
<li><a href="practice/ctf_2">Level 2</a></li>
<li><a href="practice/ctf_3">Level 3</a></li>
</ol>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Provisioned Environments</h4>
</div>
<div class="panel-body">
Web Hacking Practice
<ul class="list">
<li><a href="http://sourceforge.net/projects/mutillidae/files/mutillidae-project/">NOWASP (Mutillidae)</a> (OWASP Web penetration testing practice)</li>
<li><a href="https://github.com/WebGoat/WebGoat/releases">OWASP WebGoat</a></li>
<li><a href="http://sourceforge.net/projects/samurai/files/">Samurai Web Testing Framework (WTF)</a></li>
<li><a href="http://www.dvwa.co.uk/">Damn Vulnerable Web Application</a></li>
<li><a href="https://hack.me/">Hack.Me</a></li>
<li><a href="http://sourceforge.net/projects/bwapp/files/bee-box/">bWAPP (bee-box VM)</a></li>
</ul>
Various
<ul class="list">
<li><a href="https://www.vulnhub.com/">VulnHub</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End More Practice -->
<!-- Begin Resources -->
<div class="row">
<div class="col-md-12">
<h1>Resources</h1>
<div class="row">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Binary Exploitation Tools</h4>
</div>
<div class="panel-body">
<ul class="list">
<li><a href="http://www.asciitohex.com/">Hex Converter</a></li>
<li><a href="https://github.com/longld/peda">PEDA (for GDB)</a></li>
<li><a href="https://github.com/joelpx/reverse">reverse.py</a></li>
<li><a href="https://github.com/Gallopsled/pwntools">pwntools</a></li>
<li><a href="https://www.hex-rays.com/products/ida/support/download.shtml">IDA</a></li>
<li><a href="https://github.com/radare/radare2">radare2 (r2)</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Past CTF Writeups</h4>
</div>
<div class="panel-body">
<ul class="list">
<li>
Asis Quals
(<a href="https://github.com/ctfs/write-ups-2014/tree/master/asis-ctf-quals-2014">2014</a>,
<a href="https://github.com/ctfs/write-ups-2015/tree/master/asis-quals-ctf-2015">2015</a>)
</li>
<li>
Asis Finals
(<a href="https://github.com/ctfs/write-ups-2014/tree/master/asis-ctf-finals-2014">2014</a>,
<a href="https://github.com/ctfs/write-ups-2015/tree/master/asis-finals-ctf-2015">2015</a>)
</li>
<li>
CSAW Quals
(<a href="https://github.com/ctfs/write-ups-2014/tree/master/csaw-ctf-2014">2014</a>,
<a href="https://github.com/ctfs/write-ups-2015/tree/master/csaw-ctf-2015">2015</a>)
</li>
<li>
CSAW Finals
(<a href="https://github.com/ctfs/write-ups-2015/tree/master/csaw-finals-ctf-2015">2015</a>)
</li>
<li>
PlaidCTF
(<a href="https://github.com/ctfs/write-ups-2014/tree/master/plaid-ctf-2014">2014</a>,
<a href="https://github.com/ctfs/write-ups-2015/tree/master/plaidctf-2015">2015</a>)
</li>
<li>
Hack.LU
(<a href="https://github.com/ctfs/write-ups-2014/tree/master/hack-lu-ctf-2014">2014</a>,
<a href="https://github.com/ctfs/write-ups-2015/tree/master/hack-lu-ctf-2015">2015</a>)
</li>
<li>
Ghost in the Shellcode
(<a href="https://github.com/ctfs/write-ups-2014/tree/master/ghost-in-the-shellcode-2014">2014</a>,
<a href="https://github.com/ctfs/write-ups-2015/tree/master/ghost-in-the-shellcode-2015">2015</a>)
</li>
<li>
Boston Key Party
(<a href="https://github.com/ctfs/write-ups-2014/tree/master/boston-key-party-2014">2014</a>,
<a href="https://github.com/ctfs/write-ups-2015/tree/master/boston-key-party-2015">2015</a>)
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Resources -->
<div class="row">
<div class="col-md-6">
<h1>Upcoming CTFs</h1>
<iframe id="ctftime-calendar" src="https://calendar.google.com/calendar/embed?src=ctftime@gmail.com&ctz=America/New_York" height="500px"></iframe>
</div>
</div>
</div>
</body>
</html>