Skip to content

Commit

Permalink
deploy: 264a955
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEquus committed Aug 4, 2024
1 parent 3e1d036 commit b71e164
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<link rel=preload href=https://anniequus.com/fonts/AnonymousPro-Regular.ttf as=font crossorigin=anonymous><link rel=preload href=https://anniequus.com/fonts/Heebo-VariableFont_wght.ttf as=font crossorigin=anonymous><link rel=preload href=https://anniequus.com/fonts/Rubik-VariableFont_wght.ttf as=font crossorigin=anonymous><link rel=stylesheet href=https://anniequus.com/css/main.min.438d8614614734b73815278dc3c64b0220335c8c5e5168baefe118fb203f84bb.css integrity="sha256-Q42GFGFHNLc4FSeNw8ZLAiAzXIxeUWi67+EY+yA/hLs=" crossorigin=anonymous><script defer src=https://anniequus.com/js/main.min.cf29f7226a9c2b2d20303d20e6fdd133796cbbd092dfd7486f2e01b089ffe03d.js integrity="sha256-zyn3ImqcKy0gMD0g5v3RM3lsu9CS39dIby4BsIn/4D0=" crossorigin=anonymous></script></head><body><header id=navbar><h1><a href=https://anniequus.com/>Equus 🐴 (Annie)</a></h1><ul><li><a href=/about/>About</a></li><li><a href=/posts/>Posts</a></li></ul></header><a href=# id=backtotop></a><div class=content><main class=about><article><header><h1>About Me</h1></header><p>Hi I&rsquo;m Annie Nie, and I do random things.</p><p>CTF-ing with <a href=https://ctftime.org/team/140575 target=_blank rel=noreferrer>skateboarding dog</a>
🛹🐶.</p><p>Contact me on <a href=https://www.linkedin.com/in/annienie/ target=_blank rel=noreferrer>LinkedIn</a>
, <a href=https://twitter.com/ThatEquus target=_blank rel=noreferrer>X</a>
or chuck an email me[at]anniequus[.]com</p></article></main></div></body></html>
or chuck an email <a href=mailto:contact@anniequus.com>[email protected]</a></p></article></main></div></body></html>
2 changes: 1 addition & 1 deletion categories/ctf/index.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CTF on Equus 🐴 (Annie)</title><link>https://anniequus.com/categories/ctf/</link><description>Recent content in CTF on Equus 🐴 (Annie)</description><generator>Hugo -- gohugo.io</generator><language>en-au</language><lastBuildDate>Sun, 26 Sep 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://anniequus.com/categories/ctf/index.xml" rel="self" type="application/rss+xml"/><item><title>Path to a crypto master, the engineer way</title><link>https://anniequus.com/posts/sub1-ductf2021/</link><pubDate>Sun, 26 Sep 2021 00:00:00 +0000</pubDate><guid>https://anniequus.com/posts/sub1-ductf2021/</guid><description>Who knew I&amp;rsquo;d be writing a crypto writeup.
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CTF on Equus 🐴 (Annie)</title><link>https://anniequus.com/categories/ctf/</link><description>Recent content in CTF on Equus 🐴 (Annie)</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Sun, 26 Sep 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://anniequus.com/categories/ctf/index.xml" rel="self" type="application/rss+xml"/><item><title>Path to a crypto master, the engineer way</title><link>https://anniequus.com/posts/sub1-ductf2021/</link><pubDate>Sun, 26 Sep 2021 00:00:00 +0000</pubDate><guid>https://anniequus.com/posts/sub1-ductf2021/</guid><description>Who knew I&amp;rsquo;d be writing a crypto writeup.
The Beginning The challenge provides a SageMath bit of code, as well as a cipher text.
def encrypt(msg, f): return &amp;#39;&amp;#39;.join(chr(f.substitute(c)) for c in msg) P.&amp;lt;x&amp;gt; = PolynomialRing(ZZ) f = 13*x^2 + 3*x + 7 FLAG = open(&amp;#39;./flag.txt&amp;#39;, &amp;#39;rb&amp;#39;).read().strip() enc = encrypt(FLAG, f) print(enc) That&amp;rsquo;s some messy looking cipher text&amp;hellip;
Understanding the sage Thankfully the SageMath here is nice and short. All that we need to know, is that each character of the flag is thrown into the encryption function f.</description></item><item><title>"Oh yeah Motorola exists" - Revelations made in CSAW CTF 2021</title><link>https://anniequus.com/posts/csaw2021-serial/</link><pubDate>Tue, 21 Sep 2021 00:00:00 +0000</pubDate><guid>https://anniequus.com/posts/csaw2021-serial/</guid><description>A mildly interesting challenge that touches (very briefly) on serial communication. But given that the files are .sal files, we can use the trusty old Saleae&amp;rsquo;s logic analyser to help decode everything.
Expand Down
2 changes: 1 addition & 1 deletion categories/index.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Equus 🐴 (Annie)</title><link>https://anniequus.com/categories/</link><description>Recent content in Categories on Equus 🐴 (Annie)</description><generator>Hugo -- gohugo.io</generator><language>en-au</language><lastBuildDate>Sun, 05 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://anniequus.com/categories/index.xml" rel="self" type="application/rss+xml"/><item><title>Random</title><link>https://anniequus.com/categories/random/</link><pubDate>Sun, 05 Nov 2023 00:00:00 +0000</pubDate><guid>https://anniequus.com/categories/random/</guid><description/></item><item><title>Windows</title><link>https://anniequus.com/categories/windows/</link><pubDate>Sun, 05 Nov 2023 00:00:00 +0000</pubDate><guid>https://anniequus.com/categories/windows/</guid><description/></item><item><title>Projects</title><link>https://anniequus.com/categories/projects/</link><pubDate>Mon, 25 Oct 2021 00:00:00 +0000</pubDate><guid>https://anniequus.com/categories/projects/</guid><description/></item><item><title>CTF</title><link>https://anniequus.com/categories/ctf/</link><pubDate>Sun, 26 Sep 2021 00:00:00 +0000</pubDate><guid>https://anniequus.com/categories/ctf/</guid><description/></item></channel></rss>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Equus 🐴 (Annie)</title><link>https://anniequus.com/categories/</link><description>Recent content in Categories on Equus 🐴 (Annie)</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Sun, 05 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://anniequus.com/categories/index.xml" rel="self" type="application/rss+xml"/><item><title>Random</title><link>https://anniequus.com/categories/random/</link><pubDate>Sun, 05 Nov 2023 00:00:00 +0000</pubDate><guid>https://anniequus.com/categories/random/</guid><description/></item><item><title>Windows</title><link>https://anniequus.com/categories/windows/</link><pubDate>Sun, 05 Nov 2023 00:00:00 +0000</pubDate><guid>https://anniequus.com/categories/windows/</guid><description/></item><item><title>Projects</title><link>https://anniequus.com/categories/projects/</link><pubDate>Mon, 25 Oct 2021 00:00:00 +0000</pubDate><guid>https://anniequus.com/categories/projects/</guid><description/></item><item><title>CTF</title><link>https://anniequus.com/categories/ctf/</link><pubDate>Sun, 26 Sep 2021 00:00:00 +0000</pubDate><guid>https://anniequus.com/categories/ctf/</guid><description/></item></channel></rss>
2 changes: 1 addition & 1 deletion categories/projects/index.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Projects on Equus 🐴 (Annie)</title><link>https://anniequus.com/categories/projects/</link><description>Recent content in Projects on Equus 🐴 (Annie)</description><generator>Hugo -- gohugo.io</generator><language>en-au</language><lastBuildDate>Mon, 25 Oct 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://anniequus.com/categories/projects/index.xml" rel="self" type="application/rss+xml"/><item><title>The password manager to cure lockdown woes</title><link>https://anniequus.com/posts/arduino-password-manager/</link><pubDate>Mon, 25 Oct 2021 00:00:00 +0000</pubDate><guid>https://anniequus.com/posts/arduino-password-manager/</guid><description>If you see this (without inspecting source), video tags don't seem to work on your browser mate. Introduction I&amp;rsquo;ll be introducing a roughly two week project that I worked on with two other group mates for a uni subject. The theme we were given was to build something that makes our home smarter or more fun. As a team, we started off with the idea of a password manager and decided to add some small fun elements, that would make this password manager the most fun password manager out there (hopefully).</description></item></channel></rss>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Projects on Equus 🐴 (Annie)</title><link>https://anniequus.com/categories/projects/</link><description>Recent content in Projects on Equus 🐴 (Annie)</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Mon, 25 Oct 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://anniequus.com/categories/projects/index.xml" rel="self" type="application/rss+xml"/><item><title>The password manager to cure lockdown woes</title><link>https://anniequus.com/posts/arduino-password-manager/</link><pubDate>Mon, 25 Oct 2021 00:00:00 +0000</pubDate><guid>https://anniequus.com/posts/arduino-password-manager/</guid><description>If you see this (without inspecting source), video tags don't seem to work on your browser mate. Introduction I&amp;rsquo;ll be introducing a roughly two week project that I worked on with two other group mates for a uni subject. The theme we were given was to build something that makes our home smarter or more fun. As a team, we started off with the idea of a password manager and decided to add some small fun elements, that would make this password manager the most fun password manager out there (hopefully).</description></item></channel></rss>
2 changes: 1 addition & 1 deletion categories/random/index.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Random on Equus 🐴 (Annie)</title><link>https://anniequus.com/categories/random/</link><description>Recent content in Random on Equus 🐴 (Annie)</description><generator>Hugo -- gohugo.io</generator><language>en-au</language><lastBuildDate>Sun, 05 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://anniequus.com/categories/random/index.xml" rel="self" type="application/rss+xml"/><item><title>Wacky Windows Environment Variables</title><link>https://anniequus.com/posts/wacky-windows-env-variables/</link><pubDate>Sun, 05 Nov 2023 00:00:00 +0000</pubDate><guid>https://anniequus.com/posts/wacky-windows-env-variables/</guid><description>Introduction Picture this - you&amp;rsquo;ve been blessed with the task of dissecting a binary written in C++ that looks like the following:
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Random on Equus 🐴 (Annie)</title><link>https://anniequus.com/categories/random/</link><description>Recent content in Random on Equus 🐴 (Annie)</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Sun, 05 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://anniequus.com/categories/random/index.xml" rel="self" type="application/rss+xml"/><item><title>Wacky Windows Environment Variables</title><link>https://anniequus.com/posts/wacky-windows-env-variables/</link><pubDate>Sun, 05 Nov 2023 00:00:00 +0000</pubDate><guid>https://anniequus.com/posts/wacky-windows-env-variables/</guid><description>Introduction Picture this - you&amp;rsquo;ve been blessed with the task of dissecting a binary written in C++ that looks like the following:
#include &amp;lt;iostream&amp;gt; using namespace std; void admin() { cout &amp;lt;&amp;lt; &amp;#34;There is no DEMO - signs of an admin!&amp;#34;; } void user() { cout &amp;lt;&amp;lt; &amp;#34;I see a DEMO variable - signs of a regular user&amp;#34;; } int main() { char* check; check = getenv(&amp;#34;DEMO&amp;#34;); if (check != NULL) { user(); } else admin(); } What is it even doing, and is it possible to get to admin without being an admin?</description></item><item><title>The Writhing South Bass Cover</title><link>https://anniequus.com/posts/tws-bass/</link><pubDate>Fri, 16 Apr 2021 00:00:00 +0000</pubDate><guid>https://anniequus.com/posts/tws-bass/</guid><description>A fun song for a fun band. Sex Baby&amp;rsquo;s cover of &amp;ldquo;The Writhing South&amp;rdquo; by Say Anything is out for the public to feast on! A band consisting of a rotation between some mates and I, it was my turn to rock out on the bass for this one.
The final mix (on bandcamp) The Writhing South by Sex Baby The full line up can be seen on the bandcamp page of the track itself.</description></item></channel></rss>
2 changes: 1 addition & 1 deletion categories/windows/index.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows on Equus 🐴 (Annie)</title><link>https://anniequus.com/categories/windows/</link><description>Recent content in Windows on Equus 🐴 (Annie)</description><generator>Hugo -- gohugo.io</generator><language>en-au</language><lastBuildDate>Sun, 05 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://anniequus.com/categories/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>Wacky Windows Environment Variables</title><link>https://anniequus.com/posts/wacky-windows-env-variables/</link><pubDate>Sun, 05 Nov 2023 00:00:00 +0000</pubDate><guid>https://anniequus.com/posts/wacky-windows-env-variables/</guid><description>Introduction Picture this - you&amp;rsquo;ve been blessed with the task of dissecting a binary written in C++ that looks like the following:
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows on Equus 🐴 (Annie)</title><link>https://anniequus.com/categories/windows/</link><description>Recent content in Windows on Equus 🐴 (Annie)</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Sun, 05 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://anniequus.com/categories/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>Wacky Windows Environment Variables</title><link>https://anniequus.com/posts/wacky-windows-env-variables/</link><pubDate>Sun, 05 Nov 2023 00:00:00 +0000</pubDate><guid>https://anniequus.com/posts/wacky-windows-env-variables/</guid><description>Introduction Picture this - you&amp;rsquo;ve been blessed with the task of dissecting a binary written in C++ that looks like the following:
#include &amp;lt;iostream&amp;gt; using namespace std; void admin() { cout &amp;lt;&amp;lt; &amp;#34;There is no DEMO - signs of an admin!&amp;#34;; } void user() { cout &amp;lt;&amp;lt; &amp;#34;I see a DEMO variable - signs of a regular user&amp;#34;; } int main() { char* check; check = getenv(&amp;#34;DEMO&amp;#34;); if (check != NULL) { user(); } else admin(); } What is it even doing, and is it possible to get to admin without being an admin?</description></item></channel></rss>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!doctype html><html lang=en data-mode=dark><head><meta name=generator content="Hugo 0.124.1"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=description content='Annie Nie&#39;s personal website "full of" personal projects and CTF writeups, where I try not to break things'><title>Equus 🐴</title>
<!doctype html><html lang=en data-mode=dark><head><meta name=generator content="Hugo 0.131.0"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=description content='Annie Nie&#39;s personal website "full of" personal projects and CTF writeups, where I try not to break things'><title>Equus 🐴</title>
<link rel=preload href=https://anniequus.com/fonts/AnonymousPro-Regular.ttf as=font crossorigin=anonymous><link rel=preload href=https://anniequus.com/fonts/Heebo-VariableFont_wght.ttf as=font crossorigin=anonymous><link rel=preload href=https://anniequus.com/fonts/Rubik-VariableFont_wght.ttf as=font crossorigin=anonymous><link rel=stylesheet href=https://anniequus.com/css/main.min.438d8614614734b73815278dc3c64b0220335c8c5e5168baefe118fb203f84bb.css integrity="sha256-Q42GFGFHNLc4FSeNw8ZLAiAzXIxeUWi67+EY+yA/hLs=" crossorigin=anonymous><script defer src=https://anniequus.com/js/main.min.cf29f7226a9c2b2d20303d20e6fdd133796cbbd092dfd7486f2e01b089ffe03d.js integrity="sha256-zyn3ImqcKy0gMD0g5v3RM3lsu9CS39dIby4BsIn/4D0=" crossorigin=anonymous></script></head><body><header id=navbar><h1><a href=https://anniequus.com/>Equus 🐴 (Annie)</a></h1><ul><li><a href=/about/>About</a></li><li><a href=/posts/>Posts</a></li></ul></header><a href=# id=backtotop></a><div class=content><main><h1>Random things happen I guess</h1><p>This site features whatever random project I&rsquo;ve decided to do and write about.</p><hr><h2>Latest Posts</h2><ul id=featuredPosts><li><a href=/posts/wacky-windows-env-variables/ aria-label="Wacky Windows Environment Variables (2023-11-05)"><h4>Wacky Windows Environment Variables</h4><time datetime=2023-11-05>2023-11-05</time></a><p>A small dive into the weird world of Windows environment variables and how its odd behaviours can be abused to bypass application logic</p><hr></li><li><a href=/posts/arduino-password-manager/ aria-label="The password manager to cure lockdown woes (2021-10-25)"><h4>The password manager to cure lockdown woes</h4><time datetime=2021-10-25>2021-10-25</time></a><p>Ever wished that you could have a password manager that not only managed your passwords, but played music and gave you treats? Well I know I haven't, but as a group project for uni, I and some group mates decided to fulfill this exact desire. This post features some details about the python + arduino password manager, as well as a reflection on making and editing a video to present it</p><hr></li><li><a href=/posts/sub1-ductf2021/ aria-label="Path to a crypto master, the engineer way (2021-09-26)"><h4>Path to a crypto master, the engineer way</h4><time datetime=2021-09-26>2021-09-26</time></a><p>The road to becoming a crypto master is a fun journey, but still no easy feat. So, I decided to begin this journey by doing a challenge from DUCTF 2021 called "Substitution Cipher I", using a tool few people have used to solve crypto challenges, despite it almost having "maths" in its name</p><hr></li><li><a href=/posts/csaw2021-serial/ aria-label='"Oh yeah Motorola exists" - Revelations made in CSAW CTF 2021 (2021-09-21)'><h4>"Oh yeah Motorola exists" - Revelations made in CSAW CTF 2021</h4><time datetime=2021-09-21>2021-09-21</time></a><p>Read about bits being analysed and Motorola being remembered, this is a writeup on a serial challenge titled "A different Type of Serial Key" from CSAW CTF 2021</p><hr></li><li><a href=/posts/googlectf-parking/ aria-label="Inefficiently solving GoogleCTF 2021 with Verilog (ModelSim) (2021-07-31)"><h4>Inefficiently solving GoogleCTF 2021 with Verilog (ModelSim)</h4><time datetime=2021-07-31>2021-07-31</time></a><p>GoogleCTF 2021 featured a hardware challenge called "parking", which resulted in me undertaking a long and arduous journey to solve it with a software I had never thought I would use in a CTF challenge - ModelSim</p><hr></li><li><a href=/posts/htb-hardware-writeups/ aria-label="How HackTheBoxCTF Exposed The Marriage of Saleae And Hardware (2021-04-26)"><h4>How HackTheBoxCTF Exposed The Marriage of Saleae And Hardware</h4><time datetime=2021-04-26>2021-04-26</time></a><p>A collection of writeups for all the hardware challenges in HackTheBoxCTF 2021</p><hr></li><li><a href=/posts/tws-bass/ aria-label="The Writhing South Bass Cover (2021-04-16)"><h4>The Writhing South Bass Cover</h4><time datetime=2021-04-16>2021-04-16</time></a><p>A quick showcase of a fun cover band with friends where I was on the bass covering The Writhing South by Say Anything</p><hr></li></ul></main></div></body></html>
Loading

0 comments on commit b71e164

Please sign in to comment.