-
Notifications
You must be signed in to change notification settings - Fork 5
/
lhd.html
422 lines (419 loc) · 19.3 KB
/
lhd.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
419
420
421
422
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Social Media Schema -->
<meta property="og:title" content="TUDev" />
<meta property="og:image" content="http://tudev.org/img/meeting-splash-sm.jpg" />
<meta property="og:description" content="A hackathon at Temple on December 2nd!" />
<link rel="icon" type="image/png" href="./img/logo-red.png" />
<meta name="description" content="A hackathon at Temple on December 2nd!">
<meta name="author" content="TUDev">
<title>Local Hack Day - TUDev</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Product+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link rel="stylesheet" href="vendor/device-mockups/device-mockups.min.css">
<!-- Theme CSS -->
<link href="css/new-age-lhd.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" style="overflow-x: hidden;">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="https://tudev.org"><img class="navbar-corner-icon" src="./img/logo-red.png" width="25px" style="display: inline; margin-top:-5px; margin-right:15px" /> <span>TUDev</span></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<button class="btn btn-secondary dropdown-toggle page-scroll" type="button" id="dropdownMenuButton" data-toggle="dropdown">
Events <i class="fa fa-chevron-down" aria-hidden="true"></i>
</button>
<ul class="dropdown-menu dropdown-menu-left">
<li>
<a class="page-scroll dd-label" href="./lhd">
Local Hack Day
</a>
</li>
<li>
<a class="page-scroll dd-label" href="./codeatnight">
Code @ Night
</a>
</li>
<li>
<a class="page-scroll dd-label" href="./hackmarch">
HackMarch
</a>
</li>
<li>
<a class="page-scroll dd-label" href="http://owlhacks.com/">
OwlHacks
</a>
</li>
</ul>
</li>
<li>
<a class="page-scroll" href="https://blog.tudev.org/">Blog</a>
</li>
<li>
<a class="page-scroll" href="https://hackpack.tudev.org/">
HackPack
</a>
</li>
<li>
<a class="page-scroll" href="https://tudev.org/sponsorship">
Sponsorship
</a>
</li>
<li>
<a target="_blank" class="page-scroll" href="https://docs.google.com/forms/d/e/1FAIpQLSdsJbBbza_HsqhGM_5YjaSo-XnWug2KNCXv9CYQcXW4qtCQsw/viewform" style="background-color:rgba(255,255,255,.2)">Join Us</a>
</li>
<li>
<a class="page-scroll" href="https://tudev.org">
Return to TUDev.org
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<video id="video" class="splash-video" autoplay>
<source src="./morgantemplevideo.mp4" type="video/mp4">
</video>
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="header-content">
<div class="header-content-inner">
<h1>TUDev presents: <br><b>Local Hack Day @ Temple</b></h1>
<h3>A 12 hour hack day that brings together the local hacker community to celebrate building awesome technology.</br></h3>
<h5><b>Who:</b> This event is open to any university students in the Philadelphia area. </br> Unfortunately, we cannot allow high school students at this time.</h5>
<h5><b>Where:</b> TBD</h5>
<h5><b>When:</b> Spring 2019 | <a href="#schedule-section">Schedule Below</a></h5>
<h5><b>Cost:</b> FREE!</h5>
<h5><b>What should I bring?</b> </br>Hackers should bring their own devices (laptops, phones, any hardware they may need, chargers, etc.), a form of ID, and anything else they might need all day.</h5>
<h5><b>Questions?</b> Contact <a href="mailto:[email protected]"><u>[email protected]</u></a></h5>
<hr>
<h5><b>Sponsorship</b> </br>Interested in sponsoring? Click the button below to view our sponsorship document, and please don't hesitate to email us with any questions you may have.</h5>
<!--<h5>We meet every first Thursday of the month @ 5:00 PM in SERC Rm. 358</h5>//-->
<br>
<!--<a href="#what" class="btn btn-outline btn-xl page-scroll">Learn More</a> //-->
<a target="_blank" href="https://hackday.mlh.io/Temple%20University" class="btn btn-outline btn-xl page-scroll">Register Today! <i class="fa fa-arrow-right"></i></a>
<a target="_blank" href="https://tudev.org/sponsorship">Interested in sponsoring? <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-sm-5">
<div class="header-content">
<div class="header-content-inner" style="width:100%">
<center><a target="_blank" href="https://hackday.mlh.io/Temple%20University" class="img-btn"><img src="./img/lhd_2017.svg" class="lhd-img valign" alt="lhd logo"></a></center>
</div>
</div>
</div>
</div>
</div>
</header>
<section id="sponsor-section">
<div class="sponsor-container">
<h1 class="sponsor-header">Sponsors</h1>
<hr>
<br>
<!--<div class="row" align="center">
<a href="https://www.elsevier.com" target="_blank">
<img src="./img/Elsevier-Logo.png" style="margin: 1
20px; height: 60px; width:auto;">
</a>
<a href="https://www.getguru.com" target="_blank">
<img src="./img/guru-logo.svg" style="margin: 20px; height: 50px; width: auto;">
</a>
<a href="http://www.seic.com" target="_blank">
<img src="./img/sei-logo-3.png" style="margin: 20px; height: 50px; width:auto;">
</a>
<a href="https://www.unisys.com" target="_blank">
<img src="./img/unisys-logo.png" style="margin: 20px; height: 110px; width:auto;">
</a>
<a href="https://www.vanguard.com" target="_blank">
<img src="./img/vanguard-logo.png" style="margin: 0px; height: 90px; width:auto;">
</a>
<a href="https://www.captechconsulting.com/" target="_blank">
<img src="./img/CapTech.svg" style="margin: 0px; height: 120px; width:auto;">
</a>
</div>-->
<p>
Interested in sponsoring? Please view our sponsorship document using the link above, and don't hesitate to email us at <a href="mailto:[email protected]"><u>[email protected]</u></a> with any questions you may have.
</p>
</div>
</section>
<section id="schedule-section" class="news bg-primary text-center">
<div class="container">
<h3 class="title">
<i class="fa fa-calendar" style="color: white; font-size: 20pt; margin-bottom: 10px"></i><br>Schedule for LHD 2019<br>-<br>TBD</h3>
<!--<div class="schedule-element">
<p>Doors Open</p><p>10:30am</p>
</div>
<div class="schedule-element">
<p>Kickoff / Opening Ceremonies</p><p>10:45am</p>
</div>
<div class="schedule-element">
<p>Hacking Starts</p><p>11:30am</p>
</div>
<div class="schedule-element">
<p>Lunch</p><p>12pm</p>
</div>
<div class="schedule-element">
<p>Tech Talk by SEI: Spring</p><p>1pm</p>
</div>
<div class="schedule-element">
<p>Tech Talk by SEI: Angular 2 - Getting Started</p><p>2pm</p>
</div>
<div class="schedule-element">
<p>Tech Talk by Unisys: Thinking Security - how security fits into the dev process</p><p>2:30pm</p>
</div>
<div class="schedule-element">
<p>Tech Talk by CapTech: Being a Full-Lifecycle Developer</p><p>3pm</p>
</div>
<div class="schedule-element">
<p>Tech Talk by Guru: React - Getting Started</p><p>4pm</p>
</div>
<div class="schedule-element">
<p>Tech Talk by Elsevier: Getting Started with Docker</p><p>5pm</p>
</div>
<div class="schedule-element">
<p>Tech Talk by Vanguard: How to Build your own Financial Services Company - APIs, LEAN Development, FRAPI</p><p>6pm</p>
</div>
<div class="schedule-element">
<p>Dinner</p><p>7pm</p>
</div>
<div class="schedule-element">
<p>Submissions Due, Show & Tell, Judging Begins</p><p>8:30pm</p>
</div>
<div class="schedule-element">
<p>Closing Ceremonies</p><p>9:30pm</p>
</div>
<div class="schedule-element">
<p>~ FIN ~</p><p>10:30pm</p>
</div>-->
</div>
</section>
<!--
<section id="challenges">
<h2 align="center" style="color: white">LHD Sponsor Challenges</h2>
<hr style="border-top: 1px solid white">
<br>
<div class="container">
<p align="center" style="color: white">
Listed below are the Sponsor Challenges for LHD Philly
</p>
<br>
<h3 style="border-bottom: 1px solid white">SEI</h3>
<p style="color: white">
Combine Finance and Technology in a way that benefits the community
</p>
</h3>
<h3 style="border-bottom: 1px solid white">Captech</h3>
<p style="color: white">
No specific challenge. We will be looking for best/most interesting overall hack. Combination of creativity, innovation, and technical challenge.
</p>
</h3>
<h3 style="border-bottom: 1px solid white">Elsevier</h3>
<p style="color: white">
Develop an application that helps manage a hackathon. It could help with the organization of the hackathon (communications among participants/mentors/sponsors). It could also help the judging process. Ideally, the application will utilize cloud-based APIs and systems like Amazon or Azure to provide a scalable solution. The application could be browser based solution, or a mobile application.
<br>
The project will be judged on:
</p>
<ul>
<p style="color: white">
• User Experience
<br>
• Use of cloud-based systems (AWS/Azure). Serverless a plus
<br>
• Usefulness in solving a problem
</p>
</ul>
</h3>
<h3 style="border-bottom: 1px solid white">Guru</h3>
<p style="color: white">
Use either React or React Native to build your application. Submissions will be judged on appropriate usage of React concepts and general best practices.
<br>
Some things we would like to see:
</p>
<ul>
<p style="color: white">
• Easily extensible application
<br>
• Clean and concise code
<br>
• Sensible component hierarchy
</p>
</ul>
</h3>
<h3 style="border-bottom: 1px solid white">Unisys</h3>
<p style="color: white">
Best mobile security solution. Teams can work on any topic in this area, if they are looking for guidance here are some suggestions:
</p>
<ul>
<p style="color: white">
1. Network traffic - who is my phone communicating with? (cellular network, wifi or bluetooth)
<br>
2. Application traffic - what information am I providing the applications I use. How can I trust that the information that I'm providing won't be used elsewhere?
<br>
3. Mitigating risk across devices - As a business, how can I ensure that company information is secure when people bring their own devices?
<br>
4. Visualizing - Alerting risk - From a high level, how can I better understand how secure my information is? What does that look like?
</p>
</ul>
</h3>
<h3 style="border-bottom: 1px solid white">Vanguard</h3>
<p style="color: white">
Best Finance Solution. How can we better servce our investors?
<br>
Some potential areas of opportunity include:
</p>
<ul>
<p style="color: white">
• How do we help our investors save more for retirement?
<br>
• How can we promote financial literacy?
<br>
• How do we make it simpler for new investors to start investing?
</p>
</ul>
</h3>
</div>
<h2 align="center" style="color: white">LHD Philly Side Tasks
<i class="fa fa-area-chart" style="color: white" aria-hidden="true"></i>
</h2>
<hr style="border-top: 1px solid white">
<br>
<div class="container">
<p align="center" style="color: white">
Hackathons can be an intimidating task to overcome, especially for
first time hackathon goers. So if you're not sure where to start with
you're project or if you're just looking for something to do, these
challenges are designed to give you a taste of a variety of different
Computer Science related disciplines and make your LHD one to
remember!
</p>
<br>
<h3 style="border-bottom: 1px solid white">
Challenge #1 - Basics of Cyber Security
<i class="fa fa-user-secret" style="color: white" aria-hidden="true">
</i>
<h4>
<ul>
<u>Part 1 - Port Scanning / NMAP</u>
<h5>
Port scanning is a vital tool for information gathering during a
penetration test. From these ports, one can move forward and
attempt to exploit open ports with various attacks. 'nmap' is
a tool that executes port scans to identify vulnerabilities about
a network / IP Address / FQDN.
<hr>
<strong><u>Objective: Identify all open ports on 'scanme.nmap.org'</u></strong>
<hr>
To complete this challenge you'll need to download nmap from
<a href="https://nmap.org/download.html"
style="color: lightblue"><u>here</u></a>.
I also suggest reading through
<a href="https://hackertarget.com/nmap-cheatsheet-a-quick-reference-guide/"
style="color: lightblue"><u>this</u></a>
and
<a href="https://highon.coffee/blog/nmap-cheat-sheet/"
style="color: lightblue"><u>this</u></a>
<hr>
<strong>Hint: Use 'nmap -p- scanme.nmap.org' to scan all ports
of scanme.nmap.org
</strong>
</h5>
</ul>
</h4>
<h4>
<ul>
<u>Part 2 - Basic Reconnaissance</u>
<h5>
A large part of CyberSecurity in general is figuring out and
finding information that isn't necessarilly found too easily.
Finding this information may take the form of scraping through
files, looking through databases, scanning IP addresses, social
engineering, and so much more.
<hr>
<strong><u>Objective: Find URL of the login Page</u></strong>
<hr>
<a href="https://mlh-ctf-ubisoft-level1.herokuapp.com/"
style="color: lightblue;">
<u><strong>This page</strong></u></a>
is a landing page that tell's you to find the login
page for the employee portal for the organization at hand. You're
goal is to scrape through the files on the server to see if you
can somehow get to that page.
<hr>
<strong>Hint: Use robots.txt</strong>
</h5>
</ul>
</h4>
<h4>
<ul>
<u>Part 3 - SQL Injection</u>
<h5>
SQL Injection is essentially executing SQL commands that you
choose through input to the web form. This is able to be done
when a form does not validate the input entered into the form.
Thus, in theory, if you can have the form be evauluated as a true
statement, in our case login, you can compromise the system.
Here are some articles about SQL Injection:
<a href="https://www.w3schools.com/sql/sql_injection.asp"
style="color: lightblue;">
<u>1</u>
</a>,
<a href="https://www.acunetix.com/websitesecurity/sql-injection/"
style="color: lightblue;"><u>2</u>
</a>,
<a href="https://www.owasp.org/index.php/SQL_Injection"
style="color: lightblue;">
<u>3</u>
</a>
<hr>
<strong><u>Objective: Find the flag returned after compromising
the login system; it should resemble flag{...}</u></strong>
<hr>
<a href="https://mlh-ctf-ubisoft-level2.herokuapp.com/"
style="color: lightblue;">
<u><strong>This page</strong></u></a>
is a login page for an employee login portal. You have no
knowledge of any login credential but you do know that the
login portal is vulnerable to SQL Injection attacks. Use this
knowledge to compromise the login system and retrieve the flag.
<hr>
<strong>Hint: 'OR''=' evaluates to true when injecting</strong>
</h5>
</ul>
</h4>
</h3>
</div>
</section>-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="js/new-age.min.js"></script>
</body>
</html>