Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev01d/inv
A formatted investigation tool
https://github.com/dev01d/inv
dig golang ping whois
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T02:02:48.000Z (2 months ago)
- Last Synced: 2024-10-29T03:17:08.556Z (2 months ago)
- Topics: dig, golang, ping, whois
- Language: Go
- Homepage:
- Size: 411 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.repoyum 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)