From c2651417409c84b70e1ef7a009a286f9d49d8308 Mon Sep 17 00:00:00 2001 From: furtest Date: Thu, 26 Jun 2025 23:31:38 +0200 Subject: [PATCH] Fix an anchor to an heading I was using a custom anchor made with html, I switched it to hugo's markdown renderer syntax. --- .../2024/404_ctf/reverse/reversible_engineering/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/writeups/2024/404_ctf/reverse/reversible_engineering/index.md b/content/writeups/2024/404_ctf/reverse/reversible_engineering/index.md index 20bc04b..de074be 100644 --- a/content/writeups/2024/404_ctf/reverse/reversible_engineering/index.md +++ b/content/writeups/2024/404_ctf/reverse/reversible_engineering/index.md @@ -122,7 +122,7 @@ unzip chall.zip cd .. ``` -## Programme principal de bruteforce
+## Programme principal de bruteforce {#bruteforce} On écrit un programme en C qui fera des appels à la fonction `encrypt` pour permettre le bruteforce.