Author | Category | Difficulty | Points | Solves | First Blood |
---|---|---|---|---|---|
Xia0o0o0o | Pwn | Medium | 500 | 1 | OrangeOrchardOrioles |
Definitely safe todolist since I have
#[forbid(unsafe_code)]
.The challenge is deployed with Ubuntu 23.10.
definitely_safe_todolist_since_i_have_forbid_unsafe_code
cd challenge
docker build -t Def1nit3lysAfetoDol1st5iNc31hAveF0rb1dUnsafec0de ./
docker run -d --rm -e GZCTF_FLAG=sdctf{testflag} -p 12345:70 Def1nit3lysAfetoDol1st5iNc31hAveF0rb1dUnsafec0de:latest
connect to the challenge
nc 127.0.0.1 12345