• Manifish_Destiny@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      6 days ago

      A perspective from someone who red teams for a living:

      If I encounter a password like that, I’m probably going to pay special attention to your account among the millions. Commas dont stop most people from being weak to password permutations either.

      • Tangent5280@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        6 days ago

        If you’re manually checking the 12 million username password pairs in the leaked database you aren’t really going to breach many accounts before people update their passwords, are you?

        • Manifish_Destiny@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          18 hours ago

          I’m referring to when it breaks my tooling and I’m forced to dig into the problem.

          That being said, thats not really a problem for modern tools like credmaster.

    • madjo@feddit.nl
      link
      fedilink
      arrow-up
      2
      ·
      5 days ago

      intermix the , and the ; as well, in case the CSV uses a different separator.

    • sunshine@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      6 days ago

      I think Python csv would save that as "Pass\",\"words\",\"Are\",\"fun\",\"\\n" and then it would be read by Excel / LibreOffice / Python csv as expected.