Skip to content

dev01d/inv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inv

A formatted investigation tool.

inv helps you investigate IPs/hosts and DNS records then returns the results in a copy/pasteable format.

Usage

inv command usage GIF

Usage: inv [OPTIONS] COMMAND

-h, --help                   Show this help
-d, --dig=domain             Dig DNS records
-n, --nmap=target            Nmap port scan
-p, --ping=IP                Check liveness stats
-w, --whois=domain           Whois domain information
    --version                Print version

Install

Mac

via Homebrew:

brew install dev01d/tap/inv

Linux

  • APT
curl -fsSL https://apt.fury.io/dev01d/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/dev01d.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/dev01d.gpg] \
 https://apt.fury.io/dev01d/ * *" \
| sudo tee -a /etc/apt/sources.list.d/inv.list > /dev/null
sudo apt-get update; sudo apt install inv
  • YUM
sudo echo """\
[fury]
name=Gemfury Private Repo
baseurl=https://yum.fury.io/dev01d/
enabled=1
gpgcheck=0
""" > /etc/yum.repos.d/inv.repo

yum install inv

Alpine Linux

Download from release page

Windows

Download from release page