from a security and privacy point

and not surface stuff like “whats my ip” “whats my fingerprint” (someone said the fingerprint checking sites are useless idk) or “is tor connected”

tdlr: i want to know tools to find where the security/privacy holes are

  • _haha_oh_wow_@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    7
    ·
    8 days ago

    Really vague question but I guess pentest your own shit, check all your accounts on the dark web, keep everything patched, minimize your attack surface, and in general use best security practices to try and mitigate as much risk as you can.

      • _haha_oh_wow_@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        4
        ·
        8 days ago

        Yes, that was answered in my response. That’s what a pen test is (short for penetration test).

        If you don’t know what one is, that would be a very good thing to learn about.

        The other thing you can do is try to keep up on newly discovered exploits getting patched and applying those patches ASAP. A pen test can help reveal these vulnerabilities too, so it’s a pretty good place to start after updates/patches.

        • brawndo@piefed.social
          link
          fedilink
          English
          arrow-up
          3
          ·
          8 days ago

          I have years of programming and sysadmin experience but have never tried pen testing. I have a Kali Linux live usb ready to go but I don’t know where to start. I know that Kali offers training but the $3000/year cost is absurd to me. I would love to pen test my homelab but I don’t know where to start.

          What is a recommended resource that does not require an account or credit card?

          • _haha_oh_wow_@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            4
            ·
            8 days ago

            Kali Linux is a popular choice OS wise, but understand this isn’t something you’re just going to pick up in a day: You will need to study, learn, practice, etc. You aren’t going to learn it from a forum post.

  • Magnum, P.I.@infosec.pub
    link
    fedilink
    English
    arrow-up
    4
    ·
    8 days ago

    You could maybe run some scans with metasploit or similar tools? Idk if Nessus has a free instance or trial… Something like that? You are essentially looking for a vuln scanner.

  • village604@adultswim.fan
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    7 days ago

    Unless you’re intentionally exposing inbound traffic to your LAN from the internet, pen testing really isn’t necessary. Your default firewall settings would be enough to protect you from that angle.

    You can run vulnerability scans and look up best practices for your router settings, but really most modern OSes are safe as long as you follow basic common sense like not downloading and running sketchy software, even on Linux. Just keep everything updated. Even Windows Defender is sufficient as long as you’re not dumb about it.

    If you’re talking about remaining anonymous online, that’s an entirely different, much longer conversation.

    Same with keeping your internet connected devices from spying on you.

    But without knowing what your attack surface looks like, none of us will be able to provide a very detailed answer.