diff --git a/public/arf.json b/public/arf.json index dd8e4122..16c8607d 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 } ] }, @@ -21848,27 +21888,102 @@ { "name": "Fake Name Generator", "type": "url", - "url": "https://www.fakenamegenerator.com/" + "url": "https://www.fakenamegenerator.com/", + "description": "Generates realistic synthetic identities including names, addresses, SSNs, and biographical details for persona creation during OSINT operations.", + "status": "live", + "pricing": "free", + "bestFor": "Creating cover personas, sock puppet accounts, test data generation", + "input": "Nationality, gender, age range preferences", + "output": "Complete synthetic identity with name, address, DOB, contact info, and biographical details", + "opsec": "passive", + "opsecNote": "No account required; generated personas have no real-world ties unless combined with other accounts.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Fake Identity Generator", "type": "url", - "url": "https://backgroundchecks.org/justdeleteme/fake-identity-generator/" + "url": "https://backgroundchecks.org/justdeleteme/fake-identity-generator/", + "description": "Generates random fake identities including names, addresses, and personal details for use in anonymous account creation and persona testing.", + "status": "live", + "pricing": "free", + "bestFor": "Persona creation, anonymous account registration, test data", + "input": "No input required", + "output": "Synthetic name, address, email, phone, and biographical data", + "opsec": "passive", + "opsecNote": "Passive tool with no data submission; generated identities are synthetic with no real-person ties.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "This Person Does Not Exist", "type": "url", - "url": "https://thispersondoesnotexist.com/" + "url": "https://thispersondoesnotexist.com/", + "description": "Generates photorealistic AI-synthesized human faces using StyleGAN2; each page load produces a unique, non-existent person\u2019s portrait.", + "status": "live", + "pricing": "free", + "bestFor": "Creating realistic profile photos for sock puppet accounts or personas", + "input": "No input required (random generation on each load)", + "output": "High-resolution photorealistic portrait of a non-existent person", + "opsec": "passive", + "opsecNote": "Purely generative; no data submitted and no real person involved.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Random User Generator", "type": "url", - "url": "https://randomuser.me/" + "url": "https://randomuser.me/", + "description": "Open-source API that generates randomized user profiles including names, photos, addresses, and credentials for development and OSINT persona building.", + "status": "live", + "pricing": "free", + "bestFor": "Bulk persona generation, test account data, application seeding", + "input": "Nationality, gender, quantity, and field filters via API or web", + "output": "JSON user objects with name, location, email, phone, photo, DOB, and login data", + "opsec": "passive", + "opsecNote": "API-based generation with no data retention; all output is synthetic.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": true, + "api": true, + "invitationOnly": false, + "deprecated": false }, { "name": "Faker.js", "type": "url", - "url": "https://cdn.rawgit.com/Marak/faker.js/master/examples/browser/index.html" + "url": "https://cdn.rawgit.com/Marak/faker.js/master/examples/browser/index.html", + "description": "JavaScript library for generating massive amounts of fake data including names, addresses, companies, and more; browser demo now hosted at fakerjs.dev.", + "status": "down", + "pricing": "free", + "bestFor": "Programmatic fake data generation for application testing and persona data", + "input": "Data category selection (name, address, company, etc.)", + "output": "Synthetic data strings for selected categories", + "opsec": "passive", + "opsecNote": "CDN demo offline (rawgit.com shut down); active project continues at fakerjs.dev as a local npm package.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": true } ] }, @@ -21883,17 +21998,62 @@ { "name": "Tor Download (T)", "type": "url", - "url": "https://www.torproject.org/download/" + "url": "https://www.torproject.org/download/", + "description": "Official download page for the Tor Browser and Tor daemon, which route traffic through an encrypted relay network to anonymize origin IP addresses.", + "status": "live", + "pricing": "free", + "bestFor": "Anonymous web browsing, accessing .onion sites, circumventing censorship", + "input": "Tor Browser installation on local system", + "output": "Anonymized browsing sessions with exit node IP masking", + "opsec": "passive", + "opsecNote": "Strong anonymization for browsing; does not protect against browser fingerprinting or JavaScript exploits.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Freenet Project (T)", "type": "url", - "url": "https://freenetproject.org/pages/download.html" + "url": "https://freenetproject.org/pages/download.html", + "description": "Decentralized, censorship-resistant peer-to-peer network (rebranded Hyphanet) for anonymous file sharing and publishing without central servers.", + "status": "live", + "pricing": "free", + "bestFor": "Anonymous file sharing, censorship-resistant publishing, distributed data storage", + "input": "Freenet/Hyphanet client installation", + "output": "Access to Freenet network content and anonymous publishing capability", + "opsec": "passive", + "opsecNote": "Fully decentralized with no central server; anonymization depends on network size and configuration.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "I2P Anonymous Network (T)", "type": "url", - "url": "https://geti2p.net/en/" + "url": "https://geti2p.net/en/", + "description": "Garlic-routing overlay network designed for anonymous internal communications and services, with support for email, torrents, and web browsing.", + "status": "live", + "pricing": "free", + "bestFor": "Anonymous internal network communications, darknet service hosting, peer-to-peer privacy", + "input": "I2P router installation", + "output": "Access to I2P eepsites and anonymous outproxy browsing", + "opsec": "passive", + "opsecNote": "Strong anonymization via layered encryption; primarily designed for internal I2P network traffic rather than clearnet access.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false } ] }, @@ -21904,7 +22064,22 @@ { "name": "VPN Comparisons - That One Privacy Site", "type": "url", - "url": "https://thatoneprivacysite.net/" + "url": "https://thatoneprivacysite.net/", + "description": "Comprehensive VPN and email provider comparison charts evaluating privacy policies, jurisdiction, logging, and security features; original site no longer active.", + "status": "down", + "pricing": "free", + "bestFor": "Comparing VPN providers for anonymity operations", + "input": "No input required (static comparison charts)", + "output": "Side-by-side VPN provider feature and policy comparisons", + "opsec": "passive", + "opsecNote": "Site domain was sold and original content is no longer available. Use Privacy Guides (privacyguides.org) as replacement.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": true } ] }, @@ -21915,17 +22090,62 @@ { "name": "UserAgentString.com", "type": "url", - "url": "https://www.useragentstring.com/pages/useragentstring.php" + "url": "https://www.useragentstring.com/pages/useragentstring.php", + "description": "Database of known user agent strings for browsers, bots, and devices; helps identify what browser/OS a user agent string represents or find strings to spoof.", + "status": "live", + "pricing": "free", + "bestFor": "Identifying user agent strings, finding UA strings to use for spoofing", + "input": "User agent string for parsing", + "output": "Browser type, OS, version, and device details extracted from UA string", + "opsec": "passive", + "opsecNote": "Reference lookup only; useful for selecting believable user agents for browser spoofing during OSINT operations.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "WhatIsMyBrowser.com", "type": "url", - "url": "https://www.whatismybrowser.com/" + "url": "https://www.whatismybrowser.com/", + "description": "Detects and reports your current browser, operating system, and plugins as seen by websites; useful for verifying anonymization and user-agent spoofing effectiveness.", + "status": "live", + "pricing": "free", + "bestFor": "Verifying browser fingerprint and user-agent visibility during OSINT sessions", + "input": "No input required (detects current browser automatically)", + "output": "Browser name, version, OS, plugins, and shareable detection link", + "opsec": "active", + "opsecNote": "Visiting this site sends your real browser data to their servers; use only to test anonymization setups.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "User Agent String Decoder", "type": "url", - "url": "https://tools.tracemyip.org/user-agent-string-decoder/" + "url": "https://tools.tracemyip.org/user-agent-string-decoder/", + "description": "Parses and decodes user agent strings into human-readable browser, OS, and device information components.", + "status": "live", + "pricing": "free", + "bestFor": "Parsing raw UA strings from logs, understanding browser fingerprint components", + "input": "Raw user agent string", + "output": "Parsed browser family, version, OS, and device type breakdown", + "opsec": "passive", + "opsecNote": "Submits the UA string to the tool\u2019s server for parsing; does not expose your real browsing context if used with a test string.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": true, + "api": false, + "invitationOnly": false, + "deprecated": false } ] }, @@ -21936,52 +22156,202 @@ { "name": "IP / DNS Leak Detection", "type": "url", - "url": "https://ipleak.net/" + "url": "https://ipleak.net/", + "description": "Comprehensive leak detection tool that tests for IP, DNS, WebRTC, and IPv6 leaks to verify VPN or Tor anonymization is working correctly.", + "status": "live", + "pricing": "free", + "bestFor": "Verifying VPN effectiveness, detecting IP and DNS leaks before OSINT operations", + "input": "No input required (automatically tests current connection)", + "output": "Detected IP, DNS servers, WebRTC leaks, and geolocation data", + "opsec": "active", + "opsecNote": "Connecting to this service reveals your current IP and DNS to their servers; use only to test anonymization setup before operations.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "JonDonym", "type": "url", - "url": "https://ip-check.info/?lang=en" + "url": "https://ip-check.info/?lang=en", + "description": "Anonymization verification tool from the JonDonym project that checks IP, browser headers, cookies, and other identifiers for privacy leaks.", + "status": "live", + "pricing": "free", + "bestFor": "Comprehensive anonymization verification, browser privacy audit", + "input": "No input required (tests current connection automatically)", + "output": "IP address, browser headers, cookie status, JavaScript fingerprint, and anonymity score", + "opsec": "active", + "opsecNote": "Reveals current network and browser data to their servers during the check; use only to verify anonymization.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "DNS leak test", "type": "url", - "url": "https://www.dnsleaktest.com/" + "url": "https://www.dnsleaktest.com/", + "description": "Tests whether DNS queries are leaking outside a VPN tunnel by checking which DNS servers resolve your lookups, potentially exposing your ISP.", + "status": "live", + "pricing": "free", + "bestFor": "Verifying DNS query routing through VPN, detecting ISP DNS exposure", + "input": "No input required (runs standard and extended DNS leak tests)", + "output": "List of DNS servers handling your queries with ISP and location details", + "opsec": "active", + "opsecNote": "Test queries reveal which DNS servers handle your lookups; reveals real DNS servers to the testing service.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "DNS Leak Tests", "type": "url", - "url": "https://dnsleak.com/" + "url": "https://dnsleak.com/", + "description": "Alternative DNS leak testing service that identifies whether DNS requests bypass your VPN tunnel and expose your real ISP\u2019s DNS servers.", + "status": "live", + "pricing": "free", + "bestFor": "Secondary DNS leak verification, cross-checking VPN DNS configuration", + "input": "No input required (automatic detection)", + "output": "DNS server IPs, provider names, and country locations for all resolving servers", + "opsec": "active", + "opsecNote": "Sends DNS probe queries that can be logged; use as part of pre-operation anonymization verification.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "IPv6 Leak Tests", "type": "url", - "url": "https://ipv6leak.com/" + "url": "https://ipv6leak.com/", + "description": "Tests whether IPv6 connectivity is leaking your real IP address outside a VPN tunnel that only routes IPv4 traffic.", + "status": "live", + "pricing": "free", + "bestFor": "Detecting IPv6 leaks through IPv4-only VPNs, dual-stack network verification", + "input": "No input required (automatic IPv6 detection)", + "output": "IPv6 address if leaking, confirmation of leak status, and remediation guidance", + "opsec": "active", + "opsecNote": "May expose your real IPv6 address to the testing service; use before OSINT operations on dual-stack networks.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Email Leak Tests", "type": "url", - "url": "https://emailipleak.com/" + "url": "https://emailipleak.com/", + "description": "Tests whether your email client or webmail service leaks your real IP address in email headers when sending messages.", + "status": "live", + "pricing": "free", + "bestFor": "Verifying email IP privacy, testing anonymous email service configurations", + "input": "Send a test email to a provided address", + "output": "IP addresses found in email headers with assessment of anonymization effectiveness", + "opsec": "active", + "opsecNote": "Requires sending a test email that includes your real email headers; use a dedicated test account.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Perfect Privacy", "type": "url", - "url": "https://www.perfect-privacy.com/check-ip/" + "url": "https://www.perfect-privacy.com/check-ip/", + "description": "IP and anonymization check tool from the Perfect Privacy VPN service that verifies visible IP, DNS servers, and WebRTC status.", + "status": "live", + "pricing": "free", + "bestFor": "Pre-operation anonymization verification, IP and DNS leak check", + "input": "No input required (automatic connection analysis)", + "output": "Visible IP address, DNS servers, WebRTC status, and browser fingerprint summary", + "opsec": "active", + "opsecNote": "Sends your current IP and browser data to a third-party VPN provider\u2019s servers; use only for anonymization testing.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "WebRTC Leak Test", "type": "url", - "url": "https://www.perfect-privacy.com/webrtc-leaktest/" + "url": "https://www.perfect-privacy.com/webrtc-leaktest/", + "description": "Tests whether WebRTC is exposing your real IP address even when using a VPN, as WebRTC can bypass VPN tunnels and reveal local and public IPs.", + "status": "live", + "pricing": "free", + "bestFor": "Detecting WebRTC IP leaks in browsers, verifying WebRTC disable effectiveness", + "input": "No input required (automatic browser WebRTC detection)", + "output": "Local IP, public IP via WebRTC, and VPN IP with leak assessment", + "opsec": "active", + "opsecNote": "Uses WebRTC in your browser to detect leaks; revealing your real IPs to the testing service is expected during this test.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "LetMeCheck.it", "type": "url", - "url": "https://letmecheck.it/" + "url": "https://letmecheck.it/", + "description": "Multi-protocol anonymization test that checks IP, DNS, WebRTC, and browser fingerprinting for VPN and proxy users.", + "status": "live", + "pricing": "free", + "bestFor": "Comprehensive pre-operation anonymization check covering multiple leak vectors", + "input": "No input required (automatic connection testing)", + "output": "IP, DNS, WebRTC, and fingerprint analysis with overall anonymization rating", + "opsec": "active", + "opsecNote": "Exposes your current connection data to the testing service; use only for anonymization setup verification.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Trace My IP", "type": "url", - "url": "https://www.tracemyip.org/" + "url": "https://www.tracemyip.org/", + "description": "IP address lookup and geolocation tool that reveals current IP, ISP, location, and additional network metadata visible to websites.", + "status": "live", + "pricing": "free", + "bestFor": "Verifying visible IP and geolocation before OSINT operations", + "input": "No input required (detects current IP automatically)", + "output": "IP address, ISP, country, region, city, coordinates, and connection type", + "opsec": "active", + "opsecNote": "Logs your IP on visit; use only for verifying anonymization setup before conducting actual OSINT work.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false } ] }, @@ -21992,22 +22362,82 @@ { "name": "Browser Statistics", "type": "url", - "url": "https://www.w3schools.com/browsers/default.asp" + "url": "https://www.w3schools.com/browsers/default.asp", + "description": "W3Schools browser market share statistics showing usage distribution across browser types and versions to help craft believable user agent strings.", + "status": "live", + "pricing": "free", + "bestFor": "Selecting realistic browser user agents, understanding browser fingerprint believability", + "input": "No input required (static reference data)", + "output": "Browser market share percentages by browser family and version", + "opsec": "passive", + "opsecNote": "Reference page only; visiting W3Schools does not expose sensitive operational data.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "WhatsMyBrowser.org", "type": "url", - "url": "https://www.whatsmybrowser.org/" + "url": "https://www.whatsmybrowser.org/", + "description": "Identifies your current browser version and settings, providing a shareable link that displays your full browser fingerprint to others.", + "status": "live", + "pricing": "free", + "bestFor": "Verifying browser fingerprint, checking what browser version appears to websites", + "input": "No input required (detects current browser)", + "output": "Browser name, version, OS, screen resolution, and shareable detection URL", + "opsec": "active", + "opsecNote": "Collects and stores browser fingerprint data; use only to verify anonymization effectiveness, not during live operations.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "What browser am I using.co", "type": "url", - "url": "https://www.whatbrowseramiusing.co/" + "url": "https://www.whatbrowseramiusing.co/", + "description": "Simple browser detection page that identifies your current browser name, version, and operating system.", + "status": "live", + "pricing": "free", + "bestFor": "Quick browser identification check during anonymization setup", + "input": "No input required", + "output": "Browser name, version, and OS string", + "opsec": "active", + "opsecNote": "Basic browser detection; reveals current browser info to the site.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "What Browser?", "type": "url", - "url": "https://whatbrowser.org/" + "url": "https://whatbrowser.org/", + "description": "Browser detection service that identifies your browser and offers guidance on updating to current versions; useful for fingerprint verification.", + "status": "live", + "pricing": "free", + "bestFor": "Browser version verification, fingerprint audit during OSINT setup", + "input": "No input required", + "output": "Current browser name, version, and update status", + "opsec": "active", + "opsecNote": "Basic browser detection page; use to verify what browser identity is visible before OSINT operations.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false } ] }, @@ -22018,39 +22448,144 @@ { "name": "IP2Proxy", "type": "url", - "url": "https://www.ip2proxy.com/" + "url": "https://www.ip2proxy.com/", + "description": "Database and lookup service that detects whether an IP address belongs to a proxy, VPN, Tor exit node, or hosting provider to assess anonymization visibility.", + "status": "live", + "pricing": "freemium", + "bestFor": "Checking if your VPN/proxy IP is flagged, verifying anonymization infrastructure quality", + "input": "IP address", + "output": "Proxy type classification (VPN/TOR/hosting/residential), ISP, and country", + "opsec": "passive", + "opsecNote": "Passive IP lookup; useful for checking if your exit node IPs are flagged in commercial proxy databases before conducting operations.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": true, + "api": true, + "invitationOnly": false, + "deprecated": false } ] }, { "name": "NoScript (T)", "type": "url", - "url": "https://noscript.net/" + "url": "https://noscript.net/", + "description": "Firefox/Chrome security extension that blocks JavaScript, Java, Flash, and other active content by default to prevent browser fingerprinting and code execution from untrusted sites.", + "status": "live", + "pricing": "free", + "bestFor": "Browser hardening, preventing JavaScript-based fingerprinting and tracking during OSINT", + "input": "Browser extension installation", + "output": "Selective script blocking with per-site whitelist control", + "opsec": "passive", + "opsecNote": "Reduces active fingerprinting surface significantly; some OSINT tools require JavaScript and may need temporary whitelisting.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Firefox-debloat", "type": "url", - "url": "https://github.com/amq/firefox-debloat" + "url": "https://github.com/amq/firefox-debloat", + "description": "Collection of Firefox configuration tweaks and policies to disable telemetry, enhance privacy, and reduce browser fingerprinting surface.", + "status": "live", + "pricing": "free", + "bestFor": "Hardening Firefox for OSINT operations, reducing browser telemetry and tracking", + "input": "Firefox configuration file (user.js or policies.json)", + "output": "Hardened Firefox instance with reduced fingerprinting and telemetry", + "opsec": "passive", + "opsecNote": "Local configuration changes only; no data transmitted. Reduces but does not eliminate browser fingerprinting.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Browser Leaks", "type": "url", - "url": "https://browserleaks.com/" + "url": "https://browserleaks.com/", + "description": "Comprehensive browser privacy and security testing suite covering IP, DNS, WebRTC, canvas fingerprinting, font enumeration, and dozens of other browser data leakage vectors.", + "status": "live", + "pricing": "free", + "bestFor": "Deep browser fingerprint analysis, identifying all data leak vectors before OSINT operations", + "input": "No input required (automatic browser analysis)", + "output": "Detailed reports on WebRTC, canvas, WebGL, fonts, plugins, and all other browser identifiers", + "opsec": "active", + "opsecNote": "Sends comprehensive fingerprint data to their servers; use to audit your anonymization setup but not during live operations.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Self-Destructing Cookies (T)", "type": "url", - "url": "https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/" + "url": "https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/", + "description": "Firefox extension that automatically deletes cookies when a tab is closed to prevent persistent tracking; functionality now largely covered by Firefox\u2019s built-in Enhanced Tracking Protection.", + "status": "live", + "pricing": "free", + "bestFor": "Automatic cookie cleanup to prevent cross-session tracking", + "input": "Firefox extension installation", + "output": "Automatic cookie deletion on tab close with per-site whitelist support", + "opsec": "passive", + "opsecNote": "Reduces cookie-based tracking; modern Firefox\u2019s built-in cookie management may provide equivalent protection.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "BrowserSpy.dk", "type": "url", - "url": "https://browserspy.dk/" + "url": "https://browserspy.dk/", + "description": "Danish browser information and fingerprinting test site that reveals detailed browser capabilities including plugins, fonts, screen properties, and other identifiers.", + "status": "live", + "pricing": "free", + "bestFor": "Detailed browser fingerprint inventory, identifying what data is visible to websites", + "input": "No input required (automatic browser detection)", + "output": "Comprehensive browser property list including plugins, fonts, screen data, and capabilities", + "opsec": "active", + "opsecNote": "Collects detailed browser fingerprint; use only for anonymization setup auditing.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "LocaBrowser.com", "type": "url", - "url": "https://www.locabrowser.com/" + "url": "https://www.locabrowser.com/", + "description": "Browser geolocation testing tool that checks what location data your browser exposes via the HTML5 Geolocation API to websites.", + "status": "live", + "pricing": "free", + "bestFor": "Testing browser geolocation exposure, verifying location permission settings", + "input": "No input required (requests browser geolocation permission)", + "output": "Latitude, longitude, and accuracy of browser-reported geolocation", + "opsec": "active", + "opsecNote": "Requests and logs your browser\u2019s geolocation; verify location masking is working before conducting location-sensitive OSINT.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false } ] }, @@ -22061,62 +22596,242 @@ { "name": "Privacy Guides", "type": "url", - "url": "https://www.privacyguides.org/en/" + "url": "https://www.privacyguides.org/en/", + "description": "Community-maintained guide recommending privacy-respecting software, services, and best practices; covers VPNs, browsers, operating systems, email, and more.", + "status": "live", + "pricing": "free", + "bestFor": "Selecting privacy tools, building an OSINT operational security toolkit", + "input": "No input required (reference guide)", + "output": "Curated tool recommendations with evaluation criteria and comparison tables", + "opsec": "passive", + "opsecNote": "Reference resource only; no data submission required.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Just Delete Me", "type": "url", - "url": "https://backgroundchecks.org/justdeleteme/" + "url": "https://backgroundchecks.org/justdeleteme/", + "description": "Directory of direct links to account deletion pages for hundreds of online services, rated by deletion difficulty to help with digital footprint removal.", + "status": "live", + "pricing": "free", + "bestFor": "Removing digital footprint, deleting OSINT research accounts, cleaning up persona accounts", + "input": "Service name search", + "output": "Direct deletion link, difficulty rating (easy/medium/hard/impossible), and deletion instructions", + "opsec": "passive", + "opsecNote": "Reference directory only; actual account deletion requires interacting with each service directly.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "OptOut Credit Prescreen", "type": "url", - "url": "https://www.optoutprescreen.com/?rf=t" + "url": "https://www.optoutprescreen.com/?rf=t", + "description": "Official US consumer opt-out service operated by major credit bureaus to remove yourself from pre-screened credit and insurance offer lists.", + "status": "live", + "pricing": "free", + "bestFor": "Reducing data broker exposure, removing from credit prescreening lists", + "input": "Personal information (SSN, DOB, address) for opt-out request", + "output": "Confirmed opt-out from credit and insurance prescreening offers", + "opsec": "active", + "opsecNote": "Requires submitting real personal information to major credit bureaus; only use for actual personal privacy protection, not during OSINT operations.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Credit Freeze", "type": "url", - "url": "https://inteltechniques.com/blog/2018/09/28/complete-credit-freeze-tutorial-update/" + "url": "https://inteltechniques.com/blog/2018/09/28/complete-credit-freeze-tutorial-update/", + "description": "Intel Techniques tutorial covering the complete process for freezing credit at all major and specialty bureaus to prevent identity theft and data broker access.", + "status": "live", + "pricing": "free", + "bestFor": "Protecting personal identity, hardening against identity theft, reducing data broker profiles", + "input": "No input required (instructional guide)", + "output": "Step-by-step credit freeze procedures for all major credit bureaus", + "opsec": "passive", + "opsecNote": "Reference guide only; actual freeze requires interacting with each bureau. Recommended as part of comprehensive personal OPSEC.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Fake US Identities", "type": "url", - "url": "https://xdd2.org/" + "url": "https://xdd2.org/", + "description": "Generates fake US identity data including names, addresses, SSNs, and driver\u2019s license numbers for test and persona creation purposes.", + "status": "live", + "pricing": "free", + "bestFor": "Generating synthetic US identity data for persona creation and testing", + "input": "No input required", + "output": "Synthetic US name, address, SSN, DL number, and biographical data", + "opsec": "passive", + "opsecNote": "Generates synthetic data only; using fake SSNs for fraudulent purposes is illegal \u2014 intended for legitimate testing and OSINT persona research only.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Social Media Fingerprint", "type": "url", - "url": "https://robinlinus.github.io/socialmedia-leak/" + "url": "https://robinlinus.github.io/socialmedia-leak/", + "description": "Browser-based tool that detects which social media platforms you are currently logged into by exploiting cross-origin image loading timing differences.", + "status": "live", + "pricing": "free", + "bestFor": "Checking social media session exposure, verifying browser compartmentalization effectiveness", + "input": "No input required (automatic detection via browser)", + "output": "List of social media platforms where active sessions are detected", + "opsec": "active", + "opsecNote": "Detects your active social media sessions locally in-browser; use to verify that OSINT browser profiles are properly isolated from personal accounts.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Privacy Tools", "type": "url", - "url": "https://www.privacytools.io/" + "url": "https://www.privacytools.io/", + "description": "Privacy-focused tool recommendation site covering encrypted messaging, VPNs, browsers, operating systems, and email providers; now largely redirects to Privacy Guides.", + "status": "live", + "pricing": "free", + "bestFor": "Privacy tool discovery, OPSEC toolkit building", + "input": "No input required (reference directory)", + "output": "Curated lists of privacy-respecting tools by category with brief descriptions", + "opsec": "passive", + "opsecNote": "Reference site only. Note: privacytools.io has gone through ownership changes; privacyguides.org is the community-maintained successor.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Panopticlick", "type": "url", - "url": "https://panopticlick.eff.org/" + "url": "https://panopticlick.eff.org/", + "description": "EFF browser fingerprinting test (now Cover Your Tracks at coveryourtracks.eff.org) that measures how uniquely identifiable your browser is across the web.", + "status": "live", + "pricing": "free", + "bestFor": "Measuring browser fingerprint uniqueness, testing tracker blocking effectiveness", + "input": "No input required (automatic browser fingerprint analysis)", + "output": "Fingerprint uniqueness score, tracker blocking assessment, and detailed fingerprint components", + "opsec": "active", + "opsecNote": "EFF\u2019s canonical browser fingerprint test; visit via Tor/VPN to test anonymization. URL now redirects to coveryourtracks.eff.org.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Intel Techniques - Hiding from the Internet", "type": "url", - "url": "https://inteltechniques.com/data/workbook.pdf" + "url": "https://inteltechniques.com/data/workbook.pdf", + "description": "Michael Bazzell\u2019s OSINT workbook covering comprehensive personal data removal, digital footprint reduction, and operational security techniques.", + "status": "live", + "pricing": "free", + "bestFor": "Personal OPSEC hardening, digital footprint removal, data broker opt-outs", + "input": "No input required (downloadable PDF reference)", + "output": "Structured workbook with data removal checklists, opt-out links, and privacy hardening steps", + "opsec": "passive", + "opsecNote": "Reference document only; no data submitted to download. Highly recommended as an OPSEC foundation guide.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "The Many Hats Club - Privacy Resources", "type": "url", - "url": "https://themanyhats.club/centralised-place-for-privacy-resources/" + "url": "https://themanyhats.club/centralised-place-for-privacy-resources/", + "description": "Curated community resource list from The Many Hats Club security community aggregating privacy tools, guides, and operational security resources.", + "status": "degraded", + "pricing": "free", + "bestFor": "Discovering community-vetted privacy and OPSEC resources", + "input": "No input required (reference list)", + "output": "Categorized links to privacy tools, guides, and communities", + "opsec": "passive", + "opsecNote": "Reference resource; community activity has declined. Content may be outdated.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "The Hitchhiker\u2019s Guide to Online Anonymity", "type": "url", - "url": "https://anonymousplanet.org/guide/" + "url": "https://anonymousplanet.org/guide/", + "description": "Comprehensive, community-maintained guide to online anonymity covering threat modeling, Tor, VMs, operational security, and plausible deniability techniques.", + "status": "live", + "pricing": "free", + "bestFor": "Deep OPSEC education, building anonymized OSINT infrastructure, threat modeling", + "input": "No input required (reference guide)", + "output": "Detailed technical guide covering anonymization stack, tools, and practices", + "opsec": "passive", + "opsecNote": "Reference document only. One of the most thorough freely available OPSEC guides; regularly updated.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "Awesome Opt-Out Guide 2026", "type": "url", - "url": "https://github.com/thumpersecure/opt-out-manual-2026" + "url": "https://github.com/thumpersecure/opt-out-manual-2026", + "description": "Community GitHub repository compiling data broker opt-out procedures, privacy request templates, and removal links for 2026.", + "status": "live", + "pricing": "free", + "bestFor": "Data broker removal, comprehensive opt-out across multiple platforms and services", + "input": "No input required (reference repository)", + "output": "Categorized opt-out links, templates, and step-by-step removal instructions", + "opsec": "passive", + "opsecNote": "Reference guide only; actual opt-out requires direct interaction with each service.", + "localInstall": false, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false } ] }, @@ -22127,12 +22842,42 @@ { "name": "Anonymouth - Document Anonymization (T)", "type": "url", - "url": "https://github.com/psal/anonymouth" + "url": "https://github.com/psal/anonymouth", + "description": "Java-based authorship anonymization tool that analyzes and modifies writing style features to reduce stylometric identification of document authors.", + "status": "live", + "pricing": "free", + "bestFor": "Anonymizing written documents, reducing authorship attribution risk in sensitive reports", + "input": "Text documents for stylometric analysis and rewriting guidance", + "output": "Authorship feature analysis and suggestions for stylistic modification to evade attribution", + "opsec": "passive", + "opsecNote": "Runs locally; no data leaves the machine. Project is unmaintained (last active ~2017) but functional for academic and research use.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false }, { "name": "MAT2 (T)", "type": "url", - "url": "https://0xacab.org/jvoisin/mat2" + "url": "https://0xacab.org/jvoisin/mat2", + "description": "Metadata Anonymisation Toolkit v2 \u2014 command-line tool that strips metadata from documents, images, audio files, and archives before sharing to prevent inadvertent disclosure.", + "status": "live", + "pricing": "free", + "bestFor": "Removing EXIF/metadata from files before publication, cleaning documents prior to evidence submission or sharing", + "input": "Files (PDF, DOCX, JPEG, PNG, MP3, etc.)", + "output": "Metadata-stripped clean copies of input files", + "opsec": "passive", + "opsecNote": "Runs entirely locally; highly recommended before sharing any file collected during OSINT operations.", + "localInstall": true, + "googleDork": false, + "registration": false, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false } ] }