mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-26 07:42:24 +02:00
Enrich Social Networks tools batch 3/3 (THE-142)
Add enrichment metadata (description, status, pricing, bestFor, input/output, opsec, badges) to 15 Social Networks tools: SteamOSINT, Ask FM, Myspace, Tumblr, BlackPlanet, MiGente, Asian Avenue, Orkut, Odnoklassniki, VK, Delicious, Social Searcher, Google Social Search, Talkwalker, PinGroupie. Remove 2 defunct/unverifiable tools: TheHoodUp (NSFW), Share Secret Feedback (M). Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+240
-25
@@ -8179,7 +8179,22 @@
|
||||
{
|
||||
"name": "SteamOSINT (T)",
|
||||
"type": "url",
|
||||
"url": "https://github.com/Frontline-Femmes/Steam-OSINT"
|
||||
"url": "https://github.com/Frontline-Femmes/Steam-OSINT",
|
||||
"description": "Python tool for OSINT on Steam user profiles. Collects public profile data including games owned, achievements, playtime, and trade history.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Steam account investigation and user profile analysis",
|
||||
"input": "Steam username or profile URL",
|
||||
"output": "User profile details, games library, playtime, achievements, trade history, and public friend lists",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Queries Steam's public API and web interface; requests are visible in Steam community logs.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -8190,62 +8205,202 @@
|
||||
{
|
||||
"name": "Ask FM",
|
||||
"type": "url",
|
||||
"url": "https://ask.fm/%3Cusername%3E"
|
||||
"url": "https://ask.fm/%3Cusername%3E",
|
||||
"description": "Q&A social network where users answer anonymous and public questions. Supports direct profile lookup via URL manipulation.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Finding Ask FM profiles by username",
|
||||
"input": "Ask FM username",
|
||||
"output": "Public profile, Q&A history, followers, and profile metadata",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Standard web request to Ask FM public profile; profile views are not logged to target users.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Myspace",
|
||||
"type": "url",
|
||||
"url": "https://myspace.com/"
|
||||
"url": "https://myspace.com/",
|
||||
"description": "Legacy social network originally used for profile sharing. Still operational with archived data, music discovery, and profile search capabilities.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Searching for archived Myspace profiles and historical social media data",
|
||||
"input": "Username or artist name",
|
||||
"output": "User profiles, music collections, photos, and social connections from active and archived accounts",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Queries Myspace's public search; profile views are not tracked or visible to users.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Tumblr",
|
||||
"type": "url",
|
||||
"url": "https://www.tumblr.com/tagged/search"
|
||||
},
|
||||
{
|
||||
"name": "TheHoodUp (NSFW)",
|
||||
"type": "url",
|
||||
"url": "https://thehoodup.com/board/"
|
||||
},
|
||||
{
|
||||
"name": "Share Secret Feedback (M)",
|
||||
"type": "url",
|
||||
"url": "https://secreto.site/en/%3Cuser_id%3E"
|
||||
"url": "https://www.tumblr.com/tagged/search",
|
||||
"description": "Blogging and social network platform with tagging system. Supports keyword and tag-based content search.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Finding content and user profiles by tag or keyword across Tumblr",
|
||||
"input": "Search terms, tags, or keywords",
|
||||
"output": "Public posts, blog content, hashtags, user profiles, and engagement data",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Searches public content through Tumblr's search interface; searches are not attributed to specific users.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "BlackPlanet.com - Member Find",
|
||||
"type": "url",
|
||||
"url": "https://www.blackplanet.com/user_search/index.html"
|
||||
"url": "https://www.blackplanet.com/user_search/index.html",
|
||||
"description": "Dedicated member search tool for BlackPlanet, a social network primarily serving the African-American community. Supports direct user lookup.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Finding BlackPlanet user profiles by username or criteria",
|
||||
"input": "Username, email, or profile search criteria",
|
||||
"output": "User profiles, profile metadata, photos, and social connections",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Uses BlackPlanet's public member search; no authentication required and searches are anonymous.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "MiGente (Latino)",
|
||||
"type": "url",
|
||||
"url": "https://migente.com/wp-login.php?redirect_to=https%3A%2F%2Fmigente.com%2Fuser_search%2Findex.html&bp-auth=1&action=bpnoaccess"
|
||||
"url": "https://migente.com/wp-login.php?redirect_to=https%3A%2F%2Fmigente.com%2Fuser_search%2Findex.html&bp-auth=1&action=bpnoaccess",
|
||||
"description": "Legacy social network for Latino communities with archived profiles. May require login or have limited accessibility.",
|
||||
"status": "degraded",
|
||||
"pricing": "free",
|
||||
"bestFor": "Searching archived MiGente profiles",
|
||||
"input": "Username or email search",
|
||||
"output": "User profiles, photos, and social data from the MiGente platform",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Limited public access; some content requires authentication to view.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Asian Avenue",
|
||||
"type": "url",
|
||||
"url": "https://blackplanet.com/"
|
||||
"url": "https://blackplanet.com/",
|
||||
"description": "Former social network for Asian communities, now redirects to BlackPlanet. Archived historical data may still be searchable.",
|
||||
"status": "defunct",
|
||||
"pricing": "free",
|
||||
"bestFor": "Searching archived Asian Avenue profile data",
|
||||
"input": "Username or profile search",
|
||||
"output": "Historical profile data, if available in BlackPlanet archives",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Site now redirects to BlackPlanet; original Asian Avenue functionality is no longer available.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "Orkut (Brazil)",
|
||||
"type": "url",
|
||||
"url": "https://orkut.google.com/"
|
||||
"url": "https://orkut.google.com/",
|
||||
"description": "Former Google social network that shut down in September 2014. URL now returns error. Historical archives may exist on the Wayback Machine.",
|
||||
"status": "down",
|
||||
"pricing": "free",
|
||||
"bestFor": "Accessing archived Orkut profiles via Wayback Machine",
|
||||
"input": "Username or profile ID (via Wayback Machine)",
|
||||
"output": "Archived profile pages, photos, and social network data from historical snapshots",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Live service is no longer available; historical data accessible only through web archives.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "Odnoklassniki",
|
||||
"type": "url",
|
||||
"url": "https://ok.ru/"
|
||||
"url": "https://ok.ru/",
|
||||
"description": "Russian social network with millions of users. Supports direct user search by username and profile lookup.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Finding Russian-speaking users and investigating Odnoklassniki profiles",
|
||||
"input": "Username or search criteria",
|
||||
"output": "User profiles, profile photos, mutual friends, groups, and public activity data",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Queries Odnoklassniki's servers directly; public profile views may be logged. Uses Russian-language interface by default.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "VK",
|
||||
"type": "url",
|
||||
"url": "https://vk.com/"
|
||||
"url": "https://vk.com/",
|
||||
"description": "Largest Russian-language social network with features similar to Facebook. Supports user search and direct profile access.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Finding Russian and Eastern European users and profile investigation",
|
||||
"input": "Username, profile URL, or search criteria",
|
||||
"output": "User profiles, profile photos, friend lists, wall posts, groups, and activity data",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Queries VK servers directly; profile views and interactions are logged. Primarily Russian-language interface.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Delicious",
|
||||
"type": "url",
|
||||
"url": "https://del.icio.us/"
|
||||
"url": "https://del.icio.us/",
|
||||
"description": "Social bookmarking platform where users share and discover web links with tags. Supports user profile and bookmark search.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Finding user bookmarking profiles and discovering curated link collections",
|
||||
"input": "Username or URL/tag search",
|
||||
"output": "User profiles, bookmarked links, tags, collections, and user activity",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Searches public bookmarks and user profiles; searches do not interact with or notify individual users.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -8256,22 +8411,82 @@
|
||||
{
|
||||
"name": "Social Searcher",
|
||||
"type": "url",
|
||||
"url": "https://www.social-searcher.com/"
|
||||
"url": "https://www.social-searcher.com/",
|
||||
"description": "Multi-platform social media search engine aggregating content from Twitter, Facebook, Instagram, Tumblr, and other networks. Supports real-time and historical search.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Cross-platform social media content search",
|
||||
"input": "Keywords, hashtags, or usernames",
|
||||
"output": "Posts, profiles, hashtags, and metadata from multiple social networks",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Searches through Social Searcher's aggregated index; does not make direct requests to target accounts.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Google Social Search",
|
||||
"type": "url",
|
||||
"url": "https://www.social-searcher.com/google-social-search/"
|
||||
"url": "https://www.social-searcher.com/google-social-search/",
|
||||
"description": "Google-powered social media search using advanced operators. Provided through Social Searcher's integration.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Advanced social media search using Google operators",
|
||||
"input": "Google search operators + social media keywords",
|
||||
"output": "Indexed social media content, profiles, and posts from Google's index",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Uses Google search index; no direct contact with target accounts.",
|
||||
"localInstall": false,
|
||||
"googleDork": true,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Talkwalker Social Media Search (R)",
|
||||
"type": "url",
|
||||
"url": "https://www.talkwalker.com/social-media-analytics-search"
|
||||
"url": "https://www.talkwalker.com/social-media-analytics-search",
|
||||
"description": "Enterprise social media monitoring and search platform. Tracks mentions across social networks, forums, and news sources with sentiment analysis.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Enterprise-grade social media monitoring and trend analysis",
|
||||
"input": "Keywords, brands, or topics",
|
||||
"output": "Mentions, sentiment scores, influencer data, campaign metrics, and trending insights",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Searches aggregated social data; registration required for full features.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "PinGroupie",
|
||||
"type": "url",
|
||||
"url": "https://pingroupie.com/"
|
||||
"url": "https://pingroupie.com/",
|
||||
"description": "Pinterest group analysis and discovery tool. Tracks Pinterest user statistics, board content, and group discussions.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Pinterest user and board analysis",
|
||||
"input": "Pinterest username or board name",
|
||||
"output": "User profiles, board statistics, pin collections, followers, and engagement data",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Queries Pinterest's public data; does not require authentication or notify target users.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user