• zaknenou@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      21 days ago

      so, he just over-exaggerated things here, actually when you click there is a page that asks you for your creditentials and kids get tricked to enter them

      • HATEFISH@midwest.social
        link
        fedilink
        arrow-up
        0
        ·
        21 days ago

        So really it’s a phishing attack? Maybe he should say that instead instead of being an alarmist that clicking a link will get your credentials stolen.

        Every video I see of this guy is filled with disingenuous bs.

  • refalo@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    22 days ago

    if a relevant password of theirs has been leaked then yes and yes. otherwise things get a whole lot harder.

  • GolfNovemberUniform@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    22 days ago

    Hacking Discord is easier than anything else because every account has a passcode that you can easily obtain using regular social engineering or remote access and it bypasses everything, even 2FA.

  • Godort@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    22 days ago

    Typically, with scams like this, the attacker is using a tool like Evilginx.

    The way this works is that Evilginx runs on a server that the hacker controls and will request the login page from whatever service they are targeting(Discord, Steam, Google, etc) and then serve it to you as a proxy. It looks entirely legitimate unless you make sure to very closely check the URL.

    Once you login, it will take a copy of your Username, your password, and your session token(the thing that lets Discord know it’s you so you don’t need to login again after every refresh). and suddenly the attackers now have access to your account to do whatever they want with it.

    Discord should absolutely prevent modifying links in this way specifically for this reason, but good practice as a user is to hover over every link and make sure it’s pointing where it’s supposed to. Don’t click on anything that looks suspicious.

    • zaknenou@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      22 days ago

      I don’t understand, as you said the hacker’s server requests my credits, so am I not supposed to be prompted to accept something by the browser or Discord app? Twitter and Google usually prompt you and require you to click “allow”

      • Godort@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        22 days ago

        You’ve got half of it. The hacker’s server is acting as a middleman for the real login page. Everything appears legitimate except the URL will be wrong and if you use a password manager, it won’t auto-fill

        They access the legit login page and forward it to you, but they’re in the middle capturing everything you send.

        When you enter your login details, they will record them and then forward them to the real login window in near real time, effectively logging in as you. They then have a legitimate session token which they can use to access your account without needing to re-authenticate.

    • DumbAceDragon@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      22 days ago

      They do already prevent fake links. Their markdown doesn’t work if you have the http scheme in the url, which is why the link in the thumbnail says steamcommunity.com instead of https://steamcommunity.com

    • refalo@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      22 days ago

      I struggle to call that hacking in the sense most people probably mean. Phishing is definitely a thing but they’re not ‘breaking’ anything to access a system, they’re just tricking you into giving it to them.

    • Eager Eagle@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      22 days ago

      unless you make sure to very closely check the URL.

      or you use random passwords + password manager, which auto-fill won’t work in the fake domain.

    • ReversalHatchery@beehaw.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      22 days ago

      Does this rely on the user typing in their password, or does somehow even the browser fall for it and autofill it?

      Because in that case, to respond to OP: Firefox is not vulnerable to this, but most users themselves are. Using a password manager like Bitwarden would help, because if you add the website’s real URL to your password entey (happens automatically for the current URL at password entry creation), bitwarden will simply just not show your password entry when the URL does not match.

      Also, install uBlock Origin and turn on it’s phising blocklists in the settings. It can be helpful.

  • Upstream7564@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    21 days ago

    TL;DR: No.

    You won’t get hack by only clicking on this link (except if their is a critical exploit in your browser which makes it possible).

    • zaknenou@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      19 days ago

      that steals your discord auth token

      the general census on this thread is that he war over-exaggerating, he meant that it tricks you into inserting you Credential

  • 11111one11111@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    21 days ago

    Yes. Discord is the absolute worst fucking platform that was designed with mal-intent by a piece of shit company it’s absolutely amazing anyone still uses it.

  • xylogx@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 days ago

    Passkey is resistant to these attacks, but user adoption is not widespread enough for Discord to be able to mandate it.

    • _Atlas_@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      21 days ago

      Wtf, if it’s such a huge security bonus, why wait for user adoption, especially if token stealing is an issue?

      • xylogx@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        20 days ago

        Change is hard. It has been a long road to get where we are today: major OS and Browser vendor support. Users now need to change their behavior.

        • toastal@lemmy.ml
          link
          fedilink
          English
          arrow-up
          0
          ·
          20 days ago

          Based on FIDO Alliance and W3C standards, passkeys replace passwords with cryptographic key pairs. These key pairs profoundly improve security. – https://developer.apple.com/passkeys/

          Based on FIDO2/WebAuthn but unlike them, passkeys are those things Apple & Google have been pushing that live on their servers + one specific device in its secure enclave you as as a user aren’t allowed to look into. FIDO2 is usually tied to some USB security token.

          • gibson@sopuli.xyz
            link
            fedilink
            arrow-up
            0
            ·
            20 days ago

            you can still use a yubikey or even a password manager like keepassxc with passkeys, no need for any google/apple or even secure enclave.