Skip to content

Commit d68f399

Browse files
committed
README.md update
1 parent 7ab0cf7 commit d68f399

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ The configuration can also combine two pieces of information (see Use Cases).
2929

3030
## Use Cases
3131

32-
### Watching Daily Domain Lists
32+
### Simplest Use Case
33+
34+
```bash
35+
echo fidelity.com | whoiswatcher
36+
```
37+
38+
### Getting Alerted on an Artifact
3339

3440
First, we need to set a list of components (e.g. email, organization, phone, etc.) to watch on in `.watchlist.yaml`:
3541

@@ -74,17 +80,17 @@ A failed match will not print anything:
7480
echo yahoo.com | ./whoiswatcher -w .watchlist.yaml
7581
```
7682

77-
### Verbose
83+
### Analyzing a large list
7884

79-
To print all of the results from lookups use `-v`:
85+
To print results from lookups even with a watchlist use `-v`:
8086

8187
```bash
8288
./whoiswatcher -v -f large_domain_list.txt
8389
```
8490

8591
### Quick Lookup
8692

87-
You can quickly lookup just the email or phone of a domain with `-u`:
93+
You can quickly find just the email or phone of a domain with `-u`:
8894

8995
```bash
9096
echo fidelity.com | ./whoiswatcher -u email

0 commit comments

Comments
 (0)