Skip to content

Commit

Permalink
Readmeの追記
Browse files Browse the repository at this point in the history
  • Loading branch information
harakeishi committed Jan 29, 2022
1 parent ef133d8 commit 79b7233
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,51 @@
# whereis
![logo](logo.png)
# whereis
"whereis" is Displays management information for IPs associated with the domain.
# DEMO

```bash
$ whereis exmple.com
Target domain:exmple.com
Target ip :67.210.233.131

Network Admin:Globalcon.net, LLC (GLOBA-72)
Network name :GLOBALCON-WEBHOST-NET1
ip range :67.210.233.128 - 67.210.233.255
country :
```

```bash
$ whereis yaserarenai.com
Target domain:yaserarenai.com
Target ip :163.44.185.212

Network Admin:GMO Pepabo, Inc.
Network name :LOLIPOP
ip range :163.44.185.0 - 163.44.185.255
country :JP
```
# Installation

```bash
$ go install github.com/harakeishi/whereis
```

# Usage

If you want to know the administrator of the IP associated with the domain, type `whereis [target]`.

You will then see the target domain and IP, and the administrator information for that IP (administrator name, network name, range of IPs to be managed, and country).

```bash
$ whereis yaserarenai.com
Target domain:yaserarenai.com
Target ip :163.44.185.212

Network Admin:GMO Pepabo, Inc.
Network name :LOLIPOP
ip range :163.44.185.0 - 163.44.185.255
country :JP
```

# License
[MIT](LICENSE)
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79b7233

Please sign in to comment.