mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-09-10 03:37:45 +02:00
Enrich What Font Is tool with OSINT metadata (THE-139)
Populated enrichment fields for What Font Is: - description: AI-powered font identification tool - status: live - pricing: freemium (free tier with ads + paid PRO) - bestFor: Identifying fonts from screenshots/images - input/output: Image upload → font matches with links - opsec: passive (uploads to remote servers) - Features: API available, no registration required (optional) Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+16
-1
@@ -2996,7 +2996,22 @@
|
||||
{
|
||||
"name": "What Font Is",
|
||||
"type": "url",
|
||||
"url": "https://www.whatfontis.com/"
|
||||
"url": "https://www.whatfontis.com/",
|
||||
"description": "AI-powered font identification tool that analyzes images against a database of 1.2M+ typefaces to identify fonts.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Identifying fonts from screenshots and images",
|
||||
"input": "Image files containing text (uploaded via drag-and-drop or file picker)",
|
||||
"output": "Font matches with design details, download links, and up to 60+ similar alternatives",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Uploads images to remote servers; consider OPSEC implications for sensitive screenshots or documents.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user