We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1bc0a commit 4035e00Copy full SHA for 4035e00
2022/Hackers-Playground-2022/OnlineEducation/README.md
@@ -0,0 +1,5 @@
1
+- the email allows any characters to be injected so long as the start is a valid email
2
+- when updating the status the `rate` can be negative to skip the duration check
3
+- this allows for arbitrary html to be injected which is then rendered by pdfkit/wkhtmltopdf
4
+- can then inject an iframe with the src pointing to local files to leak the secret key `19eb794c831f30f099a31b1c095a17d6` from the `config.py`
5
+- this can then be used to fake an `is_admin` session and read the flag
0 commit comments