z0mbiehunt3r / vhostfinder

Enumerates virtual hosts against several IP addresses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vhostfinder

Enumerates virtual hosts against several IP addresses through "Host" HTTP header.
It will save a CSV file with answers info and will write HTML answer code per IP address and vhost.

Requisites

You will need argparse (http://code.google.com/p/argparse/), requests (https://pypi.python.org/pypi/requests) and iptools (https://pypi.python.org/pypi/iptools/).

Can be installed with pip:

# pip install argparse requests iptools

Usage

$ ./main.py -d wikipedia.org -i netranges.txt -o ./output_reports/wikipedia --vhosts wordlists/vhosts_small.txt -v -c

Example

CSV Output

About

Enumerates virtual hosts against several IP addresses

License:GNU General Public License v2.0


Languages

Language:Python 100.0%