From 0ac16de0efaf1ea8ed7bb0ef1e9d376f9ce92434 Mon Sep 17 00:00:00 2001 From: JustSouichi Date: Tue, 19 May 2026 15:58:16 +0200 Subject: [PATCH] feat: add OpenOSINT to OSINT tools --- public/arf.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/arf.json b/public/arf.json index 16c8607d..d2dce667 100644 --- a/public/arf.json +++ b/public/arf.json @@ -19369,6 +19369,26 @@ "api": false, "invitationOnly": false, "deprecated": false + }, + { + "name": "OpenOSINT (T)", + "type": "url", + "url": "https://github.com/OpenOSINT/OpenOSINT", + "description": "AI-powered OSINT agent, MCP server, and CLI. Exposes 9 intelligence-gathering tools to AI agents via the Model Context Protocol. Supports autonomous multi-step investigations from an interactive REPL, direct CLI usage, and integration with Claude Code and Claude Desktop.", + "status": "live", + "pricing": "free", + "bestFor": "Autonomous AI-driven OSINT investigations from the terminal", + "input": "Email address, username, domain, IP address, phone number", + "output": "Account enumeration, breach exposure, WHOIS data, geolocation, subdomains, Google dork URLs, Pastebin mentions, phone intelligence", + "opsec": "passive", + "opsecNote": "All lookups go through third-party APIs and binaries. No direct contact with the target. AI layer requires ANTHROPIC_API_KEY.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": true, + "invitationOnly": false, + "deprecated": false } ] },