https://github.com/dev01d/inv
A formatted investigation tool
https://github.com/dev01d/inv
dig golang ping whois
Last synced: 4 months ago
JSON representation
A formatted investigation tool
- Host: GitHub
- URL: https://github.com/dev01d/inv
- Owner: dev01d
- License: mit
- Created: 2021-08-31T09:53:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-15T05:18:52.000Z (4 months ago)
- Last Synced: 2026-02-15T12:27:08.168Z (4 months ago)
- Topics: dig, golang, ping, whois
- Language: Go
- Homepage:
- Size: 429 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: .github/readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Inv
A formatted investigation tool.
`inv` helps you `inv`estigate IPs/hosts and DNS records then returns the results in a copy/pasteable format.
## Usage
```shell
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:
```shell
brew install dev01d/tap/inv
```
## Linux
- APT
```bash
curl -fsSL https://dev01d.fury.site/apt/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/dev01d.gpg
```
```bash
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/dev01d.gpg] \
https://dev01d.fury.site/apt/ * *" \
| sudo tee -a /etc/apt/sources.list.d/dev01d.list > /dev/null
```
```bash
sudo apt-get update; sudo apt install inv
```
- YUM
```bash
sudo echo """\
[dev01d]
name=dev01d repo
baseurl=https://dev01d.fury.site/yum/
enabled=1
gpgcheck=0
""" > /etc/yum.repos.d/dev01d.repo
yum install inv
```
### Alpine Linux
Download from [release page](https://github.com/dev01d/inv/releases)
### Windows
Download from [release page](https://github.com/dev01d/inv/releases)