Skip to content

Commit

Permalink
chal: add submisson link
Browse files Browse the repository at this point in the history
  • Loading branch information
polarhive committed Sep 16, 2024
1 parent 3516d56 commit cc51189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/posts/[slug]/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ blockquote {
font-style: italic;
}

em {
a, em {
color: rgb(186 230 253);
}

Expand Down
5 changes: 3 additions & 2 deletions content/posts/cremebrulee.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ date: '2024-09-16'

## Storyline

In the deep lands of Hacktopia, ACM conducts its annual flagship hackathon, *Hacknight,* in the midst of the Hacktober Fest. People gather to hack together and contribute to projects in the most unique way possible compared to any other in the land. Filled with participants, and maintainers helping each other out, lies the brains of the event - the `bun-samosa` bot. With an unbeaten ability to handle extreme server load, it has been unchallenged in the valley.
In the deep lands of Hacktopia, ACM conducts its annual flagship hackathon, *Hacknight,* in the midst of the Hacktober Fest. People gather to hack together and contribute to projects in the most unique way possible compared to any other in the land. Filled with participants, and maintainers helping each other out, lies the brains of the event - the `bun-samosa` bot. With an unbeaten ability to handle extreme server load, it has been unchallenged in the valley.

With years of being unbeaten, some events lead to its failure, and no one was able to access the sites and get issues assigned. After getting the servers back up and running, now its time to catch the culprit behind this mess. All that’s left is some important logs in an `SQlite` db, but have some crucial information that can be used to trace back to the person. The *access logs* have some spike in requests coming in to the server, and figure out a way to trace back to the person.
With years of being unbeaten, some events lead to its failure, and no one was able to access the sites and get issues assigned. After getting the servers back up and running, now its time to catch the culprit behind this mess. All that’s left is some important logs in an `SQlite` db, but have some crucial information that can be used to trace back to the person. The *access logs* have some spike in requests coming in to the server, and figure out a way to trace back to the person.

> These `SQlite` files are unique per person and any attempts to cheat or collaborate will result in disqualification
Expand All @@ -20,3 +20,4 @@ You are in need of some basic tools like *SQlite* that will help you get around

> ip, time, name and location from where the attack took place
submission: https://forms.gle/LXjf8ZfASNVoBHPY9

0 comments on commit cc51189

Please sign in to comment.