From c939d1dc8de88f4c0d13ee15e68726da906f0e8d Mon Sep 17 00:00:00 2001 From: Devoalda Date: Sat, 9 Dec 2023 12:07:51 +0800 Subject: [PATCH] CTF Writeup Amendments --- .../{2030-12-09-StandCon_CTF.md => 2023-12-09-StandCon_CTF.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename content/en/posts/{2030-12-09-StandCon_CTF.md => 2023-12-09-StandCon_CTF.md} (99%) diff --git a/content/en/posts/2030-12-09-StandCon_CTF.md b/content/en/posts/2023-12-09-StandCon_CTF.md similarity index 99% rename from content/en/posts/2030-12-09-StandCon_CTF.md rename to content/en/posts/2023-12-09-StandCon_CTF.md index ff62aa7..c3519a3 100755 --- a/content/en/posts/2030-12-09-StandCon_CTF.md +++ b/content/en/posts/2023-12-09-StandCon_CTF.md @@ -42,7 +42,7 @@ if strings.ContainsAny(ip, "!\"#%&'+,-/:;<=>?@[\\]^_`|~ ") { } ``` -The first `if` block limits the input to **14 characters long**. The second block **prevents some special characters in the input**. This proved to be challenging. +The first `if` block limits the input to **15 characters long**. The second block **prevents some special characters in the input**. This proved to be challenging. ```golang if runtime.GOOS == "windows" {