Skip to content

Commit 112d18d

Browse files
committed
.
1 parent fe3dcf7 commit 112d18d

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

content/ctfwriteups/empirec2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ categories = ["c2","Malware"]
77
author = ["connar"]
88
+++
99

10+
In this challenge we are given:
11+
<blockquote>
12+
<p>A pcap file (capture.pcap)</p>
13+
<p>A powershell dump (powershell.DMP)</p>
14+
</blockquote>

public/ctfwriteups/empirec2/index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
<meta name="robots" content="noindex, nofollow">
88
<title>Empire C2 - Writeup | Journal of Connar</title>
99
<meta name="keywords" content="empire c2">
10-
<meta name="description" content="Empire C2 - Writeup - Journal of Connar">
10+
<meta name="description" content="In this challenge we are given:
11+
12+
A pcap file (capture.pcap)
13+
A powershell dump (powershell.DMP)
14+
">
1115
<meta name="author" content="connar">
1216
<link rel="canonical" href="http://localhost:1313/ctfwriteups/empirec2/">
1317
<link crossorigin="anonymous" href="/assets/css/stylesheet.1665878c578779cd11d4dc626b2c0e032a8b9c1dcf7d37f819200b4bc208b6a7.css" integrity="sha256-FmWHjFeHec0R1NxiaywOAyqLnB3PfTf4GSALS8IItqc=" rel="preload stylesheet" as="style">
@@ -149,11 +153,18 @@
149153
<h1 class="post-title entry-hint-parent">
150154
Empire C2 - Writeup
151155
</h1>
152-
<div class="post-meta">0 min&nbsp;·&nbsp;connar
156+
<div class="post-meta">1 min&nbsp;·&nbsp;connar
153157

154158
</div>
155159
</header>
156160

161+
<div class="post-content"><p>In this challenge we are given:</p>
162+
<blockquote>
163+
<p>A pcap file (capture.pcap)</p>
164+
<p>A powershell dump (powershell.DMP)</p>
165+
</blockquote>
166+
167+
</div>
157168

158169
<footer class="post-footer">
159170
<ul class="post-tags">

public/ctfwriteups/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h2 class="entry-hint-parent">Chinese Windows Updater - Writeup
199199
<h2 class="entry-hint-parent">Empire C2 - Writeup
200200
</h2>
201201
</header>
202-
<footer class="entry-footer">0 min&nbsp;·&nbsp;connar</footer>
202+
<footer class="entry-footer">1 min&nbsp;·&nbsp;connar</footer>
203203
<a class="entry-link" aria-label="post link to Empire C2 - Writeup" href="http://localhost:1313/ctfwriteups/empirec2/"></a>
204204
</article>
205205

public/ctfwriteups/index.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ Of particular interest is the first post, which features a script that bears a s
8282
<link>http://localhost:1313/ctfwriteups/empirec2/</link>
8383
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
8484
<guid>http://localhost:1313/ctfwriteups/empirec2/</guid>
85-
<description></description>
85+
<description>&lt;p&gt;In this challenge we are given:&lt;/p&gt;
86+
&lt;blockquote&gt;
87+
&lt;p&gt;A pcap file (capture.pcap)&lt;/p&gt;
88+
&lt;p&gt;A powershell dump (powershell.DMP)&lt;/p&gt;
89+
&lt;/blockquote&gt;</description>
8690
</item>
8791
<item>
8892
<title>Flag on the run - Writeup</title>

0 commit comments

Comments
 (0)