From d9f4bf15e73ed5ad0cb097996b0e9f825e791e22 Mon Sep 17 00:00:00 2001 From: s0lray Date: Wed, 25 Mar 2026 17:52:48 -0400 Subject: [PATCH] Add TikTok and Fediverse/Mastodon OSINT tools (THE-53) Integrated validated researcher findings into Social Networks categories and opened Threads follow-up research task (THE-99). Co-Authored-By: Paperclip --- public/arf.json | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/public/arf.json b/public/arf.json index ae985fb..c540d29 100644 --- a/public/arf.json +++ b/public/arf.json @@ -2301,7 +2301,28 @@ { "name": "Fediverse/Mastodon", "type": "folder", - "children": [] + "children": [ + { + "name": "Fedifinder", + "type": "url", + "url": "https://fedifinder.glitch.me/" + }, + { + "name": "Fediverse Observer", + "type": "url", + "url": "https://fediverse.observer/" + }, + { + "name": "Fediverse_OSINT (T)", + "type": "url", + "url": "https://github.com/anantshri/fediverse_osint" + }, + { + "name": "Masto (T)", + "type": "url", + "url": "https://github.com/C3n7ral051nt4g3ncy/Masto" + } + ] }, { "name": "Instagram", @@ -2542,10 +2563,25 @@ "name": "TikTok", "type": "folder", "children": [ + { + "name": "TikTok-OSINT (T)", + "type": "url", + "url": "https://github.com/Omicron166/TikTok-OSINT" + }, { "name": "TikTok (M)", "type": "url", "url": "https://www.tiktok.com/@username" + }, + { + "name": "Unfurl", + "type": "url", + "url": "https://dfir.blog/unfurl/" + }, + { + "name": "yt-dlp (T)", + "type": "url", + "url": "https://github.com/yt-dlp/yt-dlp" } ] },