mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-28 10:49:40 +02:00
Merge pull request #619 from lockfale/feature/THE-155-enrich-online-communities
Enrich Online Communities tools with OSINT metadata (THE-155)
This commit is contained in:
+292
-37
@@ -10,6 +10,26 @@
|
||||
"name": "Username Search Engines",
|
||||
"type": "folder",
|
||||
"children": [
|
||||
{
|
||||
"name": "WhatsMyName (T)",
|
||||
"type": "url",
|
||||
"url": "https://github.com/WebBreacher/WhatsMyName",
|
||||
"description": "OSINT project maintaining a curated JSON database of website detection patterns for username enumeration. Web interface available at whatsmyname.app.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Username enumeration using community-maintained site detection data",
|
||||
"input": "Username",
|
||||
"output": "List of sites where the username exists, based on HTTP response pattern matching",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Makes HTTP requests to each target site to check for username existence.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Sylva Identity Discovery (T)",
|
||||
"type": "url",
|
||||
@@ -70,26 +90,6 @@
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "WhatsMyName (T)",
|
||||
"type": "url",
|
||||
"url": "https://github.com/WebBreacher/WhatsMyName",
|
||||
"description": "OSINT project maintaining a curated JSON database of website detection patterns for username enumeration. Web interface available at whatsmyname.app.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Username enumeration using community-maintained site detection data",
|
||||
"input": "Username",
|
||||
"output": "List of sites where the username exists, based on HTTP response pattern matching",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Makes HTTP requests to each target site to check for username existence.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Thats Them",
|
||||
"type": "url",
|
||||
@@ -5227,12 +5227,42 @@
|
||||
{
|
||||
"name": "Live Journal Seek",
|
||||
"type": "url",
|
||||
"url": "https://ljseek.com/"
|
||||
"url": "https://ljseek.com/",
|
||||
"description": "Search tool for LiveJournal journals and communities across public entries that are indexed.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Finding public LiveJournal entries and historical community discussions",
|
||||
"input": "Keywords and search terms",
|
||||
"output": "Matching journal entries with author, date, and snippets",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Searches publicly indexed content and does not contact journal owners directly; queries are likely logged.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Blog Search Engine",
|
||||
"type": "url",
|
||||
"url": "https://www.blogsearchengine.org/"
|
||||
"url": "https://www.blogsearchengine.org/",
|
||||
"description": "Blog-focused search engine for discovering blog posts, directories, and RSS-connected content.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Blog discovery and topic-focused blog post searching",
|
||||
"input": "Keywords and blog topics",
|
||||
"output": "Matching blog posts, listings, and feed-linked results",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Aggregates publicly indexed blog data without direct user contact to target blogs; queries are logged.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -5243,17 +5273,62 @@
|
||||
{
|
||||
"name": "Discord Bot List",
|
||||
"type": "url",
|
||||
"url": "https://discord.bots.gg/"
|
||||
"url": "https://discord.bots.gg/",
|
||||
"description": "Searchable directory of Discord bots with listings, categories, and discovery metadata.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Discord bot discovery and ecosystem mapping",
|
||||
"input": "Bot names, keywords, and categories",
|
||||
"output": "Bot profiles with descriptions, ratings, and invite metadata",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Enumerates publicly listed bots and does not require direct Discord account interaction for browsing.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "ReconXplorer (T)",
|
||||
"type": "url",
|
||||
"url": "https://github.com/root7am/ReconXplorer"
|
||||
"url": "https://github.com/root7am/ReconXplorer",
|
||||
"description": "Open-source reconnaissance toolkit with modules for IP, email, and Discord-focused lookups.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Multi-input OSINT checks from a local scriptable toolkit",
|
||||
"input": "IP addresses, emails, Discord tokens, and host data",
|
||||
"output": "Recon results including geolocation, service, and account-related metadata",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Runs direct external queries from the operator environment and may trigger service-side detection or logging.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Top.gg",
|
||||
"type": "url",
|
||||
"url": "https://top.gg/"
|
||||
"url": "https://top.gg/",
|
||||
"description": "Large Discord bot and app discovery platform with ranking, filtering, and listing data.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Discord bot ranking analysis and app discovery",
|
||||
"input": "Bot names, tags, and search filters",
|
||||
"output": "Bot listings with popularity, server counts, and profile details",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Uses public listing data and does not require direct target interaction for standard browsing.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -5264,27 +5339,102 @@
|
||||
{
|
||||
"name": "BoardReader",
|
||||
"type": "url",
|
||||
"url": "https://boardreader.com/"
|
||||
"url": "https://boardreader.com/",
|
||||
"description": "Forum search engine that indexes discussions across message boards and community platforms.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Finding forum threads and topic-centric discussion history",
|
||||
"input": "Keywords, forum names, and topical queries",
|
||||
"output": "Indexed posts and thread references with source links",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Searches indexed forum content and avoids direct interaction with target forum users.",
|
||||
"localInstall": false,
|
||||
"googleDork": true,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Omgili",
|
||||
"type": "url",
|
||||
"url": "https://webz.io/"
|
||||
"url": "https://webz.io/",
|
||||
"description": "Forum and discussion search capability operated through Webz.io infrastructure and data products.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Forum discussion discovery with optional API-driven workflows",
|
||||
"input": "Keywords and Boolean-style forum queries",
|
||||
"output": "Discussion posts and thread-level matching results",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Uses indexed discussion datasets from a third-party provider; user-side browsing is passive.",
|
||||
"localInstall": false,
|
||||
"googleDork": true,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Craigslist Forums",
|
||||
"type": "url",
|
||||
"url": "https://forums.craigslist.org/"
|
||||
"url": "https://forums.craigslist.org/",
|
||||
"description": "Craigslist-hosted forum system for public community discussions and region-oriented threads.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Reviewing Craigslist community discussions and regional forum activity",
|
||||
"input": "Forum categories, keywords, and regional navigation",
|
||||
"output": "Forum threads, post content, and timing context",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Reads publicly visible forum content and does not require direct messaging or contact with users.",
|
||||
"localInstall": false,
|
||||
"googleDork": true,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Delphi Forum Search",
|
||||
"type": "url",
|
||||
"url": "https://www.delphiforums.com/"
|
||||
"url": "https://www.delphiforums.com/",
|
||||
"description": "Forum platform with searchable user communities across niche interest categories.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Niche forum discovery and historical community thread review",
|
||||
"input": "Forum names, categories, and keywords",
|
||||
"output": "Forum listings, thread titles, and message pages",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Public forum browsing is passive; some communities may require registration for deeper access.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Google Groups Search",
|
||||
"type": "url",
|
||||
"url": "https://groups.google.com/forum/#!overview"
|
||||
"url": "https://groups.google.com/forum/#!overview",
|
||||
"description": "Search interface for Google Groups and archived discussion content, including historical threads.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Researching archived mailing-list and discussion-group content",
|
||||
"input": "Keywords, group names, authors, and date ranges",
|
||||
"output": "Thread messages and group-level discussion results",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Searches archived public discussions through Google-hosted infrastructure where activity is logged.",
|
||||
"localInstall": false,
|
||||
"googleDork": true,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -5295,22 +5445,82 @@
|
||||
{
|
||||
"name": "Mibbit",
|
||||
"type": "url",
|
||||
"url": "https://search.mibbit.com/"
|
||||
"url": "https://search.mibbit.com/",
|
||||
"description": "Former web IRC client and channel search service that is no longer operational.",
|
||||
"status": "down",
|
||||
"pricing": "free",
|
||||
"bestFor": "Legacy reference for historical IRC channel search workflows",
|
||||
"input": "Channel or keyword queries (historical behavior)",
|
||||
"output": "No current output; service is discontinued",
|
||||
"opsec": "Unknown",
|
||||
"opsecNote": "Service shut down on August 30, 2024 and cannot be relied on for active workflows.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "IRCP (T)",
|
||||
"type": "url",
|
||||
"url": "https://github.com/internet-relay-chat/IRCP"
|
||||
"url": "https://github.com/internet-relay-chat/IRCP",
|
||||
"description": "Python-based IRC probing utility for scanning servers and collecting network/channel metadata.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "IRC server enumeration and protocol-level reconnaissance",
|
||||
"input": "Target ranges, IRC ports, and server parameters",
|
||||
"output": "Server and channel metadata in machine-readable output",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Actively connects to IRC services and may be detectable by network monitoring and server logs.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "ircsnapshot (T)",
|
||||
"type": "url",
|
||||
"url": "https://github.com/bwall/ircsnapshot"
|
||||
"url": "https://github.com/bwall/ircsnapshot",
|
||||
"description": "IRC data collection tool that connects bots to servers for user and channel mapping.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "IRC topology mapping and user/channel relationship analysis",
|
||||
"input": "IRC server details, bot config, and channel targets",
|
||||
"output": "Collected user, hostmask, and channel affiliation data",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Requires active network participation via bot accounts and is likely visible to channel operators.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "netsplit.de",
|
||||
"type": "url",
|
||||
"url": "https://netsplit.de/channels/search.php"
|
||||
"url": "https://netsplit.de/channels/search.php",
|
||||
"description": "IRC directory and search portal for channel listings, network stats, and discovery workflows.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Passive IRC channel discovery and network trend checks",
|
||||
"input": "Channel names, keywords, and network filters",
|
||||
"output": "Channel listings with network and user-count context",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Uses aggregated indexed IRC data and does not require direct IRC server interaction for searches.",
|
||||
"localInstall": false,
|
||||
"googleDork": true,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -5321,17 +5531,62 @@
|
||||
{
|
||||
"name": "Arctic Shift",
|
||||
"type": "url",
|
||||
"url": "https://arctic-shift.photon-reddit.com/"
|
||||
"url": "https://arctic-shift.photon-reddit.com/",
|
||||
"description": "Search and access layer for Reddit datasets with tools for historical content retrieval and analysis.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Historical Reddit dataset analysis and subreddit research",
|
||||
"input": "Search terms, dataset queries, or API-style requests",
|
||||
"output": "Matching Reddit posts, comments, and metadata from indexed datasets",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Works against archived or indexed data sources without requiring direct engagement with target accounts.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Cama's Reddit Search",
|
||||
"type": "url",
|
||||
"url": "https://camas.github.io/reddit-search/"
|
||||
"url": "https://camas.github.io/reddit-search/",
|
||||
"description": "Web tool for searching Reddit posts and comments by author, subreddit, text, and time filters.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Reddit user and subreddit content discovery",
|
||||
"input": "Usernames, subreddits, keywords, and date constraints",
|
||||
"output": "Filtered post/comment search results with metadata",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Uses public data indexing paths; original GitHub hosting was discontinued but alternative hosting remains available.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Reveddit",
|
||||
"type": "url",
|
||||
"url": "https://www.reveddit.com/"
|
||||
"url": "https://www.reveddit.com/",
|
||||
"description": "Interface for viewing Reddit content removals using archived and moderation-related visibility signals.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Investigating deleted or removed Reddit discussions",
|
||||
"input": "Reddit URLs, usernames, or subreddit paths",
|
||||
"output": "Recovered or flagged removed-content views with moderation indicators",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Queries archive-backed sources and public content pathways without direct contact to target users.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user