hostmap 0.2 released
Posted on December 17, 2009 in Tools • Tagged with hostmap, virtual host • 1 min read
I am glad to release hostmap version 0.2.
Introduction
hostmap is a free, automatic, hostnames and virtual hosts discovery tool written in Ruby and licensed under GNU General Public License version 3 (GPLv3). It’s 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.
Changes
Some of the new features include:
- 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 …
Continue reading