8000 GitHub - Abdulsametileri/whereis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Abdulsametileri/whereis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

"whereis" is Displays management information for IPs associated with the domain.

GitHub releaseGo Report Card

Table of Contents

DEMO

$ 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      :
$ 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

$ go install github.com/harakeishi/whereis@latest

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).

$ 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

If you want to see more details, use the -v option.

Then you will be able to see the higher level network administrator information.

$ whereis yaserarenai.com -v
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

=========Network Details=========
0:
 Network Admin:Administered by APNIC
 Network name :
 ip range     :163.0.0.0 - 163.255.255.255
 country      :
1:
 Network Admin:GMO Internet, Inc.
 Network name :interQ
 ip range     :163.44.64.0 - 163.44.191.255
 country      :JP
2:
 Network Admin:GMO Pepabo, Inc.
 Network name :LOLIPOP
 ip range     :163.44.185.0 - 163.44.185.255
 country      :JP

License

MIT

This software includes the work that is distributed in the Apache License 2.0.

このソフトウェアは、 Apache 2.0ライセンスで配布されている製作物が含まれています。

Contributing

Feel free to open issues

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%
0