These exercises are to be completed along with the HTTP for Dummies presentation
To start the challenge simply click on the Try in PWD
button. You will need to login using a docker hub account to access the platform.
Question: What is the banner of the web server running?
Open port: 8080
Question: Have you checked for 404 error messages?
Open port: 8081
Question: Enumeration is one of the most important phases when it comes to web application security assessments. It is vital to identify the attack surface before testing the application’s functionality. Your task is to identify the resource which contains the flag on the server.
Open port: 8082
Question: What methods does the web server support? Can you get the flag?
Open port: 8083
Question: Can you find the flag on the server? Cookies anyone?
Open port: 8084
Question: The web application should be accessed only using HTTP 1.0.
Open port: 8085
Question: Be aware of HTTP redirections, sometimes there is information exposed but can be easily missed. Find the flag.
Open port: 8086
Question: The web application can be accessed only via the “Secure Browser”.
Open port: 8087
Question: A single web server can host multiple web applications. Find the flag
Open port: 8088