dc2020q - introool
This was a jeopardy challenge, part of dc2020q. (CTFtime)
Points: 135
Was solved by:
36
teams
PCAPs:
download
You may spawn the server:
On your laptop
- Install docker
docker pull archiveooo/pub:introool
(docker-saved download)docker run -d --name introool archiveooo/pub:introool
- Local IP:
docker inspect introool -f '{{ .NetworkSettings.Networks.bridge.IPAddress }}'
- Connect to that IP:4242 —
Remember to
docker rm -f
when done.
On your laptop (full source)
Hosted by OOO
Right now we're asking players to login first.Description
one NOP sled + two patches + three ROP gadgets => flag?
Hints
None yet :(
If you wish, you can contribute some.
There's an author-recommended writeup.