https://app.hackthebox.com/challenges/211

Description

Flag? What's a flag?

Exploitation

xxd -p anti_flag | tr -d \\n | sed s/eb28/9090/g | xxd -r -p > anti_flag_patched  

Summary

Anti Flag: reverse the validation logic, model the transform, and recover the accepted input.