binocularsrecon_12 (load balance)

View the exercise here: PentesterLab: Recon 12arrow-up-right

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.

SOLUTION

Solution # 1:

circle-check

Solution # 2:

Create a Python code that will curl the site repeatedly:

circle-check

Last updated