-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·202 lines (197 loc) · 10.2 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
<!DOCTYPE html>
<html>
<title>onestopcybershop</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> <!-- https://gauger.io/fonticon/ -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/fb0ae32c1e.js" crossorigin="anonymous"></script>
<script src="./scripts.js"></script>
<script src="./search.js"></script>
<body>
<!-- Side Navigation -->
<nav class="w3-sidebar w3-bar-block w3-card w3-animate-left w3-center" style="display:none" id="osSidebar">
<button class="w3-bar-item w3-button" onclick="w3_close()">Close <i class="fa fa-remove"></i></button>
<a href="index.html" class="w3-bar-item w3-button">Home</a>
<a href="https://oscybershop.netlify.app/main/pages/posters.html" class="w3-bar-item w3-button">Posters</a>
<a href="https://oscybershop.netlify.app/main/pages/cheatsheets.html" class="w3-bar-item w3-button">Cheat
Sheets</a>
<a href="https://oscybershop.netlify.app/main/pages/publications.html"
class="w3-bar-item w3-button">Publications</a>
<a href="https://oscybershop.netlify.app/main/pages/media.html" class="w3-bar-item w3-button">Media &
Socials</a>
<a href="https://oscybershop.netlify.app/main/pages/training.html" class="w3-bar-item w3-button">Training,
CTFs & Challenges</a>
<a href="https://oscybershop.netlify.app/main/pages/tooling.html" class="w3-bar-item w3-button">Tooling</a>
<a href="https://oscybershop.netlify.app/main/pages/projects.html" class="w3-bar-item w3-button">Frameworks &
Projects</a>
<a href="https://oscybershop.netlify.app/main/pages/vms.html" class="w3-bar-item w3-button">Virtual
Machines</a>
<a href="https://oscybershop.netlify.app/main/pages/blue.html" class="w3-bar-item w3-button">Cyber Defence
(Blue Team)</a>
<a href="https://oscybershop.netlify.app/main/pages/red.html" class="w3-bar-item w3-button">Offensive Cyber
(Red Team)</a>
<a href="https://oscybershop.netlify.app/main/pages/int.html" class="w3-bar-item w3-button">Threat
Intelligence</a>
</nav>
<!-- Header -->
<header class="w3-container w3-theme w3-padding" id="osHeader">
<div class="w3-third">
<i onclick="w3_open()" class="fa fa-bars w3-xxlarge w3-button w3-theme"></i>
</div>
<div class="w3-third">
<div class="w3-center">
<h2><img src="./main/content/logo.png" alt="logo" width="40" height="40"> ONESTOPCYBERSHOP
</h2>
</div>
</div>
<div class="w3-third">
<div class="w3-right">
<a href="./main/pages/search.html" target="_blank"><i
class="fa fa-search w3-xxlarge w3-button w3-theme"></i></a>
<a href="./main/content/oscs_bookmarks.zip" target="_blank"> <i
class="fa fa-firefox w3-xxlarge w3-button w3-theme"></i></a>
</div>
</div>
</header>
<div class="w3-row-padding w3-center w3-margin-top">
<h4>A simple collection of free and affordable cyber security resources...</h4>
</div>
<div class="w3-container">
<hr>
<div class="w3-center">
</div>
</div>
<div class="w3-row-padding w3-center w3-margin-top">
<div class="w3-quarter">
<div class="w3-card w3-container w3-light-grey" style="min-height:150px">
<h4>Posters</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/posters.html" target="_blank">
<i class="fa fa-file-pdf-o w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-container w3-light-grey" style="min-height:150px">
<h4>Cheat Sheets</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/cheatsheets.html" target="_blank">
<i class="fa fa-file-code-o w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-container w3-light-grey" style="min-height:150px">
<h4>Publications</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/publications.html" target="_blank">
<i class="fa fa-book w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-container w3-light-grey" style="min-height:150px">
<h4>Media & Socials</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/media.html" target="_blank">
<i class="fa fa-play w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
</div>
<div class="w3-row-padding w3-center w3-margin-top">
<div class="w3-quarter">
<div class="w3-card w3-container w3-light-grey" style="min-height:150px">
<h4>Tooling</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/tooling.html" target="_blank">
<i class="fas fa-toolbox w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-container w3-light-grey" style="min-height:150px">
<h4>Training, CTFs & Challenges</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/training.html" target="_blank">
<i class="fa fa-university w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-container w3-light-grey" style="min-height:150px">
<h4>Frameworks & Projects</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/projects.html" target="_blank">
<i class="fa fa-flask w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
<div class="w3-quarter">
<div class="w3-card w3-container w3-light-grey" style="min-height:150px">
<h4>Virtual Machines</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/vms.html" target="_blank">
<i class="fa fa-desktop w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
</div>
<div class="w3-container">
<hr>
<div class="w3-center">
</div>
</div>
<div class="w3-row-padding w3-center w3-margin-top">
<div class="w3-third">
<div class="w3-card w3-container w3-blue" style="min-height:150px">
<h4>Cyber Defence (Blue Team)</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/blue.html" target="_blank">
<i class="fa fa-shield w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
<div class="w3-third">
<div class="w3-card w3-container w3-red" style="min-height:150px">
<h4>Offensive Cyber (Red Team)</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/red.html" target="_blank">
<i class="fa fa-terminal w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
<div class="w3-third">
<div class="w3-card w3-container w3-yellow" style="min-height:150px">
<h4>Threat Intelligence</h4><br>
<a href="https://oscybershop.netlify.app/main/pages/int.html" target="_blank">
<i class="fa fa-eye w3-margin-bottom w3-text-theme" style="font-size:32px"></i>
</a>
</div>
</div>
</div>
<div class="w3-container">
<hr>
<div class="w3-center">
</div>
</div>
<div style="color:maroon;font-size:12px;">
<p> With great power, comes great responsibility; this material has been collated to
encourage learning and development, and not to be leveraged for unethical and/or illegal
behaviour.<br> By visiting any of these sites, you are doing so at your own risk.</p>
</div>
<div style="color:black;font-size:12px;">
<p> I would like to thank all of the authors, instructors, publishers, developers (and
others) - both individuals and teams - for the content curated on this site. I must stress that none of the
content referenced/linked on this site is my own.<br> If you have any suggestions
and/or content you feel is missing or would like
included, please email me at oscybershop [at] gmail [dot] com</p>
</div>
<!-- Footer -->
<footer class="w3-container w3-theme-dark w3-padding-16">
<p> <a href="./main/content/oscs_bookmarks.zip" target="_blank"><i class="fa fa-firefox w3-large"></i></a>
download
bookmarks<br> <a href="https://github.com/ezaspy/oscybershop" target="_blank"><i
class="fa-brands fa-github w3-large"></i></a> curated/created by ezaspy<br> Powered
by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
<div style="position:relative;bottom:55px;" class="w3-tooltip w3-right">
<span class="w3-text w3-theme-light w3-padding">Go To Top</span>
<a class="w3-text-white" href="#osHeader"><span class="w3-xlarge">
<i class="fa fa-chevron-circle-up"></i></span></a>
</div>
</footer>
</body>
</html>