This is a basic HTTP scanner that'll enumerate virtual hosts on a given IP address. During recon, this might help expand the target by detecting old or deprecated code. It may also reveal hidden hosts that are statically mapped in the developer's The tool comes with a few basic options. They are listed below and help narrow down virtual hosts. Here's a list of all available options: There's a default, small, wordlist in this repository. To use your own wordlist, use the --wordlist option. %s will be replaced with the given --host header in every line of the wordlist file./etc/hosts
file.ruby scan.rb --ip=192.168.1.101 --host=domain.tld
on
or off
depending on whether you want to connect with SSL.output.txt
in the current directory.