diff --git a/_assets/hooks/__pycache__/blog_context.cpython-312.pyc b/_assets/hooks/__pycache__/blog_context.cpython-312.pyc index 6e062ed..43b1a21 100644 Binary files a/_assets/hooks/__pycache__/blog_context.cpython-312.pyc and b/_assets/hooks/__pycache__/blog_context.cpython-312.pyc differ diff --git a/_assets/hooks/__pycache__/images.cpython-312.pyc b/_assets/hooks/__pycache__/images.cpython-312.pyc index 47c516b..a5fb21a 100644 Binary files a/_assets/hooks/__pycache__/images.cpython-312.pyc and b/_assets/hooks/__pycache__/images.cpython-312.pyc differ diff --git a/_assets/layouts/custom.yml b/_assets/layouts/custom.yml index 395ba36..09107e9 100644 --- a/_assets/layouts/custom.yml +++ b/_assets/layouts/custom.yml @@ -121,17 +121,3 @@ layers: font: family: JetBrains Mono style: Regular - - # Description - - size: { width: 1100, height: 130 } - offset: { x: 50, y: 480 } - typography: - content: "{{ page.meta.description }}" - align: start - color: white - line: - amount: 3 - height: 0.7 - font: - family: JetBrains Mono - style: Regular \ No newline at end of file diff --git a/assets/images/social/about/faqs.png b/assets/images/social/about/faqs.png index 74c2ead..89082f0 100644 Binary files a/assets/images/social/about/faqs.png and b/assets/images/social/about/faqs.png differ diff --git a/assets/images/social/highlights.png b/assets/images/social/highlights.png index b41fe5a..803b5a3 100644 Binary files a/assets/images/social/highlights.png and b/assets/images/social/highlights.png differ diff --git a/assets/images/social/posts/codebreaker-2021/index.png b/assets/images/social/posts/codebreaker-2021/index.png index aaad925..ca5df09 100644 Binary files a/assets/images/social/posts/codebreaker-2021/index.png and b/assets/images/social/posts/codebreaker-2021/index.png differ diff --git a/assets/images/social/posts/codebreaker-2022/index.png b/assets/images/social/posts/codebreaker-2022/index.png index cdb5415..e8ec058 100644 Binary files a/assets/images/social/posts/codebreaker-2022/index.png and b/assets/images/social/posts/codebreaker-2022/index.png differ diff --git a/assets/images/social/posts/cyberforce-2021/index.png b/assets/images/social/posts/cyberforce-2021/index.png index b082391..a1aa75b 100644 Binary files a/assets/images/social/posts/cyberforce-2021/index.png and b/assets/images/social/posts/cyberforce-2021/index.png differ diff --git a/assets/images/social/posts/cyberforce-2022/index.png b/assets/images/social/posts/cyberforce-2022/index.png index 9243782..a4f52a5 100644 Binary files a/assets/images/social/posts/cyberforce-2022/index.png and b/assets/images/social/posts/cyberforce-2022/index.png differ diff --git a/assets/images/social/posts/ectf-2023/index.png b/assets/images/social/posts/ectf-2023/index.png index e765b5c..4221757 100644 Binary files a/assets/images/social/posts/ectf-2023/index.png and b/assets/images/social/posts/ectf-2023/index.png differ diff --git a/assets/images/social/posts/taking-down-big-laundry/index.png b/assets/images/social/posts/taking-down-big-laundry/index.png index 51c1d5d..f96be70 100644 Binary files a/assets/images/social/posts/taking-down-big-laundry/index.png and b/assets/images/social/posts/taking-down-big-laundry/index.png differ diff --git a/assets/images/social/writeups/category/binary-exploitation.png b/assets/images/social/writeups/category/binary-exploitation.png index 714acb8..8c66375 100644 Binary files a/assets/images/social/writeups/category/binary-exploitation.png and b/assets/images/social/writeups/category/binary-exploitation.png differ diff --git a/assets/images/social/writeups/category/rop.png b/assets/images/social/writeups/category/rop.png index ff64576..7d2f7e0 100644 Binary files a/assets/images/social/writeups/category/rop.png and b/assets/images/social/writeups/category/rop.png differ diff --git a/assets/images/social/writeups/cse-132-pwn-hw-walkthrough.png b/assets/images/social/writeups/cse-132-pwn-hw-walkthrough.png index d2dde9d..4093791 100644 Binary files a/assets/images/social/writeups/cse-132-pwn-hw-walkthrough.png and b/assets/images/social/writeups/cse-132-pwn-hw-walkthrough.png differ diff --git a/assets/images/social/writeups/test-writeup/index.png b/assets/images/social/writeups/test-writeup/index.png index 413ae49..3665d8d 100644 Binary files a/assets/images/social/writeups/test-writeup/index.png and b/assets/images/social/writeups/test-writeup/index.png differ diff --git a/feed_json_created.json b/feed_json_created.json index 78c8d42..0573300 100644 --- a/feed_json_created.json +++ b/feed_json_created.json @@ -1 +1 @@ -{"version": "https://jsonfeed.org/version/1", "title": "Slug Security", "home_page_url": "https://slugsec.ucsc.edu/", "feed_url": "https://slugsec.ucsc.edu/feed_json_created.json", "description": "The student-run cybersecurity club at UC Santa Cruz.", "icon": null, "authors": [{"name": "Slug Security"}], "language": "en", "items": [{"id": "https://slugsec.ucsc.edu/writeups/test-writeup/", "url": "https://slugsec.ucsc.edu/writeups/test-writeup/", "title": "Test Writeup", "content_html": "This is a test post.", "image": "https://slugsec.ucsc.edu/assets/images/social/writeups/data/2024/test-writeup/index.png", "date_published": "2024-12-10T11:53:00.297623+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/", "url": "https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/", "title": "CSE-132 Pwn HW Walkthrough", "content_html": "Challenge author walkthrough of the binary exploitation homework for UCSC's CSE-132 Fall 2024 class. I hope you all learned something new about the cool world of pwn.", "image": "https://slugsec.ucsc.edu/assets/images/social/writeups/data/2024/cse132-hw4/pwn.png", "date_published": "2024-12-10T11:53:00.214456+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/taking-down-big-laundry/", "url": "https://slugsec.ucsc.edu/posts/taking-down-big-laundry/", "title": "Taking Down Big Laundry", "content_html": "This is a more technical continuation of the article we had with TechCrunch on the machines we found security flaws in. Not every day do you pwn the largest commercial network of laundry appliances in the United States! This article is purely educational and to inspire any future security researchers who want to investigate everyday products they use.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/taking-down-big-laundry.png", "date_published": "2024-12-10T11:52:59.803417+00:00", "authors": [{"name": "cabalex"}, {"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/ectf-2023/", "url": "https://slugsec.ucsc.edu/posts/ectf-2023/", "title": "Slug Security Debuts 2nd Place in eCTF 2023", "content_html": "In our first year of participation, Slug Security has secured 2nd place in MITRE's 2023 Embedded Capture the Flag competition! Our team, representing the University of California, Santa Cruz, consisting of 10 students, was advised by Alvaro A. Cardenas. With what we learned from this year, we are excited to continue our participation in the competition next year.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/ectf-2023.png", "date_published": "2024-12-10T11:52:59.611094+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/cyberforce-2022/", "url": "https://slugsec.ucsc.edu/posts/cyberforce-2022/", "title": "UCSC Places 9th at CyberForce 2022", "content_html": "Slug Security is thrilled to share that UC Santa Cruz secured 9th place out of 170 teams in the 2022 CyberForce Competition. This marks the second consecutive year that UCSC has ranked in the top 10 in the Department of Energy's CyberForce Competition. We want to congratulate the 3 teams that represented us this year, 'Slug Sec', 'Bing Chilling', and 'Cyber Slugs'. All three teams were supervised by Professor Alvaro A. Cardenas and Sebasti\u00e1n Castro.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/cyberforce-2022.png", "date_published": "2024-12-10T11:52:59.547405+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/codebreaker-2022/", "url": "https://slugsec.ucsc.edu/posts/codebreaker-2022/", "title": "UCSC Wins 3rd Place in Codebreaker 2022", "content_html": "Following the academic tradition of participating in the National Security Agency's Codebreaker Challenge, Slug Security is proud to announce that we have won 3rd place in the 2022 Codebreaker Challenge. This is the third year in a row that UC Santa Cruz has placed in the top 10. We are very proud of our team's accomplishments, and we look forward to participating in the 2023 Codebreaker Challenge!", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/codebreaker-2022.png", "date_published": "2024-12-10T11:52:59.453362+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/cyberforce-2021/", "url": "https://slugsec.ucsc.edu/posts/cyberforce-2021/", "title": "UCSC Wins 2nd at CyberForce 2021", "content_html": "We are pleased to share that UC Santa Cruz placed second in the Department of Energy's CyberForce 2021 competition. This was our first time participating in the event, and our team performed exceptionally well to secure a top position among 120 teams from 105 universities across 33 states.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/cyberforce-2021.png", "date_published": "2024-12-10T11:52:59.358979+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/codebreaker-2021/", "url": "https://slugsec.ucsc.edu/posts/codebreaker-2021/", "title": "UCSC Takes 9th Place in Codebreaker 2021", "content_html": "Continuing the tradition of participating in the National Security Agency's Codebreaker Challenge, UC Santa Cruz has placed 9th in the 2021 Codebreaker Challenge. This is the second year in a row that UCSC has placed in the top 10. Slug Security is proud of our team's accomplishments this year, especially of the new members who are new to cybersecurity.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/codebreaker-2021.png", "date_published": "2024-12-10T11:52:58.849558+00:00", "authors": [{"name": "fbad"}], "tags": null}]} \ No newline at end of file +{"version": "https://jsonfeed.org/version/1", "title": "Slug Security", "home_page_url": "https://slugsec.ucsc.edu/", "feed_url": "https://slugsec.ucsc.edu/feed_json_created.json", "description": "The student-run cybersecurity club at UC Santa Cruz.", "icon": null, "authors": [{"name": "Slug Security"}], "language": "en", "items": [{"id": "https://slugsec.ucsc.edu/writeups/test-writeup/", "url": "https://slugsec.ucsc.edu/writeups/test-writeup/", "title": "Test Writeup", "content_html": "This is a test post.", "image": "https://slugsec.ucsc.edu/assets/images/social/writeups/data/2024/test-writeup/index.png", "date_published": "2024-12-10T11:56:51.513425+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/", "url": "https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/", "title": "CSE-132 Pwn HW Walkthrough", "content_html": "Challenge author walkthrough of the binary exploitation homework for UCSC's CSE-132 Fall 2024 class. I hope you all learned something new about the cool world of pwn.", "image": "https://slugsec.ucsc.edu/assets/images/social/writeups/data/2024/cse132-hw4/pwn.png", "date_published": "2024-12-10T11:56:51.429159+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/taking-down-big-laundry/", "url": "https://slugsec.ucsc.edu/posts/taking-down-big-laundry/", "title": "Taking Down Big Laundry", "content_html": "This is a more technical continuation of the article we had with TechCrunch on the machines we found security flaws in. Not every day do you pwn the largest commercial network of laundry appliances in the United States! This article is purely educational and to inspire any future security researchers who want to investigate everyday products they use.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/taking-down-big-laundry.png", "date_published": "2024-12-10T11:56:50.980702+00:00", "authors": [{"name": "cabalex"}, {"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/ectf-2023/", "url": "https://slugsec.ucsc.edu/posts/ectf-2023/", "title": "Slug Security Debuts 2nd Place in eCTF 2023", "content_html": "In our first year of participation, Slug Security has secured 2nd place in MITRE's 2023 Embedded Capture the Flag competition! Our team, representing the University of California, Santa Cruz, consisting of 10 students, was advised by Alvaro A. Cardenas. With what we learned from this year, we are excited to continue our participation in the competition next year.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/ectf-2023.png", "date_published": "2024-12-10T11:56:50.797471+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/cyberforce-2022/", "url": "https://slugsec.ucsc.edu/posts/cyberforce-2022/", "title": "UCSC Places 9th at CyberForce 2022", "content_html": "Slug Security is thrilled to share that UC Santa Cruz secured 9th place out of 170 teams in the 2022 CyberForce Competition. This marks the second consecutive year that UCSC has ranked in the top 10 in the Department of Energy's CyberForce Competition. We want to congratulate the 3 teams that represented us this year, 'Slug Sec', 'Bing Chilling', and 'Cyber Slugs'. All three teams were supervised by Professor Alvaro A. Cardenas and Sebasti\u00e1n Castro.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/cyberforce-2022.png", "date_published": "2024-12-10T11:56:50.704009+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/codebreaker-2022/", "url": "https://slugsec.ucsc.edu/posts/codebreaker-2022/", "title": "UCSC Wins 3rd Place in Codebreaker 2022", "content_html": "Following the academic tradition of participating in the National Security Agency's Codebreaker Challenge, Slug Security is proud to announce that we have won 3rd place in the 2022 Codebreaker Challenge. This is the third year in a row that UC Santa Cruz has placed in the top 10. We are very proud of our team's accomplishments, and we look forward to participating in the 2023 Codebreaker Challenge!", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/codebreaker-2022.png", "date_published": "2024-12-10T11:56:50.611575+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/cyberforce-2021/", "url": "https://slugsec.ucsc.edu/posts/cyberforce-2021/", "title": "UCSC Wins 2nd at CyberForce 2021", "content_html": "We are pleased to share that UC Santa Cruz placed second in the Department of Energy's CyberForce 2021 competition. This was our first time participating in the event, and our team performed exceptionally well to secure a top position among 120 teams from 105 universities across 33 states.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/cyberforce-2021.png", "date_published": "2024-12-10T11:56:50.506778+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/codebreaker-2021/", "url": "https://slugsec.ucsc.edu/posts/codebreaker-2021/", "title": "UCSC Takes 9th Place in Codebreaker 2021", "content_html": "Continuing the tradition of participating in the National Security Agency's Codebreaker Challenge, UC Santa Cruz has placed 9th in the 2021 Codebreaker Challenge. This is the second year in a row that UCSC has placed in the top 10. Slug Security is proud of our team's accomplishments this year, especially of the new members who are new to cybersecurity.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/codebreaker-2021.png", "date_published": "2024-12-10T11:56:50.116470+00:00", "authors": [{"name": "fbad"}], "tags": null}]} \ No newline at end of file diff --git a/feed_json_updated.json b/feed_json_updated.json index d9bfb40..e64e5fe 100644 --- a/feed_json_updated.json +++ b/feed_json_updated.json @@ -1 +1 @@ -{"version": "https://jsonfeed.org/version/1", "title": "Slug Security", "home_page_url": "https://slugsec.ucsc.edu/", "feed_url": "https://slugsec.ucsc.edu/feed_json_updated.json", "description": "The student-run cybersecurity club at UC Santa Cruz.", "icon": null, "authors": [{"name": "Slug Security"}], "language": "en", "items": [{"id": "https://slugsec.ucsc.edu/writeups/test-writeup/", "url": "https://slugsec.ucsc.edu/writeups/test-writeup/", "title": "Test Writeup", "content_html": "This is a test post.", "image": "https://slugsec.ucsc.edu/assets/images/social/writeups/data/2024/test-writeup/index.png", "date_modified": "2024-12-10T11:53:00.297630+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/", "url": "https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/", "title": "CSE-132 Pwn HW Walkthrough", "content_html": "Challenge author walkthrough of the binary exploitation homework for UCSC's CSE-132 Fall 2024 class. I hope you all learned something new about the cool world of pwn.", "image": "https://slugsec.ucsc.edu/assets/images/social/writeups/data/2024/cse132-hw4/pwn.png", "date_modified": "2024-12-10T11:53:00.214463+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/taking-down-big-laundry/", "url": "https://slugsec.ucsc.edu/posts/taking-down-big-laundry/", "title": "Taking Down Big Laundry", "content_html": "This is a more technical continuation of the article we had with TechCrunch on the machines we found security flaws in. Not every day do you pwn the largest commercial network of laundry appliances in the United States! This article is purely educational and to inspire any future security researchers who want to investigate everyday products they use.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/taking-down-big-laundry.png", "date_modified": "2024-12-10T11:52:59.803425+00:00", "authors": [{"name": "cabalex"}, {"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/ectf-2023/", "url": "https://slugsec.ucsc.edu/posts/ectf-2023/", "title": "Slug Security Debuts 2nd Place in eCTF 2023", "content_html": "In our first year of participation, Slug Security has secured 2nd place in MITRE's 2023 Embedded Capture the Flag competition! Our team, representing the University of California, Santa Cruz, consisting of 10 students, was advised by Alvaro A. Cardenas. With what we learned from this year, we are excited to continue our participation in the competition next year.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/ectf-2023.png", "date_modified": "2024-12-10T11:52:59.611100+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/cyberforce-2022/", "url": "https://slugsec.ucsc.edu/posts/cyberforce-2022/", "title": "UCSC Places 9th at CyberForce 2022", "content_html": "Slug Security is thrilled to share that UC Santa Cruz secured 9th place out of 170 teams in the 2022 CyberForce Competition. This marks the second consecutive year that UCSC has ranked in the top 10 in the Department of Energy's CyberForce Competition. We want to congratulate the 3 teams that represented us this year, 'Slug Sec', 'Bing Chilling', and 'Cyber Slugs'. All three teams were supervised by Professor Alvaro A. Cardenas and Sebasti\u00e1n Castro.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/cyberforce-2022.png", "date_modified": "2024-12-10T11:52:59.547412+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/codebreaker-2022/", "url": "https://slugsec.ucsc.edu/posts/codebreaker-2022/", "title": "UCSC Wins 3rd Place in Codebreaker 2022", "content_html": "Following the academic tradition of participating in the National Security Agency's Codebreaker Challenge, Slug Security is proud to announce that we have won 3rd place in the 2022 Codebreaker Challenge. This is the third year in a row that UC Santa Cruz has placed in the top 10. We are very proud of our team's accomplishments, and we look forward to participating in the 2023 Codebreaker Challenge!", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/codebreaker-2022.png", "date_modified": "2024-12-10T11:52:59.453369+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/cyberforce-2021/", "url": "https://slugsec.ucsc.edu/posts/cyberforce-2021/", "title": "UCSC Wins 2nd at CyberForce 2021", "content_html": "We are pleased to share that UC Santa Cruz placed second in the Department of Energy's CyberForce 2021 competition. This was our first time participating in the event, and our team performed exceptionally well to secure a top position among 120 teams from 105 universities across 33 states.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/cyberforce-2021.png", "date_modified": "2024-12-10T11:52:59.358984+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/codebreaker-2021/", "url": "https://slugsec.ucsc.edu/posts/codebreaker-2021/", "title": "UCSC Takes 9th Place in Codebreaker 2021", "content_html": "Continuing the tradition of participating in the National Security Agency's Codebreaker Challenge, UC Santa Cruz has placed 9th in the 2021 Codebreaker Challenge. This is the second year in a row that UCSC has placed in the top 10. Slug Security is proud of our team's accomplishments this year, especially of the new members who are new to cybersecurity.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/codebreaker-2021.png", "date_modified": "2024-12-10T11:52:58.849564+00:00", "authors": [{"name": "fbad"}], "tags": null}]} \ No newline at end of file +{"version": "https://jsonfeed.org/version/1", "title": "Slug Security", "home_page_url": "https://slugsec.ucsc.edu/", "feed_url": "https://slugsec.ucsc.edu/feed_json_updated.json", "description": "The student-run cybersecurity club at UC Santa Cruz.", "icon": null, "authors": [{"name": "Slug Security"}], "language": "en", "items": [{"id": "https://slugsec.ucsc.edu/writeups/test-writeup/", "url": "https://slugsec.ucsc.edu/writeups/test-writeup/", "title": "Test Writeup", "content_html": "This is a test post.", "image": "https://slugsec.ucsc.edu/assets/images/social/writeups/data/2024/test-writeup/index.png", "date_modified": "2024-12-10T11:56:51.513431+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/", "url": "https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/", "title": "CSE-132 Pwn HW Walkthrough", "content_html": "Challenge author walkthrough of the binary exploitation homework for UCSC's CSE-132 Fall 2024 class. I hope you all learned something new about the cool world of pwn.", "image": "https://slugsec.ucsc.edu/assets/images/social/writeups/data/2024/cse132-hw4/pwn.png", "date_modified": "2024-12-10T11:56:51.429166+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/taking-down-big-laundry/", "url": "https://slugsec.ucsc.edu/posts/taking-down-big-laundry/", "title": "Taking Down Big Laundry", "content_html": "This is a more technical continuation of the article we had with TechCrunch on the machines we found security flaws in. Not every day do you pwn the largest commercial network of laundry appliances in the United States! This article is purely educational and to inspire any future security researchers who want to investigate everyday products they use.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/taking-down-big-laundry.png", "date_modified": "2024-12-10T11:56:50.980708+00:00", "authors": [{"name": "cabalex"}, {"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/ectf-2023/", "url": "https://slugsec.ucsc.edu/posts/ectf-2023/", "title": "Slug Security Debuts 2nd Place in eCTF 2023", "content_html": "In our first year of participation, Slug Security has secured 2nd place in MITRE's 2023 Embedded Capture the Flag competition! Our team, representing the University of California, Santa Cruz, consisting of 10 students, was advised by Alvaro A. Cardenas. With what we learned from this year, we are excited to continue our participation in the competition next year.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/ectf-2023.png", "date_modified": "2024-12-10T11:56:50.797476+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/cyberforce-2022/", "url": "https://slugsec.ucsc.edu/posts/cyberforce-2022/", "title": "UCSC Places 9th at CyberForce 2022", "content_html": "Slug Security is thrilled to share that UC Santa Cruz secured 9th place out of 170 teams in the 2022 CyberForce Competition. This marks the second consecutive year that UCSC has ranked in the top 10 in the Department of Energy's CyberForce Competition. We want to congratulate the 3 teams that represented us this year, 'Slug Sec', 'Bing Chilling', and 'Cyber Slugs'. All three teams were supervised by Professor Alvaro A. Cardenas and Sebasti\u00e1n Castro.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/cyberforce-2022.png", "date_modified": "2024-12-10T11:56:50.704014+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/codebreaker-2022/", "url": "https://slugsec.ucsc.edu/posts/codebreaker-2022/", "title": "UCSC Wins 3rd Place in Codebreaker 2022", "content_html": "Following the academic tradition of participating in the National Security Agency's Codebreaker Challenge, Slug Security is proud to announce that we have won 3rd place in the 2022 Codebreaker Challenge. This is the third year in a row that UC Santa Cruz has placed in the top 10. We are very proud of our team's accomplishments, and we look forward to participating in the 2023 Codebreaker Challenge!", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/codebreaker-2022.png", "date_modified": "2024-12-10T11:56:50.611580+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/cyberforce-2021/", "url": "https://slugsec.ucsc.edu/posts/cyberforce-2021/", "title": "UCSC Wins 2nd at CyberForce 2021", "content_html": "We are pleased to share that UC Santa Cruz placed second in the Department of Energy's CyberForce 2021 competition. This was our first time participating in the event, and our team performed exceptionally well to secure a top position among 120 teams from 105 universities across 33 states.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/cyberforce-2021.png", "date_modified": "2024-12-10T11:56:50.506783+00:00", "authors": [{"name": "fbad"}], "tags": null}, {"id": "https://slugsec.ucsc.edu/posts/codebreaker-2021/", "url": "https://slugsec.ucsc.edu/posts/codebreaker-2021/", "title": "UCSC Takes 9th Place in Codebreaker 2021", "content_html": "Continuing the tradition of participating in the National Security Agency's Codebreaker Challenge, UC Santa Cruz has placed 9th in the 2021 Codebreaker Challenge. This is the second year in a row that UCSC has placed in the top 10. Slug Security is proud of our team's accomplishments this year, especially of the new members who are new to cybersecurity.", "image": "https://slugsec.ucsc.edu/assets/images/social/posts/codebreaker-2021.png", "date_modified": "2024-12-10T11:56:50.116476+00:00", "authors": [{"name": "fbad"}], "tags": null}]} \ No newline at end of file diff --git a/feed_rss_created.xml b/feed_rss_created.xml index 84bc438..4a8303f 100644 --- a/feed_rss_created.xml +++ b/feed_rss_created.xml @@ -1 +1 @@ - Slug SecurityThe student-run cybersecurity club at UC Santa Cruz.https://slugsec.ucsc.edu/Slug Securityen Tue, 10 Dec 2024 11:52:56 -0000 Tue, 10 Dec 2024 11:52:56 -0000 1440 MkDocs RSS plugin - v1.17.0 None Slug Securityhttps://slugsec.ucsc.edu/ Test Writeup fbad This is a test post.https://slugsec.ucsc.edu/writeups/test-writeup/ Tue, 10 Dec 2024 11:53:00 +0000Slug Securityhttps://slugsec.ucsc.edu/writeups/test-writeup/ CSE-132 Pwn HW Walkthrough fbad Challenge author walkthrough of the binary exploitation homework for UCSC's CSE-132 Fall 2024 class. I hope you all learned something new about the cool world of pwn.https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/ Tue, 10 Dec 2024 11:53:00 +0000Slug Securityhttps://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/ Taking Down Big Laundry cabalex fbad This is a more technical continuation of the article we had with TechCrunch on the machines we found security flaws in. Not every day do you pwn the largest commercial network of laundry appliances in the United States! This article is purely educational and to inspire any future security researchers who want to investigate everyday products they use.https://slugsec.ucsc.edu/posts/taking-down-big-laundry/ Tue, 10 Dec 2024 11:52:59 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/taking-down-big-laundry/ Slug Security Debuts 2nd Place in eCTF 2023 fbad In our first year of participation, Slug Security has secured 2nd place in MITRE's 2023 Embedded Capture the Flag competition! Our team, representing the University of California, Santa Cruz, consisting of 10 students, was advised by Alvaro A. Cardenas. With what we learned from this year, we are excited to continue our participation in the competition next year.https://slugsec.ucsc.edu/posts/ectf-2023/ Tue, 10 Dec 2024 11:52:59 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/ectf-2023/ UCSC Places 9th at CyberForce 2022 fbad Slug Security is thrilled to share that UC Santa Cruz secured 9th place out of 170 teams in the 2022 CyberForce Competition. This marks the second consecutive year that UCSC has ranked in the top 10 in the Department of Energy's CyberForce Competition. We want to congratulate the 3 teams that represented us this year, 'Slug Sec', 'Bing Chilling', and 'Cyber Slugs'. All three teams were supervised by Professor Alvaro A. Cardenas and Sebastián Castro.https://slugsec.ucsc.edu/posts/cyberforce-2022/ Tue, 10 Dec 2024 11:52:59 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/cyberforce-2022/ UCSC Wins 3rd Place in Codebreaker 2022 fbad Following the academic tradition of participating in the National Security Agency's Codebreaker Challenge, Slug Security is proud to announce that we have won 3rd place in the 2022 Codebreaker Challenge. This is the third year in a row that UC Santa Cruz has placed in the top 10. We are very proud of our team's accomplishments, and we look forward to participating in the 2023 Codebreaker Challenge!https://slugsec.ucsc.edu/posts/codebreaker-2022/ Tue, 10 Dec 2024 11:52:59 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/codebreaker-2022/ UCSC Wins 2nd at CyberForce 2021 fbad We are pleased to share that UC Santa Cruz placed second in the Department of Energy's CyberForce 2021 competition. This was our first time participating in the event, and our team performed exceptionally well to secure a top position among 120 teams from 105 universities across 33 states.https://slugsec.ucsc.edu/posts/cyberforce-2021/ Tue, 10 Dec 2024 11:52:59 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/cyberforce-2021/ UCSC Takes 9th Place in Codebreaker 2021 fbad Continuing the tradition of participating in the National Security Agency's Codebreaker Challenge, UC Santa Cruz has placed 9th in the 2021 Codebreaker Challenge. This is the second year in a row that UCSC has placed in the top 10. Slug Security is proud of our team's accomplishments this year, especially of the new members who are new to cybersecurity.https://slugsec.ucsc.edu/posts/codebreaker-2021/ Tue, 10 Dec 2024 11:52:58 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/codebreaker-2021/ \ No newline at end of file + Slug SecurityThe student-run cybersecurity club at UC Santa Cruz.https://slugsec.ucsc.edu/Slug Securityen Tue, 10 Dec 2024 11:56:47 -0000 Tue, 10 Dec 2024 11:56:47 -0000 1440 MkDocs RSS plugin - v1.17.0 None Slug Securityhttps://slugsec.ucsc.edu/ Test Writeup fbad This is a test post.https://slugsec.ucsc.edu/writeups/test-writeup/ Tue, 10 Dec 2024 11:56:51 +0000Slug Securityhttps://slugsec.ucsc.edu/writeups/test-writeup/ CSE-132 Pwn HW Walkthrough fbad Challenge author walkthrough of the binary exploitation homework for UCSC's CSE-132 Fall 2024 class. I hope you all learned something new about the cool world of pwn.https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/ Tue, 10 Dec 2024 11:56:51 +0000Slug Securityhttps://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/ Taking Down Big Laundry cabalex fbad This is a more technical continuation of the article we had with TechCrunch on the machines we found security flaws in. Not every day do you pwn the largest commercial network of laundry appliances in the United States! This article is purely educational and to inspire any future security researchers who want to investigate everyday products they use.https://slugsec.ucsc.edu/posts/taking-down-big-laundry/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/taking-down-big-laundry/ Slug Security Debuts 2nd Place in eCTF 2023 fbad In our first year of participation, Slug Security has secured 2nd place in MITRE's 2023 Embedded Capture the Flag competition! Our team, representing the University of California, Santa Cruz, consisting of 10 students, was advised by Alvaro A. Cardenas. With what we learned from this year, we are excited to continue our participation in the competition next year.https://slugsec.ucsc.edu/posts/ectf-2023/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/ectf-2023/ UCSC Places 9th at CyberForce 2022 fbad Slug Security is thrilled to share that UC Santa Cruz secured 9th place out of 170 teams in the 2022 CyberForce Competition. This marks the second consecutive year that UCSC has ranked in the top 10 in the Department of Energy's CyberForce Competition. We want to congratulate the 3 teams that represented us this year, 'Slug Sec', 'Bing Chilling', and 'Cyber Slugs'. All three teams were supervised by Professor Alvaro A. Cardenas and Sebastián Castro.https://slugsec.ucsc.edu/posts/cyberforce-2022/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/cyberforce-2022/ UCSC Wins 3rd Place in Codebreaker 2022 fbad Following the academic tradition of participating in the National Security Agency's Codebreaker Challenge, Slug Security is proud to announce that we have won 3rd place in the 2022 Codebreaker Challenge. This is the third year in a row that UC Santa Cruz has placed in the top 10. We are very proud of our team's accomplishments, and we look forward to participating in the 2023 Codebreaker Challenge!https://slugsec.ucsc.edu/posts/codebreaker-2022/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/codebreaker-2022/ UCSC Wins 2nd at CyberForce 2021 fbad We are pleased to share that UC Santa Cruz placed second in the Department of Energy's CyberForce 2021 competition. This was our first time participating in the event, and our team performed exceptionally well to secure a top position among 120 teams from 105 universities across 33 states.https://slugsec.ucsc.edu/posts/cyberforce-2021/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/cyberforce-2021/ UCSC Takes 9th Place in Codebreaker 2021 fbad Continuing the tradition of participating in the National Security Agency's Codebreaker Challenge, UC Santa Cruz has placed 9th in the 2021 Codebreaker Challenge. This is the second year in a row that UCSC has placed in the top 10. Slug Security is proud of our team's accomplishments this year, especially of the new members who are new to cybersecurity.https://slugsec.ucsc.edu/posts/codebreaker-2021/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/codebreaker-2021/ \ No newline at end of file diff --git a/feed_rss_updated.xml b/feed_rss_updated.xml index 93be152..efb6ccd 100644 --- a/feed_rss_updated.xml +++ b/feed_rss_updated.xml @@ -1 +1 @@ - Slug SecurityThe student-run cybersecurity club at UC Santa Cruz.https://slugsec.ucsc.edu/Slug Securityen Tue, 10 Dec 2024 11:52:56 -0000 Tue, 10 Dec 2024 11:52:56 -0000 1440 MkDocs RSS plugin - v1.17.0 None Slug Securityhttps://slugsec.ucsc.edu/ Test Writeup fbad This is a test post.https://slugsec.ucsc.edu/writeups/test-writeup/ Tue, 10 Dec 2024 11:53:00 +0000Slug Securityhttps://slugsec.ucsc.edu/writeups/test-writeup/ CSE-132 Pwn HW Walkthrough fbad Challenge author walkthrough of the binary exploitation homework for UCSC's CSE-132 Fall 2024 class. I hope you all learned something new about the cool world of pwn.https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/ Tue, 10 Dec 2024 11:53:00 +0000Slug Securityhttps://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/ Taking Down Big Laundry cabalex fbad This is a more technical continuation of the article we had with TechCrunch on the machines we found security flaws in. Not every day do you pwn the largest commercial network of laundry appliances in the United States! This article is purely educational and to inspire any future security researchers who want to investigate everyday products they use.https://slugsec.ucsc.edu/posts/taking-down-big-laundry/ Tue, 10 Dec 2024 11:52:59 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/taking-down-big-laundry/ Slug Security Debuts 2nd Place in eCTF 2023 fbad In our first year of participation, Slug Security has secured 2nd place in MITRE's 2023 Embedded Capture the Flag competition! Our team, representing the University of California, Santa Cruz, consisting of 10 students, was advised by Alvaro A. Cardenas. With what we learned from this year, we are excited to continue our participation in the competition next year.https://slugsec.ucsc.edu/posts/ectf-2023/ Tue, 10 Dec 2024 11:52:59 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/ectf-2023/ UCSC Places 9th at CyberForce 2022 fbad Slug Security is thrilled to share that UC Santa Cruz secured 9th place out of 170 teams in the 2022 CyberForce Competition. This marks the second consecutive year that UCSC has ranked in the top 10 in the Department of Energy's CyberForce Competition. We want to congratulate the 3 teams that represented us this year, 'Slug Sec', 'Bing Chilling', and 'Cyber Slugs'. All three teams were supervised by Professor Alvaro A. Cardenas and Sebastián Castro.https://slugsec.ucsc.edu/posts/cyberforce-2022/ Tue, 10 Dec 2024 11:52:59 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/cyberforce-2022/ UCSC Wins 3rd Place in Codebreaker 2022 fbad Following the academic tradition of participating in the National Security Agency's Codebreaker Challenge, Slug Security is proud to announce that we have won 3rd place in the 2022 Codebreaker Challenge. This is the third year in a row that UC Santa Cruz has placed in the top 10. We are very proud of our team's accomplishments, and we look forward to participating in the 2023 Codebreaker Challenge!https://slugsec.ucsc.edu/posts/codebreaker-2022/ Tue, 10 Dec 2024 11:52:59 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/codebreaker-2022/ UCSC Wins 2nd at CyberForce 2021 fbad We are pleased to share that UC Santa Cruz placed second in the Department of Energy's CyberForce 2021 competition. This was our first time participating in the event, and our team performed exceptionally well to secure a top position among 120 teams from 105 universities across 33 states.https://slugsec.ucsc.edu/posts/cyberforce-2021/ Tue, 10 Dec 2024 11:52:59 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/cyberforce-2021/ UCSC Takes 9th Place in Codebreaker 2021 fbad Continuing the tradition of participating in the National Security Agency's Codebreaker Challenge, UC Santa Cruz has placed 9th in the 2021 Codebreaker Challenge. This is the second year in a row that UCSC has placed in the top 10. Slug Security is proud of our team's accomplishments this year, especially of the new members who are new to cybersecurity.https://slugsec.ucsc.edu/posts/codebreaker-2021/ Tue, 10 Dec 2024 11:52:58 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/codebreaker-2021/ \ No newline at end of file + Slug SecurityThe student-run cybersecurity club at UC Santa Cruz.https://slugsec.ucsc.edu/Slug Securityen Tue, 10 Dec 2024 11:56:47 -0000 Tue, 10 Dec 2024 11:56:47 -0000 1440 MkDocs RSS plugin - v1.17.0 None Slug Securityhttps://slugsec.ucsc.edu/ Test Writeup fbad This is a test post.https://slugsec.ucsc.edu/writeups/test-writeup/ Tue, 10 Dec 2024 11:56:51 +0000Slug Securityhttps://slugsec.ucsc.edu/writeups/test-writeup/ CSE-132 Pwn HW Walkthrough fbad Challenge author walkthrough of the binary exploitation homework for UCSC's CSE-132 Fall 2024 class. I hope you all learned something new about the cool world of pwn.https://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/ Tue, 10 Dec 2024 11:56:51 +0000Slug Securityhttps://slugsec.ucsc.edu/writeups/cse-132-pwn-hw-walkthrough/ Taking Down Big Laundry cabalex fbad This is a more technical continuation of the article we had with TechCrunch on the machines we found security flaws in. Not every day do you pwn the largest commercial network of laundry appliances in the United States! This article is purely educational and to inspire any future security researchers who want to investigate everyday products they use.https://slugsec.ucsc.edu/posts/taking-down-big-laundry/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/taking-down-big-laundry/ Slug Security Debuts 2nd Place in eCTF 2023 fbad In our first year of participation, Slug Security has secured 2nd place in MITRE's 2023 Embedded Capture the Flag competition! Our team, representing the University of California, Santa Cruz, consisting of 10 students, was advised by Alvaro A. Cardenas. With what we learned from this year, we are excited to continue our participation in the competition next year.https://slugsec.ucsc.edu/posts/ectf-2023/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/ectf-2023/ UCSC Places 9th at CyberForce 2022 fbad Slug Security is thrilled to share that UC Santa Cruz secured 9th place out of 170 teams in the 2022 CyberForce Competition. This marks the second consecutive year that UCSC has ranked in the top 10 in the Department of Energy's CyberForce Competition. We want to congratulate the 3 teams that represented us this year, 'Slug Sec', 'Bing Chilling', and 'Cyber Slugs'. All three teams were supervised by Professor Alvaro A. Cardenas and Sebastián Castro.https://slugsec.ucsc.edu/posts/cyberforce-2022/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/cyberforce-2022/ UCSC Wins 3rd Place in Codebreaker 2022 fbad Following the academic tradition of participating in the National Security Agency's Codebreaker Challenge, Slug Security is proud to announce that we have won 3rd place in the 2022 Codebreaker Challenge. This is the third year in a row that UC Santa Cruz has placed in the top 10. We are very proud of our team's accomplishments, and we look forward to participating in the 2023 Codebreaker Challenge!https://slugsec.ucsc.edu/posts/codebreaker-2022/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/codebreaker-2022/ UCSC Wins 2nd at CyberForce 2021 fbad We are pleased to share that UC Santa Cruz placed second in the Department of Energy's CyberForce 2021 competition. This was our first time participating in the event, and our team performed exceptionally well to secure a top position among 120 teams from 105 universities across 33 states.https://slugsec.ucsc.edu/posts/cyberforce-2021/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/cyberforce-2021/ UCSC Takes 9th Place in Codebreaker 2021 fbad Continuing the tradition of participating in the National Security Agency's Codebreaker Challenge, UC Santa Cruz has placed 9th in the 2021 Codebreaker Challenge. This is the second year in a row that UCSC has placed in the top 10. Slug Security is proud of our team's accomplishments this year, especially of the new members who are new to cybersecurity.https://slugsec.ucsc.edu/posts/codebreaker-2021/ Tue, 10 Dec 2024 11:56:50 +0000Slug Securityhttps://slugsec.ucsc.edu/posts/codebreaker-2021/ \ No newline at end of file