MoreIP

一款基于Python的面向 MacOS/Linux 用户用于查询IP/域名信息的日常渗透小工具。

Installtion

git clone https://github.com/mstxq17/MoreIP.git
cd MoreIP
pip3 install -r requirements.txt

or if you want to run it in command, you can install it to env(default path: /usr/local/bin/):

git clone https://github.com/mstxq17/MoreIP.git
cd MoreIP
chmod +x install.sh
./install.sh

after, you can use mip in command, try.

Usage

(1) None argument, will check local ip.

image-20210729193608901

(2) single argument, if ip, will check the ip given.

image-20210729190346362

(3)single argument,if domain,will ping the domain given from other position and return data.

image-20210729190709650

End

So simple the script, So helpful for me!

GitHub

https://github.com/mstxq17/MoreIP