Files
ctf/2026/kalmar/web/handout/README.md
2026-04-15 01:05:54 +02:00

11 lines
239 B
Markdown

# Exposed
Only the bot container and the aperisolve web container will be exposed
# Run
```sh
./build.sh
```
# Submit
You can submit urls to the bot with:
```sh
curl http://127.0.0.1:8091/report --json '{"url":"http://web:5000/?..."}'
````