Skip to content

Commit ab2905c

Browse files
committed
test
1 parent e27398b commit ab2905c

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

content/ctfwriteups/empirec2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title = "Empire C2 - Writeup"
33
draft = false
44
ShowToc = true
5+
disableNextPrev = true
56
author = ["connar"]
67
+++
78

public/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/index.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,13 @@ For this purpose, we can use the online tool:&lt;/p&gt;</description>
644644
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;We see the script decodes a b64 string and then runs it by piping it to bash.&lt;br&gt;
645645
Let&amp;rsquo;s follow up with the script and decode it ourselves. We can do that using an online base64 decoder and passing the base64 string to it. By doing so, we will end up with the following:&lt;/p&gt;</description>
646646
</item>
647+
<item>
648+
<title>Training</title>
649+
<link>http://localhost:1313/training/</link>
650+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
651+
<guid>http://localhost:1313/training/</guid>
652+
<description>training</description>
653+
</item>
647654
<item>
648655
<title>Upgrading Windows - Writeup</title>
649656
<link>http://localhost:1313/ctfwriteups/upgradingwindows/</link>

public/sitemap.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@
169169
<loc>http://localhost:1313/ctfwriteups/sloppyencryptor/</loc>
170170
</url><url>
171171
<loc>http://localhost:1313/ctfwriteups/sysupdate/</loc>
172+
</url><url>
173+
<loc>http://localhost:1313/training/</loc>
172174
</url><url>
173175
<loc>http://localhost:1313/ctfwriteups/upgradingwindows/</loc>
174176
</url><url>

0 commit comments

Comments
 (0)