Improve docs, responsive, add Material Icons

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-12 16:42:19 +02:00
parent 72c382bb07
commit 302166c87d
37 changed files with 176 additions and 110 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# `breachdirectory`
Data breach search via BreachDirectory checks if an email, username, or phone appears in known data breaches and returns exposed passwords/hashes.
Data breach search via BreachDirectory: checks if an email, username, or phone appears in known data breaches and returns exposed passwords/hashes.
**Source / documentation:** [https://breachdirectory.org](https://breachdirectory.org)
@@ -15,7 +15,7 @@ Configure globally via the Tools page or override per profile.
| Field | Type | Required | Default | Description |
|-------|------|:--------:|---------|-------------|
| `api_key` | `string` | **yes** | - | RapidAPI key for BreachDirectory (required get one at rapidapi.com/rohan-patra/api/breachdirectory) |
| `api_key` | `string` | **yes** | - | RapidAPI key for BreachDirectory (required, get one at rapidapi.com/rohan-patra/api/breachdirectory) |
---
+1 -1
View File
@@ -1,6 +1,6 @@
# `crt.sh`
SSL/TLS certificate transparency log search via crt.sh enumerates subdomains and certificates issued for a domain.
SSL/TLS certificate transparency log search via crt.sh: enumerates subdomains and certificates issued for a domain.
**Source / documentation:** [https://crt.sh](https://crt.sh)
+27
View File
@@ -0,0 +1,27 @@
# `ghunt`
Google account OSINT via GHunt. Extracts profile info, linked services, and activity from a Google email address.
**Source / documentation:** [https://github.com/mxrch/GHunt](https://github.com/mxrch/GHunt)
## Input types
- `email`
## External dependencies
The following binaries must be installed and available in `$PATH`:
- `ghunt`
## Configuration
Configure globally via the Tools page or override per profile.
| Field | Type | Required | Default | Description |
|-------|------|:--------:|---------|-------------|
| `creds` | `string` | **yes** | - | GHunt credentials (content of ~/.malfrats/ghunt/creds.m). To obtain: (1) install GHunt and run 'ghunt login' on your machine, (2) copy the full content of ~/.malfrats/ghunt/creds.m, (3) paste it here. |
---
[← Back to tools index](../tools.md)
+2 -2
View File
@@ -1,6 +1,6 @@
# `ipinfo`
IP geolocation via ipinfo.io returns city, region, country, coordinates, ASN/org, timezone, and hostname.
IP geolocation via ipinfo.io: returns city, region, country, coordinates, ASN/org, timezone, and hostname.
**Source / documentation:** [https://ipinfo.io](https://ipinfo.io)
@@ -14,7 +14,7 @@ Configure globally via the Tools page or override per profile.
| Field | Type | Required | Default | Description |
|-------|------|:--------:|---------|-------------|
| `token` | `string` | - | - | ipinfo.io API token (optional free tier allows 50k req/month without one) |
| `token` | `string` | - | - | ipinfo.io API token (optional, free tier allows 50k req/month without one) |
---
+2 -2
View File
@@ -1,6 +1,6 @@
# `leakcheck`
Data breach lookup via LeakCheck.io searches 7B+ leaked records for email addresses, usernames, and phone numbers across hundreds of breaches.
Data breach lookup via LeakCheck.io: searches 7B+ leaked records for email addresses, usernames, and phone numbers across hundreds of breaches.
**Source / documentation:** [https://leakcheck.io](https://leakcheck.io)
@@ -16,7 +16,7 @@ Configure globally via the Tools page or override per profile.
| Field | Type | Required | Default | Description |
|-------|------|:--------:|---------|-------------|
| `api_key` | `string` | **yes** | - | LeakCheck API key (required get one at leakcheck.io) |
| `api_key` | `string` | **yes** | - | LeakCheck API key (required, get one at leakcheck.io) |
---
+1 -1
View File
@@ -1,6 +1,6 @@
# `wappalyzer`
Web technology fingerprinting via wappalyzergo detects CMS, frameworks, web servers, analytics, CDN, and 1500+ other technologies running on a domain.
Web technology fingerprinting via wappalyzergo: detects CMS, frameworks, web servers, analytics, CDN, and 1500+ other technologies running on a domain.
**Source / documentation:** [https://github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo)
+2 -2
View File
@@ -1,6 +1,6 @@
# `whoisfreaks`
Reverse WHOIS lookup via WhoisFreaks find all domains registered by an email, owner name, or keyword across 3.6B+ WHOIS records.
Reverse WHOIS lookup via WhoisFreaks: find all domains registered by an email, owner name, or keyword across 3.6B+ WHOIS records.
**Source / documentation:** [https://whoisfreaks.com](https://whoisfreaks.com)
@@ -16,7 +16,7 @@ Configure globally via the Tools page or override per profile.
| Field | Type | Required | Default | Description |
|-------|------|:--------:|---------|-------------|
| `api_key` | `string` | **yes** | - | WhoisFreaks API key (required free account at whoisfreaks.com) |
| `api_key` | `string` | **yes** | - | WhoisFreaks API key (required, free account at whoisfreaks.com) |
---