basic mod 1
basic mod 1
https://play.picoctf.org/practice/challenge/253
The file ./message.txt
contains a series of numbers. By taking each number mod 37 and then mapping them according to the rules ( 0-25 is the alphabet (uppercase), 26-35 are the decimal digits, and 36 is an underscore. ) mentioned in the question, you can obtain the flag.
exploit
1 | import string |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.