• sylver_dragon@lemmy.world
    link
    fedilink
    English
    arrow-up
    44
    ·
    18 hours ago

    Thanks for sharing.

    But, please stop using the curl command piped into a terminal pattern. Malicious actors have been abusing the fuck out of this pattern ever since the idiots at Anthropic decided that would be the official install pattern for Claude. I’ve been cleaning up infections based on people just blindly running shit like that constantly over the last couple months.

    Folks, never run a random script from the internet, without being sure what you are actually about to run. If using AUR packages is considered risky. Random scripts being piped into a terminal ranks right up there with sticking your dick in a blender.

    • trolololol@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      58 minutes ago

      This is so stupid but really hard to avoid. Before I had a gz link and I knew I’d download, check Sha or signature, export path and ready.

      Tried installing antigravity and it’s this stupid thing. So I downloaded a large script, read a lot of it, didn’t find something easy to put together to figure out what binary to download. Took me quite some time to install something that should have taken 2 minutes.

      Ah and I’m told it auto upgrades. Great, now I have a back door too.

      Replace this tool with basically anything, because pages don’t have download links anymore. Soon there will be nothing published in curated repos like brew, nix, debían etc

    • ragepaw@lemmy.ca
      link
      fedilink
      English
      arrow-up
      16
      ·
      17 hours ago

      Random scripts being piped into a terminal ranks right up there with sticking your dick in a blender.

      Excellent imagery.

      And so true.

      And I’m guilty of it myself, even though I know better.

        • ragepaw@lemmy.ca
          link
          fedilink
          English
          arrow-up
          3
          ·
          15 hours ago

          Bravo! (sincere, not sarcastic)

          I actually had to go back and re-read what I posted to understand your answer. I am apparently a derp today.

    • ekZepp@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      17 hours ago

      I agree that’s why i’ve posted the main link and author. Still is a fair point. I’ll remove the code from the description.

  • Prove_your_argument@piefed.social
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    16 hours ago

    Ah yes, run this random shell script hosted on the internet.

    And I got downvoted for suggesting that they use an ML tool like crowdstrike to scan submissions for weird things… and for some reason people pointed out that they caused one incident of linux crashes and one incident of windows crashes last year. What if I told you that you could run a scan like that on a VM with the storage, web hosting and everything else entirely separate from said scanning VM… but no, random shell scripts into terminal GO!

    Just seeing the results of a sandbox detonation should give you some level of an idea that something is bad or not bad. This kind of tooling isn’t exclusive to any one entity and the results should be part of any repo for anyone to review and flag if you really want to avoid ML as a layer of defense.

    • Undaunted@feddit.org
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      12 hours ago

      Reading through the shell script and understanding what it does before you run it should be a given. You don’t need to trust any closed source tool or whatever. Read it, before you execute it. If you are unable to do that, Arch is probably not the right distro for you anyway and in that case, good luck.

    • A Sharky Anthro@fedia.io
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      10 hours ago

      Nah, nobody is recommending that you just rawdog this freaking script in a terminal, as it is only useful if you make use of the AUR! The golden rule is to evaluate every script that you see, decide if it is a good or bad, personally having read it there aren’t any malicious instructions present in it. ML tools aren’t particularly reliable, can be tricked, deliver false negative or false positive results, and will just dull your mind.

      If one cannot read, evaluate, and come to a decision based on the information available…Arch simply isn’t a good fit for the person in question. That is okay, and there are plenty of options.

      Granted the AUR shouldn’t be as easy to exploit as it was in this instance, it’s a bit too wild west for my liking. There needs to be better protections that prevent such exploitation in the future, as there are clear exploitable weaknesses present with the AUR which need to be closed to prevent something low effort from happening again. The axiomatic truth of the AUR remains true: Do not trust, verify any PKGbuilds before installing software and before every single update.