Skip to content

Commit 786a02e

Browse files
committed
final update for 1337UP24 writeups as well as the welcome page and other stuff
1 parent 99aaacb commit 786a02e

17 files changed

+133
-92
lines changed

README.md

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,3 @@
1-
# Chirpy Starter
1+
# slavetomints.github.io
22

3-
[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy)][gem] 
4-
[![GitHub license](https://img.shields.io/github/license/cotes2020/chirpy-starter.svg?color=blue)][mit]
5-
6-
When installing the [**Chirpy**][chirpy] theme through [RubyGems.org][gem], Jekyll can only read files in the folders
7-
`_data`, `_layouts`, `_includes`, `_sass` and `assets`, as well as a small part of options of the `_config.yml` file
8-
from the theme's gem. If you have ever installed this theme gem, you can use the command
9-
`bundle info --path jekyll-theme-chirpy` to locate these files.
10-
11-
The Jekyll team claims that this is to leave the ball in the user’s court, but this also results in users not being
12-
able to enjoy the out-of-the-box experience when using feature-rich themes.
13-
14-
To fully use all the features of **Chirpy**, you need to copy the other critical files from the theme's gem to your
15-
Jekyll site. The following is a list of targets:
16-
17-
```shell
18-
.
19-
├── _config.yml
20-
├── _plugins
21-
├── _tabs
22-
└── index.html
23-
```
24-
25-
To save you time, and also in case you lose some files while copying, we extract those files/configurations of the
26-
latest version of the **Chirpy** theme and the [CD][CD] workflow to here, so that you can start writing in minutes.
27-
28-
## Usage
29-
30-
Check out the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy/wiki).
31-
32-
## Contributing
33-
34-
This repository is automatically updated with new releases from the theme repository. If you encounter any issues or want to contribute to its improvement, please visit the [theme repository][chirpy] to provide feedback.
35-
36-
## License
37-
38-
This work is published under [MIT][mit] License.
39-
40-
[gem]: https://rubygems.org/gems/jekyll-theme-chirpy
41-
[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy/
42-
[CD]: https://en.wikipedia.org/wiki/Continuous_deployment
43-
[mit]: https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE
3+
the interesting stuff is [here](https://slavetomints.github.io)

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ comments:
119119
issue_term: # < url | pathname | title | ...>
120120
# Giscus options › https://giscus.app
121121
giscus:
122-
repo: slavetomints/website-comments# <gh-username>/<repo>
122+
repo: Slavetomints/website-comments # <gh-username>/<repo>
123123
repo_id: R_kgDOOZwjRQ
124124
category: Announcements
125125
category_id: DIC_kwDOOZwjRc4CpG68

_posts/1970-01-01-test.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

_posts/2024-04-15-welcome.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Welcome!
3+
date: 2025-04-14 08:00:00 +/-0600
4+
categories: [Blogging]
5+
tags: [blogging]
6+
pin: true
7+
description: If its your first time here, check this post out. If not, do it again!
8+
---
9+
10+
Hey all! Welcome to my site. First off, lets get the credits out of the way.
11+
12+
## Credit Where Credit's Due
13+
Blog Theme: [Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) for [Jekyll](https://jekyllrb.com/).
14+
- why Chirpy?
15+
- simple and clean
16+
- Open-Source (MIT License)
17+
- relatively painless to set up
18+
- way better organized than [this](https://web.archive.org/web/20250309042128/https://slavetomints.github.io/)
19+
- free
20+
- why Jekyll?
21+
- easy to use
22+
- right here on GitHub
23+
- free
24+
- Open-Source (MIT License)
25+
26+
Comments: [Giscus](https://giscus.app/)
27+
- why Giscus?
28+
- free
29+
- extremely easy to set up
30+
- did I mention free?
31+
- integrates right with Chirpy
32+
- Open-Source (MIT License)
33+
- free *(I'm a broke college student please)*
34+
35+
> Commenting requires a GitHub account for authentication purposes, as well as that's just the way Giscus works.
36+
{: .prompt-warning }
37+
38+
39+
## What to Expect
40+
41+
Alright, so what can you expect to see here? Well, it's going to depend.
42+
43+
The large majority of posts here will be writeups for any and all challenges I complete while participating in an active CTF (published when allowed to of course), and any offline CTFs, like [picoCTF](https://www.picoctf.org/) and [OverTheWire's](https://overthewire.org/) bandit games.
44+
45+
Now this does mean that there are plenty of posts that are only a minute or two to read, and that's part of the purpose of this. It makes it so that people of all skill levels can enjoy this blog the same amount. This also will serve as a memoir of the path I've traversed to get to where I currently am, and that I can look back and be proud of where I came from.
46+
47+
To be honest, Technoblade summarized this mentality best:
48+
49+
> "I think Skyblock at its core is the ultimate challenge in resource management. You spawn on a tiny island in an empty universe. All you have is a tree, some supplies and some dirt to stand on. You have to treasure EVERY dirt block, because if one falls into the void, there's no way to replace it and as you carefully navigate your absurd circumstance, you gain a new appreciation for the few things you have as you meticulously use them to their fullest effect. With nothing but some ice, lava and saplings you slowly transform this empty expanse into a world of your very own. Skyblock teaches us that no matter how ridiculous the odds may seem, within us resides the power to overcome these challenges and achieve something beautiful. That one day, we'll look back at where we started and be amazed by how far we've come."
50+
>
51+
> &#45; Technoblade (1999-2022)
52+
53+
The next part of this blog will be dedicated to me writing guides on tools that I use in my cybersecurity training. So expect to see those show up from time to time.
54+
55+
Thee last part of this blog will be yes... the actual blogging. Whether I'm working on a new project that I'lll never finish or building up my homelab, you can expect to see those posts all under the `blogging` tag.
56+
57+
## Contact Me
58+
You can catch me via email and discord (both are linked in the [about me](https://slavetomints.github.io/about) page) if you have any comments, questions, concerns, threats, bribes, manifestos, declarations of independence, poltergeist sightings, time travel conundrums, UFO reports, unresolved childhood traumas, spontaneous poetry, pop culture references, existential crises, unsolicited fashion advice, attempts to decode my personality, forgotten passwords,
59+
rumors, plot holes, hidden treasure maps, confessions of love, burning desires for world domination, top-secret government files,
60+
suspiciously vague prophecies, cryptocurrency investment tips,
61+
confessions of impromptu dance moves, embarrassing childhood stories,
62+
pet conspiracy theories, secret handshakes, plans for a rock band, detailed critiques of my haircut, complaints about the air conditioning, existential questions about socks, requests to speak with my manager, cryptic dreams you'd like analyzed, opinions on the best taco fillings, or an undying desire to say "i use arch btw"

_posts/2024-12-23-babyflow.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Babyflow
33
date: 2024-12-23 19:47:00 +/-0600
4-
categories: [Capture The Flags, 1337Up Live 2024]
4+
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, writeups]
6+
description: 1337UP Live 2024 Babyflow Challenge
67
---
78

8-
Challenge description:
9-
9+
> Challenge description:
10+
>
1011
> Does this login application even work?!
12+
{: .prompt-info }
1113

1214
For this one we are provided a remote connection, where we are then prompted for a password.
1315

_posts/2024-12-23-bob-leponge.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: Bob L'éponge
33
date: 2024-12-23 19:47:00 +/-0600
4-
categories: [Capture The Flags, 1337Up Live 2024]
4+
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, osint, writeups]
6+
description: 1337UP Live 2024 Bob L'éponge Challenge
67
---
78

8-
Challenge description:
9-
9+
> Challenge description:
10+
>
1011
> I'm an epic hacker and I'm trying to start a YouTube channel to show off my skills! I've been playing around with some of the video settings and stumbled upon a few cool features. Can you find the secret I've hidden?
1112
> https://youtu.be/DXZrAGYS6X8
13+
{: .prompt-info }
1214

1315
Alright, so we're given a youtube video titled `test`. Now, this video is actually a red herring. I know, crazy right? A red herring in a CTF. If we go to the youtube channel we'll see that they have a YT Short named `test3`, so we can safely assume that there's a `test2` hidden somewhere, and upon further investigation it seems to be the case. They channel has a playlist with 1 unlisted video named `test2`
1416

_posts/2024-12-23-in-plain-sight.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: In Plain Sight
33
date: 2024-12-23 19:47:00 +/-0600
4-
categories: [Capture The Flags, 1337Up Live 2024]
4+
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, writeups]
6+
description: 1337UP Live 2024 In Plain Sight Challenge
67
---
78

8-
Challenge description:
9-
9+
>Challenge description:
10+
>
1011
> Barely hidden tbh..
12+
{: .prompt-info }
1113

1214
We're given this photo
1315

_posts/2024-12-23-lost-program.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
22
title: Lost Program
33
date: 2024-12-23 19:47:00 +/-0600
4-
categories: [Capture The Flags, 1337Up Live 2024]
4+
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, writeups]
6+
description: 1337UP Live 2024 Lost Program Challenge
67
---
78

8-
Challenge description:
9-
9+
> Challenge description:
10+
>
1011
> I was working on a bug bounty program the other day but I completely forgot the name!! I guess that will teach me not to use emoji notation in future 😩 Anyway, if you could help me find it again, I'd really appreciate it! Here's my notes..
1112
>
1213
> TODO: find lots of 😎🐛 on 🥷🥝🎮
1314
>
1415
> flag format = INTIGRITI{company_name}
16+
{: .prompt-info }
1517

1618
For this one you have to decipher some emoji code "TODO: find lots of 😎🐛 on 🥷🥝🎮". This leads you to find the Ninja Kiwi program on Intigriti.com
1719

_posts/2024-12-23-no-comment.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: No Comment
33
date: 2024-12-23 19:47:00 +/-0600
4-
categories: [Capture The Flags, 1337Up Live 2024]
4+
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, osint, writeups]
6+
description: 1337UP Live 2024 No Comment Challenge
67
---
78

8-
Challenge description:
9-
9+
>Challenge description:
10+
>
1011
> Or is there? 🤔
12+
{: .prompt-info }
1113

1214
We get this... psychedelic image
1315

_posts/2024-12-23-private-github-repository.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: Private Github Repository
2+
title: Private GitHub Repository
33
date: 2024-12-23 19:47:00 +/-0600
4-
categories: [Capture The Flags, 1337Up Live 2024]
4+
categories: [Capture The Flags, 1337UP Live 2024]
55
tags: [ctf, 1337up, osint, writeups]
6-
pin: true
6+
description: 1337UP Live 2024 Private GitHub Repository Challenge
77
---
88

9-
Challenge description:
10-
9+
> Challenge description:
10+
>
1111
> Bob Robizillo created a public instructions for Tiffany, so she can start work on new secret project. can you access the secret repository?
12+
{: .prompt-info }
1213

1314
Unfortunately, or, rather fortunately, there is no way to see a private GitHub repository unless you've been invited as a collaborator. So lets leverage our amazing OSINT skills to find any trace of Mr. Robizillo on the Internet. Now, your results may vary, but for me `"Robizillo" site:github.com` turned up nothing, so I then tied with a more general search `"Robizillo"`. And now we see why the first search turned up nothing, it's a github gist! Lets t ake a look at what it says.
1415

0 commit comments

Comments
 (0)