https://github.com/peterpt/get
Get is a simple script to retrieve an ip from hostname or vice-versa .
https://github.com/peterpt/get
Last synced: 4 days ago
JSON representation
Get is a simple script to retrieve an ip from hostname or vice-versa .
- Host: GitHub
- URL: https://github.com/peterpt/get
- Owner: peterpt
- Created: 2017-10-03T13:31:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T22:17:37.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T13:51:15.733Z (22 days ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-termux-hacking - get - Get is a simple script to retrieve an ip from hostname or vice-versa ..[](https://github.com/peterpt/get/stargazers/) (Uncategorized / Uncategorized)
README
# Info
- Get is a bash script to fast retrieve an ip from hostname or vice-versa.# Screenshots
# About
- Get tool is still in development , some bugs may appear# Requirements
- dnsutils
- wget (for updates)- apt-get install dnsutils wget -y
# How to Install
- git clone https://github.com/peterpt/get.git
- cd get && ./get- On the first run , the script will install itself on /usr/local/sbin directory
- After that point just write (get) anywhere in terminal to run it# How to Use
* To get the ip from a hostname :
- get -i google.com* To get the hostname from an ip
- get -h 216.58.214.174