• ZWQbpkzl [none/use name]@hexbear.net
    link
    fedilink
    English
    arrow-up
    16
    ·
    20 hours ago

    I’m confused. dubvee.org is down and the tesseract repo was also pulled. How is this being deployed? What instances are hosting this version of tesseract?

    I would like to see this javascript myself because DDOSing with open source code in your name is a whole new level of unwise.

    Also wtf is up with the 100 - 1 + 1 expression? Is this some weird JavaScript quirk?

    • oatscoop@midwest.social
      link
      fedilink
      arrow-up
      11
      ·
      edit-2
      17 hours ago

      Dubvee is down down now (server not responding), but prior to that the site had a really bitchy “farewell” message. The DDOS was embedded javascript code your browser would run when you visited dubvee.org and viewed the message.

      Archive.org has a snapshot of it, but it still has that javascript embedded so I’m not going to link to it. Here’s a screenshot of the site when this code was included.

    • JRaccoon@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      8
      ·
      17 hours ago

      Also wtf is up with the 100 - 1 + 1 expression? Is this some weird JavaScript quirk?

      If searching online for a JS random number generator code, something like Math.floor(Math.random() * (max - min + 1) ) + min; is the most common result. If you’re lazy or don’t care, you just fill in the min and max and get that 100 - 1 + 1

    • db0@lemmy.dbzer0.comM
      link
      fedilink
      arrow-up
      9
      ·
      18 hours ago

      I don’t think the DDoS code was FOSS. I think their frontpage index.html was set to a static html file just for the flounce.

      • ZWQbpkzl [none/use name]@hexbear.net
        link
        fedilink
        English
        arrow-up
        1
        ·
        15 hours ago

        So individual tesseract instances all reference the same static remote HTML file hosted by the the tesseract dev instead of one shipped with each instance?