Added logo png file
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<img src=.img/crowsnest.png style="width: 500px; height: auto" alt="Ar1ste1a" title="CrowsNest Logo">
|
<img src=.img/crowsnest.png style="width: 500px; height: auto" alt="Ar1ste1a" title="CrowsNest Logo">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
### A CLI tool for seamless interaction with the Dehashed API
|
### A CLI tool for seamless interaction with the Dehashed and Hunter.io APIs.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -19,6 +19,8 @@
|
|||||||
- **API Key Management**: Securely store and manage API keys.
|
- **API Key Management**: Securely store and manage API keys.
|
||||||
- **Formatted Output**: Easy to read and understand.
|
- **Formatted Output**: Easy to read and understand.
|
||||||
- **Intuitive Database Querying**: Query for specific information.
|
- **Intuitive Database Querying**: Query for specific information.
|
||||||
|
- **Person and Company Enrichment**: Retrieve detailed information about people and companies.
|
||||||
|
- **Email Verification**: Verify the existence and quality of email addresses.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -33,15 +35,6 @@ go build crowsnest.go
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🛠️ Initial Setup
|
|
||||||
|
|
||||||
CrowsNest requires an API key from Dehashed. Set it up with:
|
|
||||||
```bash
|
|
||||||
ar1ste1a@kali:~$ crowsnest set-dehashed <redacted>
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🗄️ Database Configuration
|
## 🗄️ Database Configuration
|
||||||
|
|
||||||
CrowsNest supports two database storage options:
|
CrowsNest supports two database storage options:
|
||||||
@@ -63,7 +56,14 @@ To configure the database location:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🔍 Crafting Queries
|
## Dehashed
|
||||||
|
|
||||||
|
###️ Initial Setup
|
||||||
|
|
||||||
|
CrowsNest requires an API key from Dehashed. Set it up with:
|
||||||
|
```bash
|
||||||
|
ar1ste1a@kali:~$ crowsnest set-dehashed <redacted>
|
||||||
|
```
|
||||||
|
|
||||||
### Simple Query
|
### Simple Query
|
||||||
CrowsNest can be used simply for example to query for credentials matching a given email domain.
|
CrowsNest can be used simply for example to query for credentials matching a given email domain.
|
||||||
|
|||||||
Reference in New Issue
Block a user