An open API service indexing awesome lists of open source software.

https://github.com/krishpranav/reverseip

A simple ruby based tool IP-lookup tool
https://github.com/krishpranav/reverseip

ip-lookup ip-scanner reverse-ip-lookup reverse-ip-scan ruby

Last synced: 6 months ago
JSON representation

A simple ruby based tool IP-lookup tool

Awesome Lists containing this project

README

          

# reverseip
A simple ruby based tool IP-lookup tool

[![forthebadge](https://forthebadge.com/images/badges/made-with-ruby.svg)](https://forthebadge.com)

# 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
```bash
$ echo "alias ReverseIP='ruby ~/reverseip.rb'" >> ~/.zshrc
```