Skip to content

Commit 6b83c0a

Browse files
committed
empirec2writeup
1 parent 4f08261 commit 6b83c0a

File tree

81 files changed

+441
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+441
-25
lines changed

content/ctfwriteups/empirec2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title = "Empire C2 - Writeup"
3+
draft = false
4+
ShowToc = false
5+
author = ["connar"]
6+
+++
7+

content/training.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
+++
2+
title = 'Training'
3+
layout = 'training'
4+
url = '/training/'
5+
summary = 'training'
6+
+++
7+
8+
This will be a list of some of the challenges I played while training for the ecsc quals of 2025. The list consists of challenges from previous qualification rounds, as well as other CTF challenges from contests and platforms.
9+
10+
# Forensics
11+
<table>
12+
<thead>
13+
<tr>
14+
<th></th>
15+
<th></th>
16+
</tr>
17+
</thead>
18+
<tbody>
19+
<tr>
20+
<td>
21+
<figure class="align-center ">
22+
<img loading="lazy" src="/posts/training/empirec2.jpg" />
23+
</figure>
24+
</td>
25+
<td>
26+
<strong>Empire is at Risk<br>Difficulty: Hard</strong> (<a href="https://connar.github.io/ctfwriteups/empirec2/">Writeup</a>) <br> Description: <small>Forensic analysis of an empire c2 traffic.</small>
27+
</td>
28+
</tr>
29+
</tbody>
30+
</table>
31+
32+
</table>

hugo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ theme = 'PaperMod'
7373
name = "Projects"
7474
url = "/projects/"
7575
weight = 50
76+
[[menu.main]]
77+
identifier = "training"
78+
name = "Training"
79+
url = "/training/"
80+
weight = 55
7681
[[menu.main]]
7782
identifier = "about"
7883
name = "About"

public/404.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
<span>Projects</span>
124124
</a>
125125
</li>
126+
<li>
127+
<a href="http://localhost:1313/training/" title="Training">
128+
<span>Training</span>
129+
</a>
130+
</li>
126131
<li>
127132
<a href="http://localhost:1313/about/" title="About">
128133
<span>About</span>

public/about/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
<span>Projects</span>
124124
</a>
125125
</li>
126+
<li>
127+
<a href="http://localhost:1313/training/" title="Training">
128+
<span>Training</span>
129+
</a>
130+
</li>
126131
<li>
127132
<a href="http://localhost:1313/about/" title="About">
128133
<span class="active">About</span>

public/archives/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
<span>Projects</span>
124124
</a>
125125
</li>
126+
<li>
127+
<a href="http://localhost:1313/training/" title="Training">
128+
<span>Training</span>
129+
</a>
130+
</li>
126131
<li>
127132
<a href="http://localhost:1313/about/" title="About">
128133
<span>About</span>

public/categories/forensics/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@
124124
<span>Projects</span>
125125
</a>
126126
</li>
127+
<li>
128+
<a href="http://localhost:1313/training/" title="Training">
129+
<span>Training</span>
130+
</a>
131+
</li>
127132
<li>
128133
<a href="http://localhost:1313/about/" title="About">
129134
<span>About</span>

public/categories/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@
124124
<span>Projects</span>
125125
</a>
126126
</li>
127+
<li>
128+
<a href="http://localhost:1313/training/" title="Training">
129+
<span>Training</span>
130+
</a>
131+
</li>
127132
<li>
128133
<a href="http://localhost:1313/about/" title="About">
129134
<span>About</span>

public/categories/malware/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@
124124
<span>Projects</span>
125125
</a>
126126
</li>
127+
<li>
128+
<a href="http://localhost:1313/training/" title="Training">
129+
<span>Training</span>
130+
</a>
131+
</li>
127132
<li>
128133
<a href="http://localhost:1313/about/" title="About">
129134
<span>About</span>

public/categories/network-traffic/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@
124124
<span>Projects</span>
125125
</a>
126126
</li>
127+
<li>
128+
<a href="http://localhost:1313/training/" title="Training">
129+
<span>Training</span>
130+
</a>
131+
</li>
127132
<li>
128133
<a href="http://localhost:1313/about/" title="About">
129134
<span>About</span>

0 commit comments

Comments
 (0)