I’m getting a bit sick of large corporations a) demanding excess data as a condition of doing business with me, b) allowing it to be stolen, and c) giving zero fucks about it.

What are some things that us netizens can do to make our displeasure known.

Extra points for funny ideas.

      • PM_Your_Nudes_Please@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        2 days ago

        It’s an SQL injection joke.

        Basically, when dealing with databases, you can use SQL to search or modify the data in that database. By default, you can do this by polling the database with an SQL query. But this introduces a vulnerability called SQL injection. Basically, imagine if instead of filling in a name in the “Name” field, you filled in an SQL query. If the database admins haven’t protected themselves against it, then the database will happily run that query; You have just injected an SQL query into their database. Maybe you’re a malicious attacker, looking to get a virus onto the system, or looking to extract the data.

        Protecting the database from injection is done with something called sanitizing. Basically, you set up filters to disallow SQL, so it can’t touch your database. In this comic, the database admins didn’t do that, so they were unprotected.

        The actual SQL uses the student’s middle name to search for any tables named “Students” and permanently delete it. The joke is that when the school admin staff enters his name into their database, it will delete any tables named “Students” and wreck their database.

        • mnemonicmonkeys@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          19
          ·
          3 days ago

          Still, any programmer worth their salt should filter their inputs. One group at work refuses to do it and they always get away with it and it’s infuriating

          • PM_Your_Nudes_Please@lemmy.world
            link
            fedilink
            arrow-up
            4
            ·
            2 days ago

            One group at work refuses to do it

            Sounds like a huge liability to the company.

            and they always get away with it

            Until they don’t. All it would take is one malicious actor (competing company, spurned employee, data thief, etc) wrecking/stealing their entire database with an injection attack.

            • mnemonicmonkeys@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 days ago

              Their exact position would make it significantly less likely, since they aren’t working with databases, but software for individual products. That being said, it’s still shitty practice

  • MojoMcJojo@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    2 days ago

    Do not use actual names, birthdays, phone numbers, addresses, email addresses, etc. There’s no reason they need to know that info and I love/hate seeing physical mail and email show up with my made up info. Doesn’t work when paying for stuff though.

  • BerenstainsMonster@kbin.earth
    link
    fedilink
    arrow-up
    17
    arrow-down
    1
    ·
    3 days ago

    I think the most effective method is to do some sort of organized boycott. We all know well enough how sheisty these companies are. Time to start encouraging each other to quit them en masse.

  • JoeKrogan@lemmy.world
    link
    fedilink
    arrow-up
    24
    ·
    2 days ago

    Use bots to apply for the open positions to waste time. Reject them all for not enough pay.

    Post public info of the CEO class

    Piracy

    Give fake data when using all services.

    Start and join boycott groups.

    Use their social media against them. Eg post their dirty laundry as a comment on their post.

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    99
    arrow-down
    5
    ·
    3 days ago

    Use EICAR test strings as your password.

    If they store your password in plain text the AV will lock the user database.

    If your password gets leaked and they are using bad password security, when your password is cracked the AV will isolate the file.

      • PM_Your_Nudes_Please@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        2 days ago

        EICAR test strings are strings of text that can be used to test an antivirus. Basically, you bury the file somewhere, and see if your AV picks it up. The joke being that if they’re storing your password in plaintext (a big no-no from a security standpoint) then their AV will clamp down on the database once you create your account and the test string is embedded.

        It wouldn’t work in this instance, unfortunately; EICAR test strings are only meant to work when embedded in files that are shorter than 128 bytes. And every database is almost certainly larger than that.

    • shrodes@lemmy.world
      link
      fedilink
      English
      arrow-up
      74
      arrow-down
      1
      ·
      3 days ago

      Bold of you to assume a corporation storing passwords in plain text would be using AV

    • qaz@lemmy.world
      link
      fedilink
      English
      arrow-up
      41
      ·
      3 days ago

      According to EICAR’s specification the antivirus detects the test file only if it starts with the 68-byte test string and is not more than 128 bytes long. As a result, antiviruses are not expected to raise an alarm on some other document containing the test string.

      This won’t work, assuming the database file is more than 128 bytes long

      • Talaraine@fedia.io
        link
        fedilink
        arrow-up
        10
        ·
        3 days ago

        I think the important distinction would be ‘file’ or ‘record’. Passwords aren’t really a file in a database iirc and records in a database have a storage limit

  • hansolo@lemm.ee
    link
    fedilink
    English
    arrow-up
    23
    ·
    3 days ago

    If a company is publicly traded, then all leaked individuals are given 50.1% controlling stock in the company, split among the victims with new stocks created for them, with unclaimed stocks held in a trust controlled by anyone that did respond to claim stocks. They can sell the stocks, or drive the company into the ground out of spite. Maybe even both.

    Companies not publicly traded have 3 months to make all code used, trademarked material, and patents open source in perpetuity, and 1 year to convert their corporate structure into a non-profit.

    Regardless of the size of the company, the CEO, CTO, and board must eat their weight in fried bugs. They get to pick the type of bug from a list of 5 options, and any seasoning they want. Live streams of the bug eating will be monetized and the proceeds given to orphans, under the title of “It’s not a bug, its a feature.”

  • j4k3@lemmy.world
    link
    fedilink
    English
    arrow-up
    42
    arrow-down
    4
    ·
    3 days ago

    Send a copy of the receipt for your donation to the open source project that most closely aims to be their alternative. Explain why you’re angry in 3 sentences and do so like you are condescendingly speaking to a five year old.

    • Brewchin@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 hours ago

      I played around with this some time ago, until I thought more about it: using tools like this makes adtech money.

      Adtech doesn’t care if you’re interested in X or Y, just that they can charge the advertiser for it. By injecting fake traffic, they’re getting more data to sell.

  • OsrsNeedsF2P@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    2 days ago

    Report bugs that don’t actually exist. Keep reporting the same bug from different emails. Works especially well for apps.

    • 11111one11111@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      Oh fuck you, buddy. Lol I find it infuriating the amout of product and software bugs that get ignored and passed to every sequential generation that follows and you wanna pile on fake bugs. You’re not my buddy, pal.