patchme.py

https://play.picoctf.org/practice/challenge/287?page=8

  • look at code, see password

if( user_pw == "ak98" + \
   "-=90" + \
   "adfjhgj321" + \
   "sleuth9000"):
  • run prog and enter password

  • ez

Last updated