From b9236e3e9b7e14d637b14775b2e3ef6d7a3c2730 Mon Sep 17 00:00:00 2001 From: LachlanS7 <57027406+LachlanS7@users.noreply.github.com> Date: Sat, 5 Aug 2023 00:34:27 +0930 Subject: [PATCH] fixed a few things --- content/posts/2023/duckctf/based-crypto-challenge.md | 2 +- .../posts/2023/duckctf/not-so-standard-substitution-cipher.md | 2 +- content/posts/2023/duckctf/the-lost-book.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/posts/2023/duckctf/based-crypto-challenge.md b/content/posts/2023/duckctf/based-crypto-challenge.md index 7b5830d..4912736 100644 --- a/content/posts/2023/duckctf/based-crypto-challenge.md +++ b/content/posts/2023/duckctf/based-crypto-challenge.md @@ -2,7 +2,7 @@ layout: post title: A Based Crypto Challenge - DuckCTF 2023 date: 2023-08-04T00:00:00.000Z -description: There's not much to say here other than this challenge is **BASED**. +description: There's not much to say here other than this challenge is BASED. author: lachlan categories: - ctf diff --git a/content/posts/2023/duckctf/not-so-standard-substitution-cipher.md b/content/posts/2023/duckctf/not-so-standard-substitution-cipher.md index 7215803..1a5e261 100644 --- a/content/posts/2023/duckctf/not-so-standard-substitution-cipher.md +++ b/content/posts/2023/duckctf/not-so-standard-substitution-cipher.md @@ -2,7 +2,7 @@ layout: post title: Not So Standard Substitution Cipher - DuckCTF 2023 date: 2023-08-04T00:00:00.000Z -description: I made a machine to implement a substitution cipher. The only issue is that it seemed to encrypt everything in sight, including my flag and all other random stuff. Each line in the attached file is a new piece of encoded information. Please save my flag! The flag will not be encased in `quack{...}`, but it will be the only reasonable text. +description: I made a machine to implement a substitution cipher. The only issue is that it seemed to encrypt everything in sight, including my flag and all other random stuff. Each line in the attached file is a new piece of encoded information. Please save my flag! The flag will not be encased in quack{...}, but it will be the only reasonable text. author: lachlan categories: - ctf diff --git a/content/posts/2023/duckctf/the-lost-book.md b/content/posts/2023/duckctf/the-lost-book.md index 689e4bb..e3985ad 100644 --- a/content/posts/2023/duckctf/the-lost-book.md +++ b/content/posts/2023/duckctf/the-lost-book.md @@ -2,7 +2,7 @@ layout: post title: The Lost Book - DuckCTF 2023 date: 2023-08-04T00:00:00.000Z -description: I run a library, but recently one of my books was returned damaged. Can you please find the book title?
The flag for this challenge is the title of this book in the original language. +description: I run a library, but recently one of my books was returned damaged. Can you please find the book title? The flag for this challenge is the title of this book in the original language. author: lachlan categories: - ctf @@ -11,7 +11,7 @@ categories: --- This challenge only provides the following image of a book cover; -![](https://hackmd.io/_uploads/SJr3_Bqin.jpg) +![](bookcover.jpg) As we can see, the ISBN is partially corrupted, and the goal is to recover the ISBN and thus recover the book title.