Skip to content

Commit

Permalink
[master] Center an image in UofTCTF writeup
Browse files Browse the repository at this point in the history
  • Loading branch information
T3l3sc0p3 committed Jan 19, 2024
1 parent 368f351 commit a61dd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-01-15-uoftctf-2024-writeup.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Most people attempt to bypass this by changing the JSON Web Token (JWT) token. H

Upon closer inspection, I discover that the `parseInt()` function has a weird behavior as you can see in the image below:

[![parseInt](web/the-varsity-3.png)](https://www.w3schools.com/jsref/jsref_parseint.asp)
<p align="center"><a href="https://www.w3schools.com/jsref/jsref_parseint.asp"><img src="web/the-varsity-3.png" alt="parseInt"></a></p>

By modifying the value `{"issue":"9"}` to `{"issue":"9 8"}` or any other similar value, we can access the article that contains the flag

Expand Down

0 comments on commit a61dd39

Please sign in to comment.