Some thoughts on how useful Anubis really is. Combined with comments I read elsewhere about scrapers starting to solve the challenges, I’m afraid Anubis will be outdated soon and we need something else.

  • mobotsar@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 day ago

    Is there a reason other than avoiding infrastructure centralization not to put a web server behind cloudflare?

    • poVoq@slrpnk.net
      link
      fedilink
      English
      arrow-up
      21
      arrow-down
      1
      ·
      1 day ago

      Yes, because Cloudflare routinely blocks entire IP ranges and puts people into endless captcha loops. And it snoops on all traffic and collects a lot of metadata about all your site visitors. And if you let them terminate TLS they will even analyse the passwords that people use to log into the services you run. It’s basically a huge survelliance dragnet and probably a front for the NSA.

    • Björn Tantau@swg-empire.de
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      1 day ago

      Cloudflare would need https keys so they could read all the content you worked so hard to encrypt. If I wanted to do bad shit I would apply at Cloudflare.

      • mobotsar@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        7
        ·
        edit-2
        1 day ago

        Maybe I’m misunderstanding what “behind cloudflare” means in this context, but I have a couple of my sites proxied through cloudflare, and they definitely don’t have my keys.

        I wouldn’t think using a cloudflare captcha would require such a thing either.

        • StarkZarn@infosec.pub
          link
          fedilink
          English
          arrow-up
          13
          ·
          1 day ago

          That’s because they just terminate TLS at their end. Your DNS record is “poisoned” by the orange cloud and their infrastructure answers for you. They happen to have a trusted root CA so they just present one of their own certificates with a SAN that matches your domain and your browser trusts it. Bingo, TLS termination at CF servers. They have it in cleartext then and just re-encrypt it with your origin server if you enforce TLS, but at that point it’s meaningless.