From a4f572b5ca540f6d38d1204de4777ac00c1d23ae Mon Sep 17 00:00:00 2001 From: ctmbl Date: Fri, 12 Apr 2024 21:05:52 +0200 Subject: [PATCH] Fix typo in minishell WU --- src/content/posts/minishell_wu_pwn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/posts/minishell_wu_pwn.md b/src/content/posts/minishell_wu_pwn.md index f0b23ec..deb8e45 100644 --- a/src/content/posts/minishell_wu_pwn.md +++ b/src/content/posts/minishell_wu_pwn.md @@ -12,7 +12,7 @@ draft: false ## Basics -First of all we don't have binaries associated with the challenge so I add to compile them: +First of all we don't have binaries associated with the challenge so I had to compile them: ``` gcc log.c -o log gcc minishell.c -lcrypto -o minishell