Exploit code for the Chromium exploitation challenge teleport
at Google CTF 2020
As the time of writing, you can find the challenge files on Google CTF website or this original attachment link
- Extract the challenge zip to ./chall
- Docker build
- Serve HTTPS (because of service worker)
make all
to build the shellcodes
The server code is in main.go. Line 30, 36 are for HTTPS, HTTP serving, respectively
cert.pem
and key.pem
are needed for HTTPS hosting.
Checkout my blog