Added hunter.io functions and file writes.
This commit is contained in:
@@ -240,7 +240,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.
|
||||

|
||||

|
||||
```bash
|
||||
# Perform a Hunter.io email verification search for example@target.com
|
||||
dehasher hunter -e example@target.com -V
|
||||
@@ -249,7 +249,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.
|
||||

|
||||

|
||||
```bash
|
||||
# Perform a Hunter.io company enrichment search for example.com
|
||||
dehasher hunter -d example.com -C
|
||||
@@ -258,7 +258,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.
|
||||

|
||||

|
||||
```bash
|
||||
# Perform a Hunter.io person enrichment search for example@target.com
|
||||
dehasher hunter -e example@target.com -P
|
||||
@@ -267,7 +267,8 @@ 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.
|
||||

|
||||

|
||||

|
||||
```bash
|
||||
# Perform a Hunter.io combined enrichment search for example@target.com
|
||||
dehasher hunter -e example@target.com -B
|
||||
|
||||
Reference in New Issue
Block a user