Fix wrong output

pull/4/head
Maik de Kruif 3 years ago
parent fac3ccfdcf
commit 4e10d1bd32
No known key found for this signature in database
GPG Key ID: 46C1200ACD3A432F
  1. 2
      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
<function Config.__init__ at 0x7f5b62d5b710>
<module 'os' from '/usr/local/lib/python3.7/os.py'>
```
_Note: if the `os` module wouldn't have been there, you could look for another module in `{{config.__class__.__init__.__globals__}}`_

Loading…
Cancel
Save