Recon 06

Bookmarked!

This exercise covers default vhost

Free Easy < 1 Hr. 11813 Recon Badge
Course

Objective

For this challenge, your goal is to access the default virtual host ("vhost").

Fuzzing directories

When accessing a new webserver, it often pays off to replace the hostname with the IP address or to provide a random Host header in the request. To do this, you can either modify the request in a web proxy or use:

curl -H "Host: ...."