From db6bb9bd4dd8263ef5a868718b2216c9112bb6d6 Mon Sep 17 00:00:00 2001 From: s0lray Date: Thu, 26 Mar 2026 12:14:46 -0400 Subject: [PATCH] Fix TikTok and Unfurl tool accuracy (THE-53) - TikTok-OSINT (T): marked status=degraded (last updated Oct 2022) - Unfurl: set localInstall=true (Python package available via pip) Co-Authored-By: Paperclip --- public/arf.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/arf.json b/public/arf.json index 460cdf4..770ccdc 100644 --- a/public/arf.json +++ b/public/arf.json @@ -3037,8 +3037,8 @@ "name": "TikTok-OSINT (T)", "type": "url", "url": "https://github.com/Omicron166/TikTok-OSINT", - "description": "Python CLI tool for collecting OSINT data from TikTok profiles including user metadata, video listings, and engagement statistics.", - "status": "live", + "description": "Python CLI tool for collecting OSINT data from TikTok profiles including user metadata, video listings, and engagement statistics. Last updated October 2022.", + "status": "degraded", "pricing": "free", "bestFor": "Automated TikTok profile data collection", "input": "TikTok username or profile URL", @@ -3057,15 +3057,15 @@ "name": "Unfurl", "type": "url", "url": "https://dfir.blog/unfurl/", - "description": "Web-based tool that extracts and visualizes metadata embedded in URLs, including TikTok share links, timestamps, and tracking parameters.", + "description": "Web and CLI tool that extracts and visualizes metadata embedded in URLs, including TikTok share links, timestamps, and tracking parameters. Also installable locally via Python.", "status": "live", "pricing": "free", "bestFor": "URL metadata extraction and timestamp analysis", "input": "Any URL (including TikTok share/video links)", "output": "Visual graph of extracted URL components, timestamps, and embedded identifiers", "opsec": "passive", - "opsecNote": "Parses URL structure locally in browser or on the Unfurl server; does not contact the target platform.", - "localInstall": false, + "opsecNote": "Parses URL structure locally in browser or on the Unfurl server; does not contact the target platform. Local install available for sensitive investigations.", + "localInstall": true, "googleDork": false, "registration": false, "editUrl": false,