cablespaghetti.dev is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Cablespaghetti's personal snac instance
Admin email
sam@cablespaghetti.dev
Admin account
@sam@cablespaghetti.dev

Search results for tag #infosec

[?]Mike Sheward »
@SecureOwl@infosec.exchange

I know i’ve mentioned it before, but the most effective way to get any sort of priv escalation or additional access as part of an internal pen test, where you have a “low level” employee account is to go to the org’s Sharepoint and search all files for “password”.

95% of the time you will find improperly stored creds that’ll get you to new places, EDR be damned.

    [?]Dumb Password Rules » 🤖
    @dumbpasswordrules@infosec.exchange

    This dumb password rule is from HSA Bank.

    - Must be minimum 12 characters
    - Must not be one of user's past 5 passwords
    - Must contain uppercase and lowercase letters
    - Must contain a number
    - Must not be the same as user's account number or login/username

    But also...
    - Cannot be longer than 20 characters

    dumbpasswordrules.com/sites/hs

      [?]⠠⠵ avuko »
      @avuko@infosec.exchange

      @hacks4pancakes @http_error_418 back in my day I could get into infosec because I am a white cishet dude with white cishet dude friends who helped me into . Admittedly I came from an IT background of a couple of years, but so did everybody else then.

      I probably wouldn’t make it into this field nowadays. Not because white cishet dudes don’t gatekeep for and help other white cishet dudes any more. I’m sure that’s still exactly the same.

      But because I would lack the experience and certifications required nowadays.

        [?]Dumb Password Rules » 🤖
        @dumbpasswordrules@infosec.exchange

        This dumb password rule is from University of Western Australia (Pheme).

        Passwords:
        1. Must contain at least 8 characters;
        2. Must contain at least 3 out of 4 types of characters
        (uppercase letters, lowercase letters, digits, special characters);
        and
        3. Must not contain
        "the user's account name or parts of the user's full name
        that exceed two consecutive characters".
        ...

        dumbpasswordrules.com/sites/un

          [?]Ian Campbell 🏴 »
          @neurovagrant@masto.deoan.org

          ICE now owns roving vans with integrated cell site simulators

          techcrunch.com/2025/10/07/ice-

          for commentary on this breaking news, i turn to my recently-made friend Ray Hunter

          Luckily everyone else can too!

          eff.org/deeplinks/2025/03/meet

            [?]Dumb Password Rules » 🤖
            @dumbpasswordrules@infosec.exchange

            This dumb password rule is from IBM TSO/E Logon terminal.

            It might not be a web site, but that does not make it less dumb.
            Since many don't know about IBM mainframes, it seems they don't think you need to up the policies.

            Default old password policy is: 6-8 characters long, A-Z, 0-9

            Over the last few years they have updated their policies a bit, but d...

            dumbpasswordrules.com/sites/ib

              [?]J. R. DePriest :verified_trans: :donor: :Moopsy: :EA DATA. SF: »
              @jrdepriest@infosec.exchange

              We have a company that we use for third-party penetration testing and they are fantastic. But best practices says you should rotate between a few different companies since each company will have a slightly different methodology.

              It has come to our attention that many, many companies, even huge best-of-breed companies, are simply running a big ol' vulnerability scan and calling it a Pen Test. Even companies that used to do actual Penetration Testing are doing this. It's enshitification. There is no other word for it.

              So here is my ask: what penetration testing companies do you know of that still do actual penetration testing and have a track record of being "good at their job"?

              I'm not talking about Red Teaming, just Penetration Testing.

              So we provide a list of IP addresses, FQDNs, and websites, then they find the vulnerabilities and verify that they exist and are real. Then they risk rank them using human intelligence and conversations with us about mitigating controls and produce a report that isn't just a 300 page spreadsheet.

                [?]J. R. DePriest :verified_trans: :donor: :Moopsy: :EA DATA. SF: »
                @jrdepriest@infosec.exchange

                Passkeys aren't scary - passwords are. Let's bust some security myths | PCWorld

                Passkeys are the informal name for the WebAuthn standard for authentication. It relies on asymmetrical encryption (aka public-key cryptography). When you create a passkey, a public-private key pair is generated. The website gets the public key. You own the private key, which remains secret. It facilitates the authentication process, but it’s never directly shared for the verification process to complete. Nor can it be extrapolated from the public key.

                This is a really nice primer for how passkeys work and how they are different from passwords.

                  [?]Neil Craig »
                  @tdp_org@mastodon.social

                  NGINX has a variable named `$ssl_curve` & since the curve is what differs when using post-quantum crypto, I checked it would hold the PQC KM value so we can log it & determine when PQC is used.

                  Turns out that when the curve in play is the PQC KM which Chrome & Firefox support (`X25519MLKEM768`), the value of `$ssl_curve` is `0x11ec` which is the raw/internal curve name/ID.

                  Slightly frustrating but at least it differentiates PQC from normal KM.

                  ietf.org/archive/id/draft-kwia

                    [?]Dumb Password Rules » 🤖
                    @dumbpasswordrules@infosec.exchange

                    This dumb password rule is from Microsoft (work accounts).

                    What doesn't seem to be a problem for personal accounts, is for work
                    accounts from Microsoft (e.g. Office 365 etc.).

                    Maximum 16 characters. So forget about using your new fancy diceware
                    password here - or really any secure passwords in general.

                    Oh - and besides that, please don't use any "exoti...

                    dumbpasswordrules.com/sites/mi

                      [?]ティージェーグレェ »
                      @teajaygrey@snac.bsd.cafe

                      I submitted a Pull Request to update MacPorts' OpenSSH to 10.1p1 here:

                      https://github.com/macports/macports-ports/pull/28592

                      GitHub Continuous Integration checks passed OK!

                      Alas, the agent.patch that iamGavinJ had created, doesn't apply cleanly, in large part because ssh-agent.c has been reworked significantly with this release.

                      Subsequently, I closed this previous Pull Request: https://github.com/macports/macports-ports/pull/28592 not because I didn't want to restore that functionality to launchd, but because it will require more effort than I can give such things at this time.

                      But, check out these improvements to ssh-agent from the OpenSSH 10.1 release notes:

                      "ssh-agent(1)](https://man.openbsd.org/ssh-agent.1), sshd(8): move agent listener sockets from /tmp to
                      under ~/.ssh/agent for both ssh-agent(1) and forwarded sockets
                      in sshd(8).

                      This ensures processes that have restricted filesystem access
                      that includes /tmp do not ambiently have the ability to use keys
                      in an agent.

                      Moving the default directory has the consequence that the OS will
                      no longer clean up stale agent sockets, so ssh-agent now gains
                      this ability.

                      To support $HOME on NFS, the socket path includes a truncated
                      hash of the hostname. ssh-agent will, by default, only clean up
                      sockets from the same hostname.

                      ssh-agent(1) gains some new flags: -U suppresses the automatic
                      cleanup of stale sockets when it starts. -u forces a cleanup
                      without keeping a running agent, -uu forces a cleanup that ignores
                      the hostname. -T makes ssh-agent put the socket back in /tmp."

                      Anyway, I updated this as well:

                      https://trac.macports.org/ticket/72482

                      I should probably actually close this ticket now that I think of it (fingers crossed that adding that to the PR is sufficient, since I forgot to add that note to the commit message as is typically preferred: https://trac.macports.org/ticket/73084).


                        [?]Dumb Password Rules » 🤖
                        @dumbpasswordrules@infosec.exchange

                        This dumb password rule is from Virgin Mobile.

                        You can only use PIN as your password.

                        dumbpasswordrules.com/sites/vi

                          [?]WICCA »
                          @wicca@infosec.exchange

                          Honoured to partner with Thales for WICCON 2025. Their involvement will help us deliver a magical event!

                            [?]Dumb Password Rules » 🤖
                            @dumbpasswordrules@infosec.exchange

                            This dumb password rule is from Red Hat.

                            Symbols. You keep using that word. I don't think it means what you think
                            it means.

                            dumbpasswordrules.com/sites/re

                              [?]Joel Pomales »
                              @joelpomales@mastodon.social

                              Somewhere in China, and elsewhere, there are a whole lot of people laughing their ass off.

                              We've already lost the cyberwar without firing a single bullet.

                              Pentagon relaxes military cybersecurity training • The Register

                              theregister.com/2025/10/02/pen

                                [?]Dumb Password Rules » 🤖
                                @dumbpasswordrules@infosec.exchange

                                This dumb password rule is from Boligøen (Danish resident renting bureau).

                                Red text: "Your password has to be at least 6 characters, but NOT over 20 characters."

                                dumbpasswordrules.com/sites/bo

                                  [?]Jonathan Kamens 86 47 »
                                  @jik@federate.social

                                  How to stop Google from invading your privacy and others' when you share links

                                  "share.google" links are evil. Here's how to get Google to stop spitting them at you.

                                  blog.kamens.us/2025/09/30/how-

                                    [?]Dumb Password Rules » 🤖
                                    @dumbpasswordrules@infosec.exchange

                                    This dumb password rule is from T-Mobile.

                                    We prefer to not tell you which characters you can use up front.

                                    dumbpasswordrules.com/sites/t-

                                      [?]Dumb Password Rules » 🤖
                                      @dumbpasswordrules@infosec.exchange

                                      This dumb password rule is from University of California San Diego.

                                      Passwords must be between 8 and **11** characters long!

                                      dumbpasswordrules.com/sites/un

                                        Tim Hergert boosted

                                        [?]Harry Sintonen »
                                        @harrysintonen@infosec.exchange

                                        Broadcom has stopped delivering automated updates to Fusion and Workstation. All updates have to be downloaded and installed manually from the Broadcom Support Portal (as a side note: This portal is one of the worst corporate "support" websites I've seen in the last decade).

                                        This is terrible. It will lead to tens of thousands of VMware installations remaining vulnerable to trivially exploitable flaws, for example, local privilege escalation via CVE-2025-41244 support.broadcom.com/web/ecx/s

                                        BTW, Please note that to fix CVE-2025-41244 you must now manually download the correct VMware Tools package from the support portal, unpack the zip, mount the ISO image, and then execute the setup.exe from the mounted ISO image. There is currently no VMware releases that include the fixed VMware Tools, so if you create any new VMs you MUST install the update manually to each new VM. Did I already mention this is terrible?

                                        VMWare Tools vulnerable to CVE-2025-41244 installed.

                                        Alt...VMWare Tools vulnerable to CVE-2025-41244 installed.

                                          [?]Dan »
                                          @SpaceGeek@chaos.social

                                          [?]Dumb Password Rules » 🤖
                                          @dumbpasswordrules@infosec.exchange

                                          This dumb password rule is from Suncorp.

                                          To "improve security" and "be password savvy", passwords must:
                                          - be six to eight characters long
                                          - Contain both numbers and letters
                                          - Include upper and lowercase letters

                                          dumbpasswordrules.com/sites/su

                                            [?]Dumb Password Rules » 🤖
                                            @dumbpasswordrules@infosec.exchange

                                            This dumb password rule is from BinckBank.

                                            Between 10 and 16 letters and/or digits. No special characters are allowed.
                                            Must be renewed at least every 180 days, but you can configure to let the password expire sooner.
                                            When changing the password, the new password cannot be too similar to the existing password.

                                            dumbpasswordrules.com/sites/bi

                                              [?]Dumb Password Rules » 🤖
                                              @dumbpasswordrules@infosec.exchange

                                              This dumb password rule is from Pam360.

                                              "Enterprise privileged access management has never been easier."

                                              - Must be 8 to 16 characters in length
                                              - Must have mixed case alphabets
                                              - Must have at least 1 upper and 1 lower case character(s)
                                              - Must have at least 1 number(s)
                                              - Must have at least 1 special character(s)
                                              - Must star...

                                              dumbpasswordrules.com/sites/pa

                                                BrianKrebs boosted

                                                [?]Renée Burton »
                                                @knitcode@infosec.exchange

                                                I recently discovered that rich assholes may have intimidated a security company into taking down excellent research they wrote three years ago.

                                                There are far too many rich assholes attempting to intimidate people these days. Fuck all these guys.

                                                And don't forget to archive shit in many locations.. locally. Archive.org. archive.today.. email it to others.. rewriting history is bad.

                                                You should read this excellent paper. I don't know the researchers but it is good work..

                                                Please boost for awareness of this great work and scare tactics

                                                web.archive.org/web/2025073105

                                                  [?]Dumb Password Rules » 🤖
                                                  @dumbpasswordrules@infosec.exchange

                                                  This dumb password rule is from Mobility.

                                                  The username is the customer number, which is sequential and cannot be changed, currently 7 digits long for new customers.
                                                  The password has to be exactly 6 digits long, only numbers allowed.

                                                  dumbpasswordrules.com/sites/mo

                                                    [?]Brian Anderson (He/Him) »
                                                    @btanderson@infosec.exchange

                                                    New term: “camera snitch” (noun): that one person in a routine Teams meeting that turns the camera on, passive-aggressively forcing everyone else to turn their cameras on (to avoid looking suspicious).


                                                      [?]Dumb Password Rules » 🤖
                                                      @dumbpasswordrules@infosec.exchange

                                                      This dumb password rule is from E-Redes.

                                                      Portuguese power distribution company, which requires short passwords (10 to 15 characters), no repetition of the same character, not using the username, the word "PASS" or the word "SAP" in the password, and limiting which special characters can be used.

                                                      dumbpasswordrules.com/sites/e-

                                                        [?]Neil Craig »
                                                        @tdp_org@mastodon.social

                                                        Pleasantly surprised to find out that our commercial web CDN partner for www.bbc.com & www.bbc.co.uk has enabled Post-Quantum Crypto.

                                                        So if you're using a modern web browser (Chromium & Firefox both support it) & are outside the UK, you'll automatically be using a quantum computer-resistant TLS key exchange mechanism (ML-KEM AKA Kyber) and (as far as we know) your traffic cannot be intercepted, stored & latterly decrypted when viable quantum computers come along.

                                                          [?]Dumb Password Rules » 🤖
                                                          @dumbpasswordrules@infosec.exchange

                                                          This dumb password rule is from Rushmore Loan Management Services.

                                                          Hmmm.. why are they afraid of double and single quotes in my passwords?

                                                          dumbpasswordrules.com/sites/ru

                                                            Neil Brown boosted

                                                            [?]Neil Craig »
                                                            @tdp_org@mastodon.social

                                                            We're seeing requests to www.bbc.com return to normal-looking levels from Afghanistan - since about midday UTC today (1st Oct 2025).

                                                            Graph of average (mean) requests per second to www.bbc.com from Afghanistan which goes from essentially zero all day today (beginning at midnight) to a regular-ish looking number of requests per second from about midday (UTC)

                                                            Alt...Graph of average (mean) requests per second to www.bbc.com from Afghanistan which goes from essentially zero all day today (beginning at midnight) to a regular-ish looking number of requests per second from about midday (UTC)

                                                              Adrianna Tan boosted

                                                              [?]Spoooky Kagan MacTane (he/him) »
                                                              @kagan@wandering.shop

                                                              In retrospect, I'm frankly surprised it took so long for someone to name a worm "Shai-Hulud". I should have been waiting for it for years; it seems so obvious in hindsight.

                                                                [?]Dumb Password Rules » 🤖
                                                                @dumbpasswordrules@infosec.exchange

                                                                This dumb password rule is from Parnassus Investments.

                                                                A site responsible for protecting your investments limiting you to a
                                                                four character range with a bunch of other stupid rules? Shocking.

                                                                dumbpasswordrules.com/sites/pa

                                                                  [?]Dumb Password Rules » 🤖
                                                                  @dumbpasswordrules@infosec.exchange

                                                                  This dumb password rule is from Sprint.

                                                                  Sprint "upgraded" their security and disallow special characters.

                                                                  dumbpasswordrules.com/sites/sp

                                                                    [?]Neil Craig »
                                                                    @tdp_org@mastodon.social

                                                                    > August received nearly 73,000 [DDOS] attacks, which breaks down to about 1.7 every minute of every day

                                                                    Life on the modern internet is fun. Bear in mind this is just one CDN's view - Fastly.

                                                                    fastly.com/blog/ddos-in-august

                                                                      [?]Mark Wyner Won’t Comply :vm: »
                                                                      @markwyner@mas.to

                                                                      VPNs aren’t all built the same. Many of you know this, and some of you don’t. For the latter, here’s a really informative report on a number of them. The “VPN Transparency Report 2025.”

                                                                      The TLDR is on page 50, but I recommend at least skimming all of it. Especially if you want to use a VPN with integrity.

                                                                      I use Mullvad, so I was happy to see it near the top in most sections.

                                                                      opentech.fund/wp-content/uploa

                                                                        [?]Dumb Password Rules » 🤖
                                                                        @dumbpasswordrules@infosec.exchange

                                                                        This dumb password rule is from Bank Millennium.

                                                                        Passwords limited to 8 digits.

                                                                        dumbpasswordrules.com/sites/ba

                                                                          [?]Dumb Password Rules » 🤖
                                                                          @dumbpasswordrules@infosec.exchange

                                                                          This dumb password rule is from Aetna Health Insurance.

                                                                          - Password cannot be longer than 20 characters
                                                                          - Password cannot have spaces and more 2 characters repeated in a row
                                                                          - Password cannot have user's first name, last name or username

                                                                          dumbpasswordrules.com/sites/ae

                                                                            [?]Neil Craig »
                                                                            @tdp_org@mastodon.social

                                                                            > 'You'll never need to work again': Criminals offer reporter money to hack BBC

                                                                            bbc.co.uk/news/articles/c3w5n9

                                                                              [?]Dumb Password Rules » 🤖
                                                                              @dumbpasswordrules@infosec.exchange

                                                                              This dumb password rule is from Westpac Live Online Banking.

                                                                              Password rules:
                                                                              - be between 8 and 30 characters
                                                                              - include at least 1 number, 1 letter and 1 special character (@#%^ etc)
                                                                              - have no more than 2 repeating characters (AAB not AAA)
                                                                              - not contain spaces
                                                                              - not be the same as your last 3 passwords

                                                                              dumbpasswordrules.com/sites/we

                                                                                [?]Dumb Password Rules » 🤖
                                                                                @dumbpasswordrules@infosec.exchange

                                                                                This dumb password rule is from NordVPN.

                                                                                - Password cannot be longer than 48 characters.

                                                                                dumbpasswordrules.com/sites/no

                                                                                  [?]Dumb Password Rules » 🤖
                                                                                  @dumbpasswordrules@infosec.exchange

                                                                                  This dumb password rule is from Wells Fargo Identity Theft Protection.

                                                                                  Your password on an Identity Theft Protection service is limited to
                                                                                  between 8 and 20 characters. Your username is allowed to be longer than
                                                                                  your password.

                                                                                  dumbpasswordrules.com/sites/we

                                                                                    [?]Dumb Password Rules » 🤖
                                                                                    @dumbpasswordrules@infosec.exchange

                                                                                    This dumb password rule is from Thames Water.

                                                                                    Can only use the "special" characters on that very limited list, excluding symbols so exotic as an underscore, even. This is despite their own strength checker saying the password is strong.

                                                                                    dumbpasswordrules.com/sites/th

                                                                                      [?]Dumb Password Rules » 🤖
                                                                                      @dumbpasswordrules@infosec.exchange

                                                                                      This dumb password rule is from NVV (Nordhessische VerkehrsVerbund).

                                                                                      Password length must be 4 to 10 characters with only a few special characters allowed.

                                                                                      dumbpasswordrules.com/sites/nv

                                                                                        Adrianna Tan boosted

                                                                                        [?]sasutina13a 🇨🇦 🇪🇺 🇯🇵 🌐 »
                                                                                        @sasutina13@lgbtqia.space

                                                                                        My heart is breaking for @catbailey .

                                                                                        Her bad luck just got much worse. The storage units are being auctioned and the family will lose A lot of memories and family records.

                                                                                        This is devastating to a mum. Losing baby pictures and baby things from her kids, and more.

                                                                                        I mean it is seriously devastaing and heartbreaking.

                                                                                        All you mums out there certainly know how terrible it is to lose it all.

                                                                                        There is still a slim chance of saving at least something.

                                                                                        The bill stands, so far, at $1350. It all has to be paid to rescue it.

                                                                                        Please help them save their legacy. Every bit bit helps.

                                                                                        Best to use Venmo/PayPal/CashApp, but GoFundMe is appreciated too and good for higher latency needs.

                                                                                        GoFundMe: gofundme.com/f/aid-for-cat-and
                                                                                        PayPal: paypal.me/catalystediting
                                                                                        Venmo: @BlackCatHackers
                                                                                        CashApp: $BlackCatOps




                                                                                          [?]Mike Sheward »
                                                                                          @SecureOwl@infosec.exchange

                                                                                          if anyone either works at, or knows someone who works at Sleep Number in an capacity, please have them reach out to me...

                                                                                          Also...come on....can we all just agree to set up security@ emails....

                                                                                          email address security@sleepnumber.com was not found...

                                                                                          Alt...email address security@sleepnumber.com was not found...

                                                                                            [?]Mike Sheward »
                                                                                            @SecureOwl@infosec.exchange

                                                                                            it has been 0 days since i accidentally found a stupid vulnerability that exposes PII

                                                                                              [?]Mark Wyner Won’t Comply :vm: »
                                                                                              @markwyner@mas.to

                                                                                              If you’re using LinkedIn, privacy policy changes are coming. As you might expect, they’re not good. One allows tracking you off the site.

                                                                                              Here’s the info page:

                                                                                              linkedin.com/help/linkedin/ans

                                                                                              If you’re in the U.S. here are direct links to all of the relevant opt-out settings (most new, some old):

                                                                                              linkedin.com/mypreferences/d/s

                                                                                              linkedin.com/mypreferences/d/s

                                                                                              linkedin.com/mypreferences/d/s

                                                                                              linkedin.com/mypreferences/d/s

                                                                                              linkedin.com/mypreferences/d/s

                                                                                              Screenshot of the top of the terms and conditions info page which is the first link in this post.

                                                                                              Alt...Screenshot of the top of the terms and conditions info page which is the first link in this post.

                                                                                                Back to top - More...