Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 439 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 439 Bytes

reverseip

A simple ruby based tool IP-lookup tool

forthebadge

Installation

git clone https://github.com/krishpranav/reverseip
cd reverseip
  • pre requirements:
mechanize - sudo gem install mechanize
colorize  - sudo gem install colorize

running the tool

$ echo "alias ReverseIP='ruby ~/reverseip.rb'" >> ~/.zshrc