Rebrand to CrowsNest
Added coffee rootCmd
This commit is contained in:
@@ -221,7 +221,7 @@ dehasher set-hunter <redacted>
|
||||
|
||||
### Domain Search
|
||||
Dehasher can perform a domain search for a given domain.
|
||||
This provides a list of all emails that match the given query.
|
||||
This provides information about company including a description, social media information and any technologies in use.
|
||||

|
||||
```bash
|
||||
# Perform a Hunter.io domain search for example.com
|
||||
@@ -230,7 +230,7 @@ dehasher hunter -d example.com -D
|
||||
|
||||
### Email Finder
|
||||
Dehasher can perform an email finder search for a given domain, first name, and last name.
|
||||
This provides a list of all emails that match the given query.
|
||||
This provides information about a user including a confidence score, and any social media accounts linked to a first name, last name and email.
|
||||

|
||||
```bash
|
||||
# Perform a Hunter.io email finder search for example.com
|
||||
@@ -239,7 +239,7 @@ dehasher hunter -d example.com -F John -L Doe -E
|
||||
|
||||
### Email Verification
|
||||
Dehasher can perform an email verification search for a given email.
|
||||
This provides a list of all emails that match the given query.
|
||||
This provides a verification and score of a given email address.
|
||||

|
||||
```bash
|
||||
# Perform a Hunter.io email verification search for example@target.com
|
||||
@@ -248,7 +248,7 @@ dehasher hunter -e example@target.com -V
|
||||
|
||||
### Company Enrichment
|
||||
Dehasher can perform a company enrichment search for a given domain.
|
||||
This provides a list of all emails that match the given query.
|
||||
This provides information about a company given its domain.
|
||||

|
||||
```bash
|
||||
# Perform a Hunter.io company enrichment search for example.com
|
||||
@@ -257,7 +257,7 @@ dehasher hunter -d example.com -C
|
||||
|
||||
### Person Enrichment
|
||||
Dehasher can perform a person enrichment search for a given email.
|
||||
This provides a list of all emails that match the given query.
|
||||
This provides information about a user given an email address..
|
||||

|
||||
```bash
|
||||
# Perform a Hunter.io person enrichment search for example@target.com
|
||||
@@ -266,7 +266,7 @@ dehasher hunter -e example@target.com -P
|
||||
|
||||
### Combined Enrichment
|
||||
Dehasher can perform a combined enrichment search for a given email.
|
||||
This provides a list of all emails that match the given query.
|
||||
This is a combination of the company and person enrichments given an email address.
|
||||

|
||||

|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user