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
- Host: GitHub
- URL: https://github.com/krishpranav/reverseip
- Owner: krishpranav
- Created: 2021-06-16T02:38:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T03:20:05.000Z (over 4 years ago)
- Last Synced: 2025-03-04T13:46:29.236Z (7 months ago)
- Topics: ip-lookup, ip-scanner, reverse-ip-lookup, reverse-ip-scan, ruby
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reverseip
A simple ruby based tool IP-lookup tool[](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
```