Skip to content

Commit 93a7be0

Browse files
Syncing.
Merge branch 'master' of https://github.com/ritsec/ritsec.github.io
2 parents bfcfcd9 + 1463ff4 commit 93a7be0

File tree

4 files changed

+62
-12
lines changed

4 files changed

+62
-12
lines changed

Diff for: _data/links.yml

+14-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ links:
1010
signin: False
1111
- name: Present
1212
link: https://forms.gle/bTCgBoHqN5fJGRTS9
13-
signin: False
13+
signin: False
1414
- name: Resume Bank
1515
link: https://docs.google.com/forms/d/e/1FAIpQLSev1QZ_XJUemflspMZ2o8yGpvvPQ3KL3I6laNYBYNuk8ssIeQ/viewform?usp=sf_link
1616
signin: False
1717
- name: Feedback
1818
link: https://docs.google.com/forms/d/e/1FAIpQLScUGQWqbhjYFmdVw4oBEVV9xHt3-RUYMrgnep_qspMwAeCO9w/viewform?usp=sf_link
1919
signin: False
20+
- name: Fall Semester Feedback
21+
link: https://forms.gle/Ywm4ARVTTcNS7SPQA
22+
signin: False
2023
- name: Constitution
21-
link: https://github.com/ritsec/constitution/releases/download/v1.1/constitution.pdf
24+
link: https://github.com/ritsec/constitution/releases/download/v1.2/constitution.pdf
2225
signin: False
2326
- name: Workplace Sign up
2427
link: https://wk.ritsec.club
@@ -35,6 +38,15 @@ links:
3538
- name: Physical Security IG
3639
link: https://docs.google.com/forms/d/e/1FAIpQLSc3KQFdaqVfvK0ICk2dk8ERX81qaAAeQSL-dU4MBOxGY_wVMw/viewform?usp=sf_link
3740
signin: True
41+
- name: ShmooCon RIDE Share
42+
link: https://forms.gle/t6wCH9fGS29qzx5C7
43+
signin: False
44+
- name: ShmooCon ROOM Share
45+
link: https://forms.gle/C1n1PHjTyELPKojk6
46+
signin: False
47+
- name: ShmooCon TICKET share
48+
link: https://forms.gle/BCWzq7rYRvpVkEjLA
49+
signin: False
3850
- name: Incident Response IG
3951
link: https://docs.google.com/forms/d/e/1FAIpQLSfUEuISWd8svxlgdo99snTmRADpEX0s5IqVEA32u2AzeP6new/viewform?usp=sf_link
4052
signin: True

Diff for: _data/past-eboard.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
- Graduate Advisor: Stanley Chan
7373
- Faculty Advisor: Bo Yuan
7474
RC3:
75-
- President: Jaime Geiger
76-
- Vice President: Nicholas Piazza
75+
- President: Jon Barber/Jaime Geiger
76+
- Vice President: Jaime Geiger/Nicholas Piazza
7777
- Vice President of Administration: Scott Vincent
7878
- Vice President of Technology: Sean McConnell
79-
- Treasurer: Luke Christian
80-
- Secretary: Ben Bornholm
79+
- Treasurer: Ben Bornholm
80+
- Secretary: Sean McConnell/Luke Christian
8181

8282
- year: 2013-2014
8383
SPARSA:
@@ -90,6 +90,9 @@
9090
- Faculty Advisor: Bo Yuan
9191
RC3:
9292
- Founders: Brandon Maur and Thomas Desrosiers
93+
- President: Zuhdi "Z" Abdelkarim
94+
- Vice President: Daniel Syed
95+
- Vice President of Technology: Jon Barber
9396

9497
- year: 2012-2013
9598
SPARSA:

Diff for: _data/resources.yml

+40-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Resources for other people to use
22

33
categories:
4+
- name: Coding
5+
about: Let's get started with some fresh coding!
6+
links:
7+
- link: "https://adventofcode.com/"
8+
description: 25 challenges to get you through this holiday season
49
- name: Intro to Linux
510
about: Resources for getting started in Linux
611
links:
@@ -11,11 +16,41 @@ categories:
1116
links:
1217
- link: "https://www.hacksplaining.com/lessons"
1318
description: HACKSPLAINING free walkthroughs on vulnerabilities along with hands on demos.
14-
- link: "https://www.hacker101.com/"
15-
description: HackerOne's free online course. You will learn the basics of web security and will be ready to start participating in bug bountie$
16-
- name: Red Teaming
17-
about: Resources for people interested in competition red teaming
19+
20+
- name: Red Teaming/Pentesting
21+
about: Resources for people interested in pentesting and competition red teaming
1822
links:
1923
- link: "https://github.com/ritredteam/"
2024
description: The source code for RITSEC Redteam's public tools.
21-
25+
- link: "https://www.hackthebox.eu/"
26+
description: Hack The Box is an online platform allowing you to test your penetration testing skills by providing challenges
27+
- link: "https://github.com/chryzsh/awesome-windows-security"
28+
description: WINDOWS list of resources
29+
- link: "https://github.com/marcosValle/awesome-windows-red-team"
30+
description: WINDOWS red teaming and pentesting resources. Check out the courses!
31+
32+
- name: IoT
33+
about: Resources to learn more about hacking all hardware connected to the internet
34+
links:
35+
- link: "https://github.com/fkie-cad/awesome-embedded-and-iot-security"
36+
description: List of awesome resources to learn everything IOT including conferences and free courses!
37+
38+
- name: Networking
39+
about: Resources to learn more about how the beep boops connect
40+
links:
41+
- link: "https://github.com/bkimminich/it-security-lecture/blob/master/slides/01-04-network_security.md"
42+
description: Demos and info on basic info like OSI, VPN, Wireshark and Wireless
43+
44+
- name: Cloud Security
45+
about: We do not use servers! We use the cloud! The future is now!
46+
links:
47+
- link: "https://github.com/puresec/awesome-serverless-security"
48+
description: AWS, Azure, Google Cloud and a bunch of other reading material on how all this works
49+
50+
- name: Bug Bounty
51+
about: Hack sites, get $$$
52+
links:
53+
- link: "https://github.com/djadmin/awesome-bug-bounty"
54+
description: Sources on how to get started. List of bug bounty reports.
55+
- link: "https://www.hacker101.com/"
56+
description: HackerOne's free online course. You will learn the basics of web security and will be ready to start participating in bug bountie$

Diff for: _data/settings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ events:
219219
image: ritsec_research_logo.png
220220
- name: <a href="https://www.ists.io">ISTS</a>
221221
description: >
222-
The Information Security Talent Search is an annual three-day cyber
222+
Feb 28 - March 1st 2020. The Information Security Talent Search is an annual three-day cyber
223223
attack/defend competition typically hosted in the early spring at RIT.
224224
Every year, competitors from both RIT and invited colleges from around the
225225
country are faced with a wide variety of challenges which are designed to

0 commit comments

Comments
 (0)