Skip to content

Commit 987e7c5

Browse files
committed
Fixed sidebar
1 parent 09d902a commit 987e7c5

13 files changed

Lines changed: 17 additions & 13 deletions

index.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,23 @@ Below you can find reference links to my blog posts, writeups and educational co
1717
[!ref icon="beaker"](/categories/homelab/)
1818

1919
## Featured
20-
20+
<a class="no-link mb-6 overflow-hidden border border-gray-200 rounded-lg md:flex dark:border-dark-700 hover:border-gray-400 dark:hover:border-dark-450" href="/writeups/hackthebox/machines/checker/">
21+
<div class="relative shrink-0 bg-gray-300 md:w-5/12 pb-9/16 md:pb-0 dark:bg-dark-450">
22+
<img class="absolute object-cover w-full h-full" src="/assets/images/headers/checker.png">
23+
</div>
24+
<div class="p-6">
25+
<div class="text-xs font-semibold text-blue-500 uppercase dark:text-blue-400">HackTheBox • Linux</div>
26+
<div class="mt-2 text-lg font-semibold leading-snug text-gray-900 dark:text-white md:text-xl">Checker (Hard)</div>
27+
<div class="line-clamp-3">
28+
<p class="hidden mt-2 md:block">Checker is a hard-level Linux machine running Teampass and Bookstack on separate ports. The Teampass version has a SQL injection vulnerability </p>
29+
</div>
30+
<div class="flex mt-3 items-center">
31+
<div class="text-sm text-gray-500 dark:text-dark-350">
32+
<span>2025-04-19</span>
33+
</div>
34+
</div>
35+
</div>
36+
</a>
2137
<a class="no-link mb-6 overflow-hidden border border-gray-200 rounded-lg md:flex dark:border-dark-700 hover:border-gray-400 dark:hover:border-dark-450" href="/writeups/hackthebox/machines/vintage/">
2238
<div class="relative shrink-0 bg-gray-300 md:w-5/12 pb-9/16 md:pb-0 dark:bg-dark-450">
2339
<img class="absolute object-cover w-full h-full" src="/assets/images/headers/vintage.png">

writeups/CTF/CSCBE-bad-ransomware.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: page
32
title: "CSCBE24 - Bad Ransomware"
43
seo_title: "Writeup for the bad ransomware forensics challenge in the Cyber Security Challenge Belgium 24 Qualifiers"
54
date: 2024-03-24T17:30

writeups/CTF/htb-university-ctf-23.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: page
32
title: "HTB University CTF 2023: Brains & Bytes"
43
seo_title: "CTF writeup for some of the Forensics and Pwn Challenges of the Hack The Box University CTF 2023 Competition"
54
date: 2023-10-28T15:30

writeups/CTF/htboo-forensics-reversing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: page
32
title: "Hack The Boo 2023 - Forensics and Web"
43
seo_title: "Hack The Box (HTB) writeup for the Forensics and Web Challenges of the Hack The Boo 2023 CTF Competition"
54
date: 2023-10-28T15:30

writeups/CTF/lake-ctf-scream-into-the-abyss.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: page
32
title: "LakeCTF 2023 - Scream Into The Abyss"
43
seo_title: "LakeCTF writeup for the Scream Into The Abyss binary exploitation (pwn) challenge"
54
date: 2023-11-06T15:00

writeups/HackTheBox/Challenges/htb-jeeves-writeup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: page
32
title: "Jeeves (Easy)"
43
seo_title: "Introduction to Binary Exploitation with Hack The Box: Jeeves Pwn Challenge writeup"
54
date: 2023-09-08T12:30

writeups/HackTheBox/Machines/administrator.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: page
32
title: "Administrator (Medium)"
43
seo_title: "Writeup for the HackTheBox Administrator Machine"
54
date: 2025-04-19T21:01

writeups/HackTheBox/Machines/blazorized.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: page
32
title: "Blazorized (Hard)"
43
seo_title: "Writeup for the HackTheBox Blazorized Machine"
54
date: 2024-11-09T17:00

writeups/HackTheBox/Machines/checker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: page
32
title: "Checker (Hard)"
43
seo_title: "Writeup for the HackTheBox Checker Machine"
54
date: 2025-04-19T21:01

writeups/HackTheBox/Machines/office.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: page
32
title: "Office (Hard)"
43
seo_title: "Writeup for the HackTheBox Office Machine"
54
date: 2024-07-16T15:00

0 commit comments

Comments
 (0)