
Challenge Bogotá
Extract secret keys via SSRF, using the blog API for send requests from the server to internal services.
- Explore blog API endpoints
- Exploit the vulnerable endpoint
- Navigate along internal service endpoints
- Extract the secret keys from the internal service
Tools
- Burp Suite
- DirBuster
Resources
Use the dirlist.txt dictionary.
Tips
- The flag (secret key) is written inside an image
Usage
Run container
docker run -it --name bogota -p 9999:9999 ghcr.io/platzi/ctf-bogota:main
Show logs of container
docker logs --follow bogota
Stop container
[Ctrl]+[C]
// or in other tab
docker stop bogota
Remove container
docker container rm bogota
Remove image
docker rmi ghcr.io/platzi/ctf-bogota:main