-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (58 loc) · 3.99 KB
/
index.html
File metadata and controls
85 lines (58 loc) · 3.99 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
<!DOCTYPE html>
<html lang="en"></html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="{{ site.description }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HackPSU 2017 Cybersecurity</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
</head>
<body>
<header>
<h2><span class="strong">RC3 Presents:</span><br>So You Wanna Be a Hacker</h2>
</header>
<main>
<div class="description">
<h3>What is RC3?</h3>
<p>RIT's Competitive Cybersecurity Club is a student-run organization dedicated to educating and preparing students to compete in security-related competitions, as well as showcasing student talent in the current world of security today. Check us out at
<a href="https://rc3.club">rc3.club</a> and definitely check out our <a href="https://rc3ctf.rc3.club">Capture the Flag competition on November 17!</a></>
</div>
<div class="module one">
<h3>0x00 Introduction to Linux</h3>
<p>Learn how to use the command line and get your feet wet with the Linux operating system!</p>
<ul>
<li><a target="_blank" href="https://www.virtualbox.org/wiki/Downloads">Download VirtualBox</a></li>
<li><a target="_blank" href="https://goo.gl/efmWfj">Demo download</a></li>
</ul>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQrLslG0ghBaYMAfIM00c-wG9qFMmAG0tkDZl2qt9z70FbZ5Dcezo0Gl-nOR-O3CLqmu_kN_WIlQEza/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="299" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<hr>
</div>
<div class="module two">
<h3>0x01 The Hacking Toolkit</h3>
<p>Get introduced to the Kali Linux distro and the tools that come with it.</p>
<ul>
<li><a target="_blank" href="https://www.virtualbox.org/wiki/Downloads">Download VirtualBox</a></li>
<li><a target="_blank" href="https://goo.gl/KeiaJg">Demo download</a></li>
</ul>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vTwQhtun6OSlz1--2jPbr4nvWgqiIOMI4noMsMY7co3NTFIdV8y7GzMeEuuFV2rQW_Vq6lcpucGJUA_/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="299" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<hr> </div>
<div class="module three">
<h3>0x02 Host your App Securely!</h3>
<p>Learn how to keep your hackathon app protected!</p>
<ul>
<li><a target="_blank" href="https://www.virtualbox.org/wiki/Downloads">Download VirtualBox</a></li>
<li><a target="_blank" href="http://www.dvwa.co.uk/">Demo download</a></li>
</ul>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSYUjvxIkfYHWRM6OO-HkpAhU522B-KsxaDL9bW7NvXrbWsUQNwrW-IxfhhEksvTJ9ReQEfdIxuyLyd/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="299" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
</div>
<div class="cta">
<h3>
Liked our workshop? Be sure to sign up for our Capture the Flag competition on November 17-19.
</h3>
<a target="_blank" href="rc3ctf.rc3.club">Let's do it!</a>
</div>
</main>
</body>
</html>