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 <noreply@paperclip.ing>
This commit is contained in:
s0lray
2026-03-26 12:14:46 -04:00
co-authored by Paperclip
parent 5a28d0ce51
commit db6bb9bd4d
+5 -5
View File
@@ -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,