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" {