ReverseIP
Ruby based reverse IP-lookup tool.
Install / Use
/learn @lolwaleet/ReverseIPREADME
~ Reverse IP
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.
Screenshot(s)

⚠️ Requirements
~ mechanize [ sudo gem install mechanize ]
~ colorize [ sudo gem install colorize ]
Installing
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 ]
