Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
jailbreak revnege comment (#77)
Browse files Browse the repository at this point in the history
* slightly more robust

* comments on unintendeds

* revenge specifics

* +cmt

---------

Co-authored-by: mudasir <96320211+mud-ali@users.noreply.github.com>
  • Loading branch information
glacialcascade and mud-ali committed Jun 10, 2024
1 parent b46c9f6 commit 0bda728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyjail-revenge/solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This challenge is essentially the same as JailBreak 2, except that characters
with larger unicode code points are also banned, preventing the italics cheese
(see the bottom of [solvepath for pyjail 2](../pyjail-2/solve.md))
(see the bottom of [solvepath for pyjail 2](../pyjail-2/solve.md)). We also banned some miscellaneous characters that were also unnecessary (but still managed to forget `<>`.)

Unlike the first JailBreak, this time the security measures banned numbers. However, this does not factor into the fact the both `True` and `False` are counted as 1 and 0 respectedly. Using the `bool` function, which when presented with a not empty argument evaluates to true, we can then do math to get the the needed ascii values, counting `all(())` as 1.

Expand Down

0 comments on commit 0bda728

Please sign in to comment.