-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0122905
Showing
15 changed files
with
487 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
summit.nusgreyhats.org |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
body { | ||
position: absolute; | ||
color: #FEFEFE; | ||
background-color: #0A0B11; | ||
margin: 0 auto; | ||
padding: 1em 0 1em 0; | ||
} | ||
a { | ||
color: #93ffd7; | ||
text-decoration: underline; | ||
} | ||
img { | ||
width: 100vh; | ||
height: auto; | ||
|
||
} | ||
@font-face { | ||
font-family: "unifont"; | ||
src: url("./unifont.woff") format('woff'); | ||
} | ||
pre { | ||
font-family: "unifont", "Lucida Console", monospace, Monaco; | ||
font-size:2vh; | ||
line-height: 1.0; | ||
padding-left:3vh; | ||
} | ||
.txtdiv { | ||
display: block; | ||
text-align: left; | ||
word-wrap: break-word; | ||
overflow-wrap: break-word; | ||
} | ||
.typewriter { | ||
width: 20ch; | ||
animation: typing 2s steps(22), blink .5s step-end infinite alternate; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
border-right: 3px solid #FFFFFF; | ||
} | ||
@keyframes typing { | ||
from { | ||
width: 0 | ||
} | ||
} | ||
@keyframes blink { | ||
50% { | ||
border-color: transparent | ||
} | ||
} | ||
x { | ||
color: #a7c7e7; | ||
text-decoration: none; | ||
} | ||
|
||
|
||
.highlighted { | ||
background-color: #fff8dc; /* Light yellow background */ | ||
color: #ff0000; /* Red text color for the heading */ | ||
padding: 2vh 3vh; /* Padding around the text */ | ||
border-radius: 5px; /* Rounded corners (optional) */ | ||
display: inline-block; /* Make the background fit the content */ | ||
} | ||
|
||
.announcement-box { | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); | ||
max-width: 95vh; | ||
text-align: center; | ||
padding: 20px; | ||
} | ||
|
||
.announcement-box h3 { | ||
margin-top: 2vh; | ||
font-size: 2.5vh; | ||
} | ||
|
||
.custom-table { | ||
border-collapse: collapse; | ||
width: 80%; | ||
background-color: #222; /* Dark background for the table */ | ||
/* box-shadow: 0 0 10px rgba(0, 255, 0, 0.5); /* Green shadow */ */ | ||
} | ||
|
||
.custom-table th, | ||
.custom-table td { | ||
font-size: 2vh; /* Set font size for the entire table */ | ||
border: 2px solid #000; /* Green border */ | ||
padding: 8px; | ||
text-align: center; | ||
} | ||
|
||
.custom-table th { | ||
background-color: #333; /* Slightly lighter black for header */ | ||
color: #939fd7; /* Green text for header */ | ||
} | ||
|
||
.custom-table tr:nth-child(even) { | ||
background-color: #333; /* Slightly lighter black for even rows */ | ||
} | ||
|
||
.custom-table tr:hover { | ||
background-color: #939fd7; /* Dark green hover effect */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
<html> | ||
<head> | ||
<title>GreyCTF Summit 2024</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="/home.css"> | ||
<link rel="icon" type="image/png" href="/favicon.png"/> | ||
</head> | ||
|
||
<body> | ||
<center><div class="txtdiv"><pre> | ||
|
||
<h3 class="highlighted">registrations are still open! click <u style="color: #0000ff;"><a href="https://forms.gle/KQU9ynA3NFs8qjFB7" style="color: #0000ff;">here</a></u> to register now!</h3> | ||
|
||
<x>~ greyctf summit</x> | ||
|
||
GreyCTF summit is a mini Cybersecurity conference consisting of technical talks, | ||
workshops and insightful industry-related booths to share more about the industry! | ||
|
||
Our objective for the summit is to provide a platform for students to explore | ||
their interest in cybersecurity, providing them with opportunities to connect and | ||
learn from industry professionals to find out what the industry is like. | ||
|
||
Limited slots available, sign up <a href="https://forms.gle/KQU9ynA3NFs8qjFB7">here</a>! | ||
|
||
|
||
<x>~ event schedule</x> | ||
|
||
<b>DATE :</b> 10th August 2024 | ||
|
||
<b>TIME :</b> 10:00AM to 04:30PM | ||
|
||
<b>VENUE :</b> NUS School of Computing, COM1 Level 2 | ||
<table class="custom-table"> | ||
<thead> | ||
<tr> | ||
<th>Time</th> | ||
<th>Activity</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>1000h - 1045h</td> | ||
<td>Series of Opening Talks by our Sponsors</td> | ||
</tr> | ||
<tr> | ||
<td>1045h - 1100h</td> | ||
<td>CTF Award Presentation</td> | ||
</tr> | ||
<tr> | ||
<td>1100h - 1130h</td> | ||
<td><a href="/talk1">Talk 1</a></td> | ||
</tr> | ||
<tr> | ||
<td>1130h - 1200h</td> | ||
<td><a href="/talk2">Talk 2</a></td> | ||
</tr> | ||
<tr> | ||
<td>1200h - 1330h</td> | ||
<td>Lunch & Networking</td> | ||
</tr> | ||
<tr> | ||
<td>1330h - 1400h</td> | ||
<td><a href="/talk3">Talk 3</a></td> | ||
</tr> | ||
<tr> | ||
<td>1400h - 1600h</td> | ||
<td><a href="/workshop">Workshop</a></td> | ||
</tr> | ||
<tr> | ||
<td>1600h - 1630h</td> | ||
<td>Closing Ceremony</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<x>~ tech booths</x> | ||
|
||
For this year's GreyCTF Summit, we had the pleasure to invite a series of | ||
professional and student groups to share more about opportunities and insights | ||
into the Cybersecurity industry! | ||
|
||
- <a href="http://div0.sg/">Division Zero (Div0)</a> | ||
- <a href="https://www.dsta.gov.sg">Defence Science & Technology Agency (DSTA)</a> | ||
- <a href="https://www.mha.gov.sg/isd">Internal Security Department of the MHA</a> | ||
- <a href="https://www.dso.org.sg/">DSO National Laboratories</a> | ||
- <a href="https://www.yeswehack.com/">YesWeHack</a> | ||
- <a href="https://www.offsec.com/">Offensive Security</a> | ||
- <a href="https://www.facebook.com/LocksportSG/">Locksport</a> | ||
- <a href="https://n0h4ts.com/">N0H4Ts</a> | ||
- <a href="https://www.isc2chapter.sg/Youthwing">ISC2 Singapore Chapter Youth Wing</a> | ||
- <a href="https://www.sarts.org.sg/">Singapore Amateur Radio Transmitting Society (SARTS)</a> | ||
- <a href="https://www.projectenigma.org/">Project Enigma</a> | ||
|
||
Drop by and visit all <b>11</b> booths to discover what the industry has to offer! | ||
|
||
|
||
<x>~ special activities</x> | ||
|
||
Apart from the booths and talks, we still have some interactive activities | ||
for you to learn cool things and win prizes! | ||
|
||
- <b>Lockpicking</b> <i>(by Locksport)</i> | ||
|
||
Learn how to overcome physical security by picking some locks. | ||
|
||
Pit your lockpicking skills against fellow attendees and stand a chance to win | ||
some brand new lockpicking sets! | ||
|
||
|
||
- <b>Hardware Hacking</b> <i>(by NUS Greyhats)</i> | ||
|
||
Lay your hands on our custom made GreyCTF electronic badges and even get a | ||
chance to bring it home if you are able to prove yourself worthy! | ||
|
||
|
||
- <b>LIVE Amateur Radio Demonstration</b> <i>(by SARTS)</i> | ||
|
||
Have you ever wanted to be LIVE on radio? | ||
|
||
This is your once in a lifetime opportunity to be heard around the world :) | ||
|
||
Don't say bojio | ||
|
||
|
||
- <b>Unique Puzzle Experience</b> <i>(by Project Enigma)</i> | ||
|
||
Challenge your mind with a variety of fun mechanical puzzles and XXL games. | ||
|
||
Whether you're a puzzle enthusiast or just looking for unique entertainment, | ||
this interactive adventure promises excitement and brain-teasing fun for all! | ||
|
||
|
||
<x>~ event merchandise</x> | ||
|
||
COOL NEW FREE MERCHANDISE? THATS RIGHT. | ||
|
||
<b>We are giving away exclusive GreyCTF Summit merchandise to the first 200 | ||
attendees of the day! First come first serve :)</b> | ||
|
||
We will also have a <b>BINGO CARD</b> challenge for attendees to stand a chance | ||
to win some exclusive NUS Greyhats merchandise!! | ||
|
||
<i>You can claim your merch and BINGO card when you register at the event | ||
on the day itself!</i> | ||
|
||
|
||
<x>~ talks & workshops</x> | ||
|
||
In case you missed the hyperlinks in the event schedule above, click below to | ||
find out more about the GreyCTF talks and workshop! | ||
|
||
- Talk 1 : <a href="/talk1">Today’s Threat Landscape & You</a> | ||
|
||
- Talk 2 : <a href="/talk2">How CTF-type skills will be useful in a Cybersecurity career</a> | ||
|
||
- Talk 3 : <a href="/talk3">Why is it important to consider other factors in the development of android-based malware?</a> | ||
|
||
- Workshop : <a href="/workshop">Talking to <i>(and hacking)</i> the logic of the blockchain world!</a> | ||
|
||
|
||
</pre></div></center></body></html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<html> | ||
<head> | ||
<title>NUS Greyhats SLF 2024</title> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" href="/home.css"> | ||
<link rel="icon" type="image/png" href="/favicon.png"/> | ||
</head> | ||
<style> | ||
.container { | ||
display: flex; | ||
align-items: center; /* Align items vertically in the center */ | ||
} | ||
|
||
.image { | ||
margin-right: 20px; /* Space between image and text */ | ||
max-width: 300px; | ||
} | ||
</style> | ||
|
||
|
||
<body> | ||
<center><div class="txtdiv"><pre> | ||
|
||
<x>~ talk title</x> | ||
|
||
Today’s Threat Landscape & You | ||
|
||
|
||
<x>~ talk sypnosis</x> | ||
|
||
<i>coming soon!</i> | ||
|
||
|
||
<hr style="width:70%; margin-left: 0px"> | ||
|
||
<x>~ about speaker</x> | ||
|
||
<div class="container"> | ||
<img src="speaker.jpg" class="image"> | ||
<div class="text"> | ||
<i>to be confirmed.</i> | ||
</div> | ||
</div> | ||
|
||
|
||
<a href="/">< go back</a> | ||
</pre></div></center></body></html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<html> | ||
<head> | ||
<title>NUS Greyhats SLF 2024</title> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" href="/home.css"> | ||
<link rel="icon" type="image/png" href="/favicon.png"/> | ||
</head> | ||
<style> | ||
.container { | ||
display: flex; | ||
align-items: center; /* Align items vertically in the center */ | ||
} | ||
|
||
.image { | ||
margin-right: 20px; /* Space between image and text */ | ||
max-width: 300px; | ||
} | ||
</style> | ||
|
||
|
||
<body> | ||
<center><div class="txtdiv"><pre> | ||
|
||
<x>~ talk title</x> | ||
|
||
How CTF-type skills will be useful in a Cybersecurity career? | ||
|
||
|
||
<x>~ talk sypnosis</x> | ||
|
||
In this presentation, we explore how the skills honed through Capture The Flag (CTF) competitions can | ||
pave the way for a successful career in security research. | ||
|
||
CTFs are competitive events that challenge participants to solve complex cybersecurity problems, | ||
fostering a deep understanding of various security concepts. | ||
|
||
We will examine the differences between playing CTFs and real world cybersecurity research and how | ||
aspiring security researchers can build a strong foundation for their careers. | ||
|
||
|
||
<hr style="width:70%; margin-left: 0px"> | ||
|
||
<x>~ about speaker</x> | ||
|
||
<div class="container"> | ||
<img src="speaker.jpg" class="image"> | ||
<div class="text"> | ||
Teck Siong is a Security Researcher at DSO where the team research and develop solutions to stay | ||
ahead of potential cybersecurity threats. His current work involves embedded systems, | ||
SCADA systems and penetration testing. | ||
|
||
In addition to DSO’s mission to support Defence R&D, Teck Siong’s role also allows him to work | ||
with various government organizations to evaluate the security of running systems. | ||
</div> | ||
</div> | ||
|
||
|
||
<a href="/">< go back</a> | ||
</pre></div></center></body></html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.