From bc02cc0acc76e51eb3f60d8fdacc48e12a6c9554 Mon Sep 17 00:00:00 2001 From: JustSouichi Date: Tue, 26 May 2026 10:36:56 +0200 Subject: [PATCH] Add OpenOSINT to username and email OSINT sections --- public/arf.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/arf.json b/public/arf.json index 16c8607d..f7fc51c3 100644 --- a/public/arf.json +++ b/public/arf.json @@ -249,6 +249,13 @@ "api": false, "invitationOnly": false, "deprecated": false + }, + { + "name": "OpenOSINT (T)", + "type": "url", + "url": "https://github.com/OpenOSINT/OpenOSINT", + "description": "AI-powered OSINT agent that chains username search across 300+ platforms (sherlock), email enumeration, breach detection, WHOIS, subdomain discovery, IP intelligence, AbuseIPDB, Censys, and Google dork generation into a single automated workflow. Interactive REPL, CLI, and MCP server. Local inference via Ollama supported.", + "local": true } ] }, @@ -667,6 +674,13 @@ "api": false, "invitationOnly": false, "deprecated": false + }, + { + "name": "OpenOSINT (T)", + "type": "url", + "url": "https://github.com/OpenOSINT/OpenOSINT", + "description": "AI-powered OSINT agent with email enumeration via holehe, breach checks via HaveIBeenPwned, username search across 300+ platforms, WHOIS, subdomain discovery, IP intelligence, and Google dork generation. Interactive REPL, CLI, and MCP server. Local inference via Ollama.", + "local": true } ] },