dark-knowledge VS privacytests.org

Compare dark-knowledge vs privacytests.org and see what are their differences.

dark-knowledge

πŸ˜ˆπŸ“š A curated library of research papers and presentations for counter-detection and web privacy enthusiasts. (by prescience-data)

privacytests.org

Source code for privacytests.org. Includes browser testing code and site rendering. (by privacytests)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
dark-knowledge privacytests.org
14 411
513 751
- 0.4%
4.6 9.4
2 months ago 10 days ago
JavaScript HTML
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dark-knowledge

Posts with mentions or reviews of dark-knowledge. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-28.
  • Share some articles you've saved
    2 projects | /r/privsec_dev | 28 Apr 2023
    "A curated library of research papers and presentations for counter-detection and web privacy enthusiasts": https://github.com/prescience-data/dark-knowledge
  • dark-knowledge: πŸ˜ˆπŸ“š A curated library of research papers and presentations for counter-detection and web privacy enthusiasts - can be applied by this community to fingerprint various threat actors
    1 project | /r/blueteamsec | 11 Apr 2023
  • Can browser addons leak user data?
    1 project | /r/privacy | 1 Apr 2023
    What you said is contrary to the stance of Tor browser devs and not backed up by actual research. Here you can find a good collection of research papers: https://github.com/prescience-data/dark-knowledge
  • Choose your browser carefully| by Unix Sheikh
    1 project | /r/degoogle | 18 Jan 2023
    Browsers are complicated and you won't find a single analysis covering all aspects. For a security analysis Madaidan's blog is a good starting point. For a privacy analysis you need to learn the common tracking methods and which solutions or mitigations are available in which browser (and if they are properly implemented). You could start by learning about the different forms of tracking through state (cookies, cache, storage, ...), which is still one of the most used tracking methods. Of course you also need to check the easy things like telemetry. Then there is fingerprinting which is a huge topic on its own. This is where it's even more fun. You need to start reading research papers, not just one but many and you need to check mitigations used in browsers and their statistical implications (data about this is unfortunately very rare).
  • Will switching to linux make it easier to fingerprint my device?
    1 project | /r/privacy | 26 Dec 2022
    It's difficult to distinguish without having the knowledge yourself. Maybe Reddit is just not the right place, because most experts don't have the time to argue with non-experts on social media. You can look what experts write in research papers, or in the bug trackers of browsers with fingerprinting mitigations like the Tor browser.
  • Ask HN: Have you ever used anti detect browsers for web scraping?
    2 projects | news.ycombinator.com | 18 Nov 2022
    Plus curated list of research papers here if you want to go deep on the subject matter: https://github.com/prescience-data/dark-knowledge
  • is there a need for addtl FF extensions ?
    1 project | /r/privacy | 15 Jun 2022
    They become a significant part of your browser fingerprint. If you have a lot extensions installed, this alone could make you uniquely trackable. (See research papers here: https://github.com/prescience-data/dark-knowledge and https://fingerprintjs.com/blog/ad-blocker-fingerprinting/ )
  • VPN with best adblock?
    2 projects | /r/PrivacyGuides | 4 Jun 2022
    https://github.com/prescience-data/dark-knowledge (search for "extension")
  • Browser Fingerprint
    1 project | /r/privacy | 4 Mar 2022
    A dedicated list of research papers on browser fingerprinting: https://github.com/prescience-data/dark-knowledge
  • Avoiding Bot Detection
    2 projects | /r/webscraping | 31 Jan 2022
    "I'm a noob and using python with selenium to do some basic scraping on StockX" and scraping protected website like stockx with perimeterx is not possible. It's all about reverse engineering, browser introspection, fingerprint (from hardware to software canvas), then you still need tons of ips to rotate and cooldown, finally protection evolve with time and you have to redo most of the things to pass again. A company like Scrapfly exists because it's more expensive to do and maintain such solution internally, look at their public repositories on GitHub low level stuff, network spoofing stacks, packet manipulation, custom angle libs. It takes a long time to learn vs something like `asp=true` from their docs https://scrapfly.io/docs/scrape-api/anti-scraping-protection If you have time and are more interested in this side, you could start to read https://github.com/prescience-data/dark-knowledge and look at https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth project to see how it works. Do not attempt stealth project helping you to bypass at scale, it's public, anti bot companies are aware and spot it easily - most of the time they don't block directly and use bad fp generated to recognize bots and map proxies ips to collect it and deducted the subnet or residential > My main question is, would it be better to try and make my script act "more human" It's a legend that anti bot use or detect "human" behavior, this signal is not very important, you can randomly move the mouse or things, like is fine, having 0 input events, is suspect but not that much in fact - tactile systems do not trigger any events until you touch so it can't be a strong signal due to false-positive - and doing "behavioral detection" is a big lie in the industry, you can experiment by doing dumb things, it's still passing and at scale ... and when they say "machine learning" it's just basic stats like a throttle do but based on browser fingerprints rather than IP. If you hit some path, like login, registration and payment - they can use some very heavy system with GPU canvas and stuff like but not used for scraping yet > are other methods like switching drivers and using proxies the way to go? Using proxies yes, but with wrong fingerprints (chrome headless, a browser running on server hardware, browser in docker and so on) In fact, there is no magic, mixing driver change nothing, they still manipulate a spotted browser - some are just more flexible than other to spoof correctly some part - like js worker interception to inject scripts and hook correctly but that's all.

privacytests.org

Posts with mentions or reviews of privacytests.org. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-22.
  • Brave browser simplifies its fingerprinting protections
    4 projects | news.ycombinator.com | 22 Jan 2024
    No, https://privacytests.org/ is misleading, it shows only the results of the default browser settings - which absolutely nobody uses.
  • In 2024, please switch to Firefox
    9 projects | news.ycombinator.com | 29 Dec 2023
  • Best Alternatives to Brave that randomize fingerprints right out of the bat?
    3 projects | /r/browsers | 11 Dec 2023
    So as far as hardened chromium forks go brave is the best and all there really is. For Firefox based hardened browsers unless you feel like manually hardened stock FF yourself, librewolf and mullvad browser (mull on Android) which leads me to Tor but with the drawbacks that make it less practical for certaint things mullvad known for their VPN that is is very bignin privacy so much you have nothing that ties to it like 99% of anything now days as yoi have anonimity bcnyoinoau with cash-crypro-or use a voucher no name email address phone number bank etc to sign upso they partner with then tor project and made a clearnet version of tor hardened fingerprint resistant as well as cookies scripts ect multiple identity proxy and built-in security that tor has standard safer safest with no script uBo and and their VPN and dns to take the place of tors multiple relay and encryption that is the tor network with no telemetry you hide in plain site as all the other using it look like you. You can n use this browsers like you would brave or your "main' so history bookmarks passwords etc but that defeats the purpose IMO but librewolf is also very hardened fingerprint resistant focused but you can use it like were using brave and still have the privacy and security and convenience. I use all 4 with different search engines depending on what I'm looking for or doing and of in have to use chrome then ungoogled Chromium on desktop and cromite on Android (fork of bromite which lost support from the devs) mull brave and cromite on is what in use on mobile. This isn't a complete list as FOSS for mobile has quite a few to try these are my favorite, Firefox focus on Android is Worth mentioning too. Sorry for the incoherent book. https://privacytests.org/
  • Gostei dessa barra lateral do navegador Opera, tem espaΓ§os de trabalho aΓ­ organiza as abas
    1 project | /r/InternetBrasil | 9 Dec 2023
  • Privacy
    1 project | /r/vivaldibrowser | 8 Dec 2023
    you mean https://privacytests.org ?
  • Most "secure/private" browser that is still somewhat mainstream/compatible?
    2 projects | /r/browsers | 6 Dec 2023
    librewolf https://privacytests.org/ for ios/android brave all the way https://privacytests.org/ios, https://privacytests.org/android
  • I'm almost done with edge
    2 projects | /r/browsers | 30 Nov 2023
    careful with brave https://www.ghacks.net/2023/10/18/brave-is-installing-vpn-services-without-user-consent/?amp https://github.com/brave/brave-browser/issues/33726 among other things like the most popular browser compare site being owned by brave employees https://privacytests.org/ i guess when they say privacy they mean it, keeping things private from you too
  • Why Bother with uBlock Being Blocked in Chrome? Time to Switch to Firefox
    9 projects | news.ycombinator.com | 27 Nov 2023
    https://privacytests.org/ he eventually disclosed his employer in the back area of that website somewhere so thats better i guess.

    another one is how certain settings on brave search always reverts back on. or just one the send analytics one. if you use search on a different browser not their own. and etc.

    and firefox is funded in large part by google.. do you really think they dont share information?

    honestly acting like your browser is superior because no tracking is so silly lol. just use whatever browser you want and tune settings to your liking. harden if you must and move on. is it that much of a hassel? would you rather pay subscription for no tracking?

  • The answer to the repetitive question "Which browsers are best for privacy?"
    1 project | /r/browsers | 25 Nov 2023
    This site is constantly updated, so there is no need to have the same question all the time. https://privacytests.org/
  • Mac user. Safari or πŸ”₯🦊?
    1 project | /r/browsers | 24 Nov 2023
    Something to get you started : privacytests.org

What are some alternatives?

When comparing dark-knowledge and privacytests.org you can also consider the following projects:

puppeteer-extra - πŸ’― Teach puppeteer new tricks through plugins.

uBlock - uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean.

nuTensor - nuTensor: Point and click matrix to filter net requests according to source, destination and type

filtrite - Custom AdBlock filterlist generator for Bromite and Cromite

Windows11_Hardening - a collection about Windows 11

uBlock-issues - This is the community-maintained issue tracker for uBlock Origin

dns-adblock - Ad, tracker, adult content and gambling blocking for our DNS blocking service [Moved to: https://github.com/mullvad/dns-blocklists]

ungoogled-chromium - Google Chromium, sans integration with Google

OnionBrowser - An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network

storage-partitioning - Client-Side Storage Partitioning

FirefoxCSS-Store - A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit community.