-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
138 lines (125 loc) · 5.58 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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>CCSO Practice Space</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/brands.css" integrity="sha384-VGCZwiSnlHXYDojsRqeMn3IVvdzTx5JEuHgqZ3bYLCLUBV8rvihHApoA1Aso2TZA" crossorigin="anonymous">
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#one">Labs</a></li>
<li><a href="#two">Disclaimer</a></li>
<li><a href="#three">Get in touch</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>CCSO Practice Space</h1>
<p>Temporary Practice Space for The Pennsylvania State University's <a href="https://cyberlions.github.io/" target="_blank">Competitive Cyber Security Organization</a><br />
<ul class="actions">
<li><a href="#one" class="button scrolly">See Labs</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2 spotlights">
<section>
<a href="http://dvwa.ccsopractice.space" class="image"><img src="https://linuxsecurityblog.files.wordpress.com/2016/01/dvwa.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Damn Vulnerable Web App</h2>
<p>Need to beef up those web application hacking skills? Head on over to our DVWA instance. Because opening this up to the internet is a Bad, Bad Idea™, it may break from time to time. If so, please use the contact info at the bottom of the page to get someone to fix it. </p>
<p>
Need help getting started?<a href="dvwa-help.html"> Here's a very short and quick guide that just tells you how to log in. </a>
</p>
<ul class="actions">
<li><a href="http://dvwa.ccsopractice.space" class="button">Enter DVWA</a></li>
</ul>
</div>
</div>
</section>
<!--
<section>
<a href="#" class="image"><img src="images/pic02.jpg" alt="" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>Feugiat consequat</h2>
<p>Phasellus convallis elit id ullamcorper pulvinar. Duis aliquam turpis mauris, eu ultricies erat malesuada quis. Aliquam dapibus.</p>
<ul class="actions">
<li><a href="#" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="images/pic03.jpg" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>Ultricies aliquam</h2>
<p>Phasellus convallis elit id ullamcorper pulvinar. Duis aliquam turpis mauris, eu ultricies erat malesuada quis. Aliquam dapibus.</p>
<ul class="actions">
<li><a href="#" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<!-- -->
</section>
<!-- Two -->
<section id="two" class="wrapper style3 fade-up">
<div class="inner">
<h2>Disclaimer</h2>
<p>These labs are maintained by an individual. The labs presented here are also only temporarily available until our regular practice environment is back in working order. Students enrolled at the Pennsylvania State University and who are members of the Competitive Cyber Security Organization are allowed to perform scanning and use automated/brute force tools on resources linked above. </p>
<p>
These labs will be taken offline when the regular practice environment is restored (or when Pat's Azure credit runs out).
</p>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1 fade-up">
<div class="inner">
<h2>Get in touch</h2>
<p>This website is maintained by Pat Heaney, VP/Tech Officer for CCSO. If you are a member of our Slack, PM @s3cpat. </p>
<p>Otherwise, you can join our Slack <a href="https://psu-ccso.slack.com/signup" target="_blank">here</a>. </p>
<a class="button" href="https://psu-ccso.slack.com/signup" target="_blank"><h1><i class="fab fa-slack"></i> Join Our Slack</h1></a>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© CCSO. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>