Skip to content

Commit 10f3276

Browse files
authored
Bug Fixes and additions (#47)
closes #33
1 parent 2a3a6dc commit 10f3276

File tree

7 files changed

+32
-9
lines changed

7 files changed

+32
-9
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/public/
2+
.hugo_build.lock

content/about.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ title: About
33
layout: 'infopage'
44
---
55

6-
The OSU Security Club was founded in 2014 by Daniel Reichert, and was guided by Dr. Yeongjin Jang until 2023. Currently, the club is advised by Zane Ma. We focus on gaining hands-on experience with exploiting vulnerabilities in systems and networks, defending against these attacks, and getting involved in the security community. There’s no experience or knowledge required, only an interest in learning more about this incredibly important and expanding field!
6+
#### About
77

8-
Current leadership:
8+
The OSU Security Club was founded in 2014 by Daniel Reichert, and was guided by Dr. Yeongjin Jang until 2023. Currently, the club is advised by Dr. Zane Ma. We focus on gaining hands-on experience with exploiting vulnerabilities in systems and networks, defending against these attacks, and getting involved in the security community. There’s no experience or knowledge required, only an interest in learning more about this incredibly important and expanding field!
9+
10+
#### Current leadership:
911

1012
- President: **Otso Barron**
1113
- Vice President: **Zane Othman-Gomez**
1214
- Treasurer: **Matthew Simoes**
1315
- Lab Managers: **Kai Morita-McVey**, **Casey Colley**
14-
- Outreach Officers: **Abigail Whittle**, **Jake Johanson**
16+
- Outreach Officers: **Abigail Whittle**, **Jake Johanson**, **James Hukill**
1517
- Community Manager: **Kevin Rossel**
1618
- Relations Officer: **Grace Parrish**
1719
- Lead CTF League Coordinator: **Paul Simko**

content/accomplishments.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ title: Accomplishments
33
layout: 'infopage'
44
---
55

6-
[CTFtime Profile](https://ctftime.org/team/12858)
76

87
## CTF Competitions
8+
[CTFtime Profile](https://ctftime.org/team/12858)
99

10+
- 10/26/24: 1st - [BSides PDX CTF](TBD)
1011
- 12/09/22: 2nd – [NSA Codebreaker](https://twitter.com/OSUSEC/status/1601666646174666753)
1112
- 10/07/22: 1st – [BSides PDX CTF](https://twitter.com/OSUSEC/status/1578856635208200192)
1213
- 08/15/22: 16th – [DefCon Finals!!!](https://twitter.com/OSUSEC/status/1559269220445147136) ([CTFtime](https://ctftime.org/event/1662/))

content/resources.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Also join the @CTF role on Discord to participate in CTF with us!
2727
- To join, see #announcements or message an officer on Discord.
2828
- CTF101: [https://ctf101.org/](https://ctf101.org/)
2929
- TrailOfBits CTF Field Guide: [https://trailofbits.github.io/ctf/](https://trailofbits.github.io/ctf/)
30-
- CS499: Cyber Attacks And Defense (taught by our awesome advisor, Dr. Jang, check out the Lectures at this link): [https:// cand.unexploitable.systems/cal.html](https:// cand.unexploitable.systems/cal.html)
30+
- CS499: Cyber Attacks And Defense (taught by our awesome advisor, Dr. Jang, check out the Lectures at this link): [https://cand.unexploitable.systems/cal.html](https://cand.unexploitable.systems/cal.html)
3131
- PicoCTF Primer: [https://primer.picoctf.com/](https://primer.picoctf.com/)
3232
- pwn.college: [https://pwn.college/](https://pwn.college/)
3333
- Intro to Binary Exploitation (“Nightmare”): [https://guyinatuxedo.github.io/](https://guyinatuxedo.github.io/)
@@ -115,7 +115,6 @@ Materials for learning Cyber Defense Competition skills.
115115
Join us and learn about CDC in the #cdc channel by adding the CDC role in Discord!
116116

117117
- Vulnerable Machine Images Archive: [https://archive.wrccdc.org/images/](https://archive.wrccdc.org/images/)
118-
- [Coming Soon] CDC Practice Range @ OSUSEC: See info on how to join the CDC role, or ask an officer in Discord.
119118

120119
**Cryptography Materials**
121120

@@ -171,9 +170,9 @@ Now, if you have a gitlab.com account, you can run `!gitlab <username>` to add y
171170

172171
If you are feeling like reviewing some malware, we have a channel named #malware where you may read, discuss and share real world exploit PoCs, malware samples and other such materials.
173172

174-
Of course this comes with an agreement that you will be on good behavior (you agree to abide by the [OSUSEC code of ethics](https://www.osusec.org/code-of-ethics/) and [channel rules](https://docs.google.com/document/d/11rS6Fb5jSCxDWK6nkoBpvlEZNebMGWVOymWltXXcri0/edit)).
173+
Of course this comes with an agreement that you will be on good behavior (you agree to abide by the [OSUSEC code of ethics](https://www.osusec.org/code-of-ethics/) and [channel rules](https://docs.google.com/document/d/11rS6Fb5jSCxDWK6nkoBpvlEZNebMGWVOymWltXXcri0t)).
175174

176175
To join, run !malware, and agree to be good by pressing the checkbox.
177176

178-
Also available is a #political-discussion channel, where anyone may engage in protracted discussion touching on politics. This as well comes with an agreement to the [OSUSEC code of ethics](https://www.osusec.org/code-of-ethics/) and [channel rules](https://docs.google.com/document/d/11rS6Fb5jSCxDWK6nkoBpvlEZNebMGWVOymWltXXcri0/edit).
177+
Also available is a #political-discussion channel, where anyone may engage in protracted discussion touching on politics. This as well comes with an agreement to the [OSUSEC code of ethics](https://www.osusec.org/code-of-ethics/) and [channel rules](https://docs.google.com/document/d/11rS6Fb5jSCxDWK6nkoBpvlEZNebMGWVOymWltXXcri0).
179178

content/wicys.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: WiCyS @ OSU
3+
layout: 'infopage'
4+
---
5+
6+
#### About WiCyS @ OSU
7+
TBA
8+
9+
#### Current leadership:
10+
11+
- President: **Abigail Whittle**
12+
- Vice President: **Grace Parrish**
13+
- Treasurer: **Alexa Baruela**
14+
- Relations Officer: **Mayra Solorio**
15+
- Event Coordinator: **Jordan White**
16+
- Secretary: **Jacquelyn Sansone**

hugo.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ menu:
3636
- name: 'Club Constitution'
3737
url: '/club-constitution/'
3838
weight: 2
39+
- name: 'WiCyS'
40+
url: '/wicys/'
41+
weight: 3
3942

4043
params:
4144
dateFormat: "Jan 2, 2006"

layouts/partials/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="border-top py-4 bg-light">
22
<div class="text-muted text-center">
3-
<p>© 2023 OSU Security Club.</p>
3+
<p>© 2024 OSU Security Club.</p>
44
<p>Contact us at: <a href="mailto:{{ .Site.Params.emailAddr }}" class="text-reset text-decoration-none fw-bold">{{ .Site.Params.emailAddr }}</a></p>
55
</div>
66
</footer>

0 commit comments

Comments
 (0)