-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·418 lines (395 loc) · 16.4 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
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Workshop to Explore CTF in Academic Security Utility</title>
<link rel="stylesheet" href="fontawesome-5.5/css/all.min.css" />
<link rel="stylesheet" href="slick/slick.css">
<link rel="stylesheet" href="slick/slick-theme.css">
<link rel="stylesheet" href="magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/templatemo-style.css" />
<link rel="stylesheet" href="css/maps.css" />
<!--The Town https://templatemo.com/tm-525-the-town-->
</head>
<body>
<!-- Hero section -->
<section id="hero" class="text-white tm-font-big tm-parallax">
<!-- Navigation -->
<nav class="navbar navbar-expand-md tm-navbar" id="tmNav">
<div class="container">
<div class="tm-next">
<a href="https://pwndevils.com" class="navbar-brand">Pwndevils</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars navbar-toggler-icon"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link tm-nav-link" href="#introduction">About</a>
</li>
<li class="nav-item">
<a class="nav-link tm-nav-link" href="#register">Register</a>
</li>
<li class="nav-item">
<a class="nav-link tm-nav-link" href="#schedule">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link tm-nav-link" href="#venue">Venue</a>
</li>
<li class="nav-item">
<a class="nav-link tm-nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="text-center tm-hero-text-container">
<div class="tm-hero-text-container-inner">
<h2 class="tm-hero-title">Workshop to Explore CTF in Academic Security Utility</h2>
<p class="tm-hero-subtitle">
A gathering of the most brilliant hackers and cyber security researchers in the world!
<br />Hosted by Pwndevils
</p>
</div>
</div>
<div class="tm-next tm-intro-next">
<a href="#introduction" class="text-center tm-down-arrow-link">
<i class="fas fa-3x fa-caret-down tm-down-arrow"></i>
</a>
</div>
</section>
<section id="introduction" class="tm-section-pad-top">
<div class="container">
<div class="row">
<div class="col-lg-6">
<img src="img/about.jpg" alt="Image" class="img-fluid tm-intro-img" />
</div>
<div class="col-lg-6">
<div class="tm-intro-text-container">
<h2 class="tm-text-primary mb-4 tm-section-title">About</h2>
<p class="mb-4 tm-intro-text">
The <strong>Workshop to Explore CTF in Academic Security Utility</strong> is a free-to-attend two day long gathering of the top academic CTFers that is to be held at ASU's Tempe Campus on May 4<sup>th</sup> and May 5<sup>th</sup> of 2019.<br>
<br>
WECTFinASU is open to all academic CTFers and cyber security scholars interested in learning from the best! Lectures / presentations will be geared towards other top CTFers however <strong>students of all skill levels are invited and encouraged to attend</strong>.
</div>
</div>
<div class="col-lg-6">
<div class="tm-intro-text-container">
<p class="mb-4 tm-intro-text">
Members from <strong>PPP</strong> (Carnegie Mellon’s CTF team), <strong>RPISEC</strong> (Rensselaer Polytechnic Institute’s CTF team), <strong>Shellphish</strong> (University of California, Santa Barbara's CTF team), and <strong>Pwndevils</strong> (Arizona State University's CTF team) are already confirmed to attend.<br>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-lg-4">
<h4 class="text-center tm-text-primary mb-4">Presentations</h4>
<p>
<ul>
<li>Top tier CTF teams will hold workshops on a multitude of topics from CTF strategies to bleeding edge pwning techniques!</li>
<li>Presentations on bleeding edge researchers by cyber security researchers!</li>
</ul>
</p>
</div>
<div class="col-lg-4 mt-5 mt-lg-0">
<h4 class="text-center tm-text-primary mb-4">Other Events</h4>
<p>
<ul>
<li>Networking between a CTFers that classically only see each once a year at DEFCON CTF!</li>
<li>Discussions of state-of-the-art CTF tooling, strategies, and anything the presenters feel is worth sharing!</li>
</ul>
</p>
</div>
<div class="col-lg-4 mt-5 mt-lg-0">
<h4 class="text-center tm-text-primary mb-4">Can I present?</h4>
<p>
<ul>
<li>All attendees are free and encouraged to give presentations if time permits!</li>
<li>There is almost no restriction on topics- anything you think is worth sharing may be presented; just remember that your audience is skilled CTFers!</li>
<li>The primary restriction is that your presentation cannot be a marketing campaign; do not try to sell a product or you will be asked to stop.</li>
<li>Contact us below!</li>
</ul>
</p>
</div>
</div>
</section>
<section id="register" class="tm-section-pad-top">
<div class="container tm-container-gallery">
<div class="row">
<div class="text-center col-12">
<h2 class="tm-text-primary tm-section-title mb-4">Register</h2>
<h4>If you plan on attending please let us know by registering at the Eventbrite link below.
Registration is <strong>free</strong>, only takes 5 minutes, and registration is required!<br>
Register at <a href="https://wectfinasu.eventbrite.com"> https://wectfinasu.eventbrite.com</a> or by clicking below.
</h4>
<p class="mx-auto tm-work-description">
<div class="tm-next">
<br>
<a href="https://wectfinasu.eventbrite.com" class="tm-intro-text tm-btn-primary">Click here to Register</a>
</div>
</p>
</div>
</div>
</div>
</section>
<section id="schedule" class="tm-section-pad-top">
<div class="container tm-container-gallery">
<div class="row">
<div class="text-center col-12">
<h2 class="tm-text-primary tm-section-title mb-4">Schedule</h2>
<p class="mx-auto tm-work-description">
The schedule is subject to change! If the group enjoys discussing a topic more time will be allocated to it! The schedule (as talks have yet to be decided yet) is below:
</p>
<br>
<br>
<div style="text-align: center;">
<div style="display: inline-block; text-align: left;">
<p class="mx-auto tm-work-description">
<strong>Saturday (Day 1):</strong><br>
10:00 am: Agenda<br>
10:10 am: Introductions<br>
10:20 am: <a href="./Presentations/A_Not-So_Fuzzy_Art.pdf">Toshi Piazza, Max Shavrick: A Not-So Fuzzy Art</a><br>
11:30 am: <a href="./Presentations/Unicorn_-_PPP_ASU_-_Actual_Talk.pdf">Waituck Wong: Writing a PE Loader from Scratch on Unicorn</a><br>
11:50 am: <a href="./Presentations/Compelling_CTF_Challenges.pdf">Corwin de Boor, Matthew Savage: Compelling CTF Challenges</a><br>
12:30 pm: Lunch Break<br>
2:00 pm: <a href="./Presentations/N-Version-ROP.pdf"> Arvind: N-version ROP: One chain to rule them all</a><br>
2:30 pm: Connor Nelson: Reverse Engineering Python<br>
3:00 pm: <a href="./Presentations/Lessons_in_Effective_Security_Education.pdf
"> Zach Wade, Carolina Zarate: Effective Security Education: Reaching Absolute Beginners</a><br>
3:30 pm: <a href="./Presentations/CFI,_SFI,_and_All_That_Jazz.pdf"> Ben Lim: CFI, SFI, and All That Jazz</a><br>
4:00 pm: Audrey Dutcher: Solving Last Year's Flare-On with angr<br>
4:30 pm: <a href="./Presentations/Automating_Exploitation.pdf"> Chris Salls: Automating Exploitation</a><br>
5:15 pm: Giovanni Vigna: Innovating CTFs: Attempts, Successes, and Failures<br>
6:00 pm: End of day 1
<br>
<strong>Sunday (Day 2):</strong><br>
10:00 am: Agenda<br>
10:05 am: <a href="./Presentations/Browser_Cross_Site_Science.pdf">Amy Burnett: Browser Cross Site Science</a><br>
10:35 am: <a href="./Presentations/Small_Computers_Are_Bad_And_You_Should_Feel_Bad.pdf">Artemis Tosini: An Introduction to Hardware Hacking</a><br>
11:00 am: Connor Nelson: IRE<br>
11:20 am: <a href="./Presentations/Predicting_the_Future_of_Diverse_CTFs.pdf">Zion Basque: Predicting the Future of Diverse CTFs</a><br>
11:40 am: Jack Dates, Jack Phillips: How (not) to Herd your Cattle<br>
12:10 pm: Discussion<br>
12:30 pm: End of day 2
</p>
</div>
</div>
</div>
</div>
</section>
<section id="venue" class="tm-section-pad-top">
<div class="container tm-container-gallery">
<div class="row">
<div class="text-center col-12">
<h2 class="tm-text-primary tm-section-title mb-4">Venue</h2>
<p class="mx-auto tm-work-description">
The workshop shall take place at in room 209 of ASU's Brickyard building. The Brickyard building's address is: <br>
Brickyard Engineering, 699 S Mill Ave, Tempe, AZ 85281.<br>
<div class="resizable-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3329.986432234458!2d-111.94173064895327!3d33.42359808068725!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x872b08d8329334d3%3A0x4fe12bf6b8cf1757!2sBrickyard+Engineering%2C+699+S+Mill+Ave%2C+Tempe%2C+AZ+85281!5e0!3m2!1sen!2sus!4v1554272168166!5m2!1sen!2sus" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</p>
</div>
</div>
<div class="row tm-section-pad-top">
<div class="col-lg-4 mt-5 mt-lg-0">
<i class="fas fa-4x fa-city text-center tm-icon"></i>
<h4 class="text-center tm-text-primary mb-4">Lodging</h4>
<p>The official hotel is the Courtyard Marriott. The hotel's phone number is: <a href="tel://1-480-966-2800">480-966-2800</a>. The hotel's address is: 601 S Ash Ave, Tempe, AZ 85281. After registering you will be emailed instructions about how to book your room at a discounted rate.
</p>
</div>
<div class="col-lg-4 mt-5 mt-lg-0">
<i class="fas fa-4x fa-bicycle text-center tm-icon"></i>
<h4 class="text-center tm-text-primary mb-4">Other Events</h4>
<p>
The Marriott provides a free airport shuttle between the hours of 5:30 am and 10:00 pm. Once you arrive at the airport call <a href="tel://1-480-966-2800">480-966-2800</a> to let them know to come pick you up. The Mariott is located within walking distance of the Brickyard building, which is where the workshop shall take place.
</p>
</div>
<div class="col-lg-4">
<i class="fas fa-4x fa-bus text-center tm-icon"></i>
<h4 class="text-center tm-text-primary mb-4">Transportation</h4>
<p>
If you'd like to explore ASU or Tempe during your free time there are many ways to get around.
<ul>
<li>Bird scooters litter the streets, to use them just download the Bird app on your phone.</li>
<li>The Lightrail is a small train that runs around Tempe and to Phoenix, it runs roughly every 10-15 minutes.</li>
<li>There are many different buses available.</li>
<li>Uber and Lyft are also available here</li>
<li>Electric bikes that operate much like Bird scooters are also available</li>
<li>Many things around Tempe can be walked to</li>
<li>Taxi's can be called if all else fails</li>
</ul>
</p>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="tm-section-pad-top tm-parallax-2">
<div class="container tm-container-contact">
<div class="row">
<div class="col-12">
<h2 class="mb-4 tm-section-title">Contact</h2>
<div class="mb-5 tm-underline">
<div class="tm-underline-inner"></div>
</div>
<p class="mb-5">
This event has been organized by pwndevils. The official point of contact with the pwndevils concerning this workshop is <strong>Zachary Wimer</strong>. If you are in the Pwndevils slack message <strong>@zwimer</strong>.
</p>
</div>
<div class="col-sm-12 col-md-6 d-flex align-items-center tm-contact-item">
<a href="mailto:[email protected]?Subject=WeCTFinASU" class="tm-contact-item-link">
<i class="fas fa-3x fa-envelope mr-4"></i>
<span class="mb-0">[email protected]</span>
</a>
</div>
</div>
</div>
<footer class="text-center small tm-footer">
<p class="mb-0">
Copyright © 2019 Pwndevils
- Design: <a rel="nofollow" href="https://themewagon.com" class="tm-footer-link">Theme Wagon</a>
</p>
</footer>
</section>
<script src="js/jquery-1.9.1.min.js"></script>
<script src="slick/slick.min.js"></script>
<script src="magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.singlePageNav.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
function getOffSet(){
var _offset = 450;
var windowHeight = window.innerHeight;
if(windowHeight > 500) {
_offset = 400;
}
if(windowHeight > 680) {
_offset = 300
}
if(windowHeight > 830) {
_offset = 210;
}
return _offset;
}
function setParallaxPosition($doc, multiplier, $object){
var offset = getOffSet();
var from_top = $doc.scrollTop(),
bg_css = 'center ' +(multiplier * from_top - offset) + 'px';
$object.css({"background-position" : bg_css });
}
// Parallax function
// Adapted based on https://codepen.io/roborich/pen/wpAsm
var background_image_parallax = function($object, multiplier, forceSet){
multiplier = typeof multiplier !== 'undefined' ? multiplier : 0.5;
multiplier = 1 - multiplier;
var $doc = $(document);
// $object.css({"background-attatchment" : "fixed"});
if(forceSet) {
setParallaxPosition($doc, multiplier, $object);
} else {
$(window).scroll(function(){
setParallaxPosition($doc, multiplier, $object);
});
}
};
var background_image_parallax_2 = function($object, multiplier){
multiplier = typeof multiplier !== 'undefined' ? multiplier : 0.5;
multiplier = 1 - multiplier;
var $doc = $(document);
$object.css({"background-attachment" : "fixed"});
$(window).scroll(function(){
var firstTop = $object.offset().top,
pos = $(window).scrollTop(),
yPos = Math.round((multiplier * (firstTop - pos)) - 186);
var bg_css = 'center ' + yPos + 'px';
$object.css({"background-position" : bg_css });
});
};
$(function(){
// Hero Section - Background Parallax
background_image_parallax($(".tm-parallax"), 0.30, false);
background_image_parallax_2($("#contact"), 0.80);
// Handle window resize
window.addEventListener('resize', function(){
background_image_parallax($(".tm-parallax"), 0.30, true);
}, true);
// Detect window scroll and update navbar
$(window).scroll(function(e){
if($(document).scrollTop() > 120) {
$('.tm-navbar').addClass("scroll");
} else {
$('.tm-navbar').removeClass("scroll");
}
});
// Close mobile menu after click
$('#tmNav a').on('click', function(){
$('.navbar-collapse').removeClass('show');
})
// Scroll to corresponding section with animation
$('#tmNav').singlePageNav();
// Add smooth scrolling to all links
// https://www.w3schools.com/howto/howto_css_smooth_scroll.asp
$("a").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 400, function(){
window.location.hash = hash;
});
} // End if
});
// Pop up
$('.tm-gallery').magnificPopup({
delegate: 'a',
type: 'image',
gallery: { enabled: true }
});
// Gallery
$('.tm-gallery').slick({
dots: true,
infinite: false,
slidesToShow: 5,
slidesToScroll: 2,
responsive: [
{
breakpoint: 1199,
settings: {
slidesToShow: 4,
slidesToScroll: 2
}
},
{
breakpoint: 991,
settings: {
slidesToShow: 3,
slidesToScroll: 2
}
},
{
breakpoint: 767,
settings: {
slidesToShow: 2,
slidesToScroll: 1
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});
});
</script>
</body>
</html>