Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 6 years ago)
- Last Synced: 2024-10-30T08:51:29.851Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- 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://img.shields.io/github/stars/peterpt/get.svg?style=social&label=Star&maxAge=2592000)](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