From 4e10d1bd323f5eb26b6d97e677d7e1ae4912bdca Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Tue, 5 Jan 2021 17:00:23 +0100 Subject: [PATCH] Fix wrong output --- content/posts/adventofctf/challenge_16.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/adventofctf/challenge_16.md b/content/posts/adventofctf/challenge_16.md index 44098fa..bb1e1af 100644 --- a/content/posts/adventofctf/challenge_16.md +++ b/content/posts/adventofctf/challenge_16.md @@ -247,7 +247,7 @@ config.__class__.__init__.__globals__["os"] If we enter this as the input but within brackets, we get the following output: ```text - + ``` _Note: if the `os` module wouldn't have been there, you could look for another module in `{{config.__class__.__init__.__globals__}}`_