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__}}`_