recon_12 (load balance)
Last updated
Last updated
View the exercise here: PentesterLab: Recon 12
For this challenge, your goal is to access a load-balanced application hosted at the address balancer.hackycorp.com
.
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.
Enter curl balancer.hackycorp.com
in the terminal repeatedly until you get the flag
Create a Python code that will curl the site repeatedly:
Then run the python code: