From 752da62ea6ea9d7417a772af395914085f5b0119 Mon Sep 17 00:00:00 2001 From: s0lray Date: Fri, 3 Apr 2026 16:20:13 -0400 Subject: [PATCH] Add TheHoodUp and Share Secret Feedback to Other Social Networks (THE-169) Re-adds two new tools that were removed during the metadata-only rebase. Both placed in Social Networks > Other Social Networks with full enrichment metadata. Co-Authored-By: Paperclip --- public/arf.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/public/arf.json b/public/arf.json index 46f89cc..16c8607 100644 --- a/public/arf.json +++ b/public/arf.json @@ -8421,6 +8421,46 @@ "api": true, "invitationOnly": false, "deprecated": false + }, + { + "name": "TheHoodUp (NSFW)", + "type": "url", + "url": "https://thehoodup.com/board/", + "description": "Urban community forum and message board with discussion threads, media sharing, and user profiles. Contains NSFW content.", + "status": "live", + "pricing": "free", + "bestFor": "Searching forum posts, user profiles, and discussions on TheHoodUp community board", + "input": "Username, keywords, or topic search", + "output": "Forum posts, user profiles, discussion threads, and media content", + "opsec": "passive", + "opsecNote": "Standard web request to public forum; browsing does not require an account for most content.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false + }, + { + "name": "Share Secret Feedback (M)", + "type": "url", + "url": "https://secreto.site/en/%3Cuser_id%3E", + "description": "Anonymous feedback and messaging platform where users collect candid messages from friends and coworkers. Supports 30+ languages and integrates with WhatsApp, Instagram, Snapchat, and Twitter.", + "status": "live", + "pricing": "free", + "bestFor": "Looking up Secreto profiles by username to find anonymous feedback pages", + "input": "Secreto username or user ID", + "output": "Public profile page and shareable feedback link for the target user", + "opsec": "passive", + "opsecNote": "Viewing a public Secreto profile page is a standard web request; does not notify the profile owner.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": true, + "api": false, + "invitationOnly": false, + "deprecated": false } ] },