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

jailbreak revnege comment #77

Merged
merged 5 commits into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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