Recon 12
Objective
For this challenge, your goal is to access a load-balanced application hosted at the address balancer.hackycorp.com
.
Load balancing
Serving requests for a single application can be done by multiple backends. It can pay off to send the same request multiple times to check if multiple backends are involved.