Tuesday, June 14, 2011

hostmap 0.2 – Automatic Hostname & Virtual Hosts Discovery Tool

hostmap is a free, automatic, hostnames and virtual hosts discovery tool written in Ruby, licensed under GNU General Public License version 3 (GPLv3). Its goal is to enumerate all hostnames and configured virtual hosts on an IP address. The primary users of hostmap are professionals performing vulnerability assessments and penetration tests.
hostmap helps you using several techniques to enumerate all the hostnames associated with an IP address.
Features

  • DNS names and virtual hosts enumeration
  • Multiple discovery techniques, to read more see documentation.
  • Results correlation, aggregation and normalization
  • Multithreaded and event based engine
  • Platform independent
Changes/New Features in v0.2
  • Fully refactored and rewritten in Ruby.
  • User requested interrupt (CTRL+C) now is handled.
  • Added Rakefile to automatize task. For example readme and API documentation rebuilding.
  • Changed info gathering plugin architecture. Now using PlugMan library.
  • Added some host names to brute forcing dictionaries.
  • Added parsing of alternate subject (subjectAltName) from X.509 certificates.
  • Added info gathering plugin using dnshistory.org.
  • Added wildcard domains detection.
  • Added wildcard X.509 certificate detection.
  • Added -d option to use a user supplied list of DNS servers
  • Added blacklist for second level TLD (for example co.uk) detection.
  • Added an enumeration plugin to use Microsoft Bing via API. API key must be provided in configuration file.
  • Added a configuration file (hostmap.conf) to keep user settings.
  • Added option –http-ports to specify the ports to check for an HTTP/HTTPS service.
You can see the complete list of changes here.
The user manual is available here – README.pdf [PDF]
You can download hostmap 0.2 here:
hostmap-0.2.tar.gz

0 comments:

Post a Comment