ReverseIP is a ruby-based reverse IP-lookup tool, which finds all domains hosted on a web server and returns the HTTP status code of those domains.
~ mechanize [ sudo gem install mechanize
]
~ colorize [ sudo gem install colorize
]
After you've installed the gems, you may move the ReverseIP folder to your homedir ~/ and execute this command ..
$ echo "alias ReverseIP='ruby ~/revIP.rb'" >> ~/.bashrc
~ Abk Khan [ @asystolik ]