Skip to content

z0mbiehunt3r/vhostfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages