~/greynoise-cli

greynoise-cli/README.md -rw-r--r-- 531 B
729b6cc7 — Arthur Melton change install location 2 years ago
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# [GreyNoise-cli](https://git.arthurmelton.com/greynoise-cli)

# Install

```
cargo install --git https://github.com/AMTitan/greynoise-cli
```

# Run

```
A cli program to check ips

Usage: gn <IP> <COMMAND>

Commands:
  noise  How much noise do they make on the internet
  riot   The person / company running the ip
  help   Print this message or the help of the given subcommand(s)

Arguments:
  <IP>  The ip that you want to check

Options:
  -h, --help     Print help information
  -V, --version  Print version information
```