🌐
Reddit
reddit.com › r/homelab › what do homelabers use for vulnerability scanning or other security products?
r/homelab on Reddit: What do homelabers use for vulnerability scanning or other security products?
February 10, 2025 -

With a few dozen end points, VMs, containers, NAS, servers, various OSes etc... what is everyone using for Vuln Scanning or security tools for the home network? I mean I have OPNSense set to pretty restrictive and I block adds but is there something I can use to scan for known vulnerabilities? I would love to run Tenable or Qualys but I can't afford those licenses, is there an open source product that I can self host that is good enough?

🌐
Reddit
reddit.com › r/homelab › vulnerability scanning tools for homelab?
r/homelab on Reddit: Vulnerability scanning tools for homelab?
March 5, 2023 - I have used Greenbone Vulnerability Management in a production environment but since its FOSS (Free open source software) it would be a good option for a homelab too ... Nessus Free edition is absolutely great if you have a smaller lab.
🌐
Tenable®
tenable.com › products › nessus › nessus-essentials
Tenable Nessus Essentials Vulnerability Scanner | Tenable®
March 11, 2026 - Nessus Essentials offers a 30-day free license, ideal for short-term evaluations or securing a very small home or lab network. The 30-day Nessus Essentials license includes unlimited vulnerability scanning for up to 5 IPs, vulnerability scoring ...
🌐
GitHub
github.com › AlphaDeltaGamma › Homelab-Vulnerability-Scanner
GitHub - AlphaDeltaGamma/Homelab-Vulnerability-Scanner: This repository streamlines the process of the NESSUS vulnerability scanner tool. · GitHub
This repository streamlines the process of the NESSUS vulnerability scanner tool. - AlphaDeltaGamma/Homelab-Vulnerability-Scanner
Author   AlphaDeltaGamma
🌐
YouTube
youtube.com › grant collins
Cybersecurity Homelab - Working with a Vulnerability Scanner - YouTube
In this video I work inside Tenable Nessus Essentials Vulnerability Scanner. I document the process of getting up and running with Nessus, creating a vulnera...
Published   January 6, 2021
Views   21K
🌐
UnEncrypted.
unencrypted.vercel.app › blog › vulnerability-management-home-lab
UnEncrypted | Vulnerability Management Home Lab
INFO is not intended to be a vulnerability. It is simply stating a fact like a Detection an Identification etc... To do a credential scan we have to enable the Remote Registry which will allow the scanner to connect to the VM and look for insecure configurations.
🌐
GitHub
github.com › SpaceTerran › homelab-vulnerability-scanner
GitHub - SpaceTerran/homelab-vulnerability-scanner: Automated weekly vulnerability scanning for homelab Docker containers with AI-powered risk assessment · GitHub
Automated weekly vulnerability scanning for homelab Docker containers with AI-powered risk assessment - SpaceTerran/homelab-vulnerability-scanner
Author   SpaceTerran
Find elsewhere
🌐
Medium
medium.com › @cybergil_33510 › vulnerability-management-nessus-essentials-df6810cd47b5
Vulnerability Management - Nessus Essentials Home Lab. | by Gilbert | Medium
June 29, 2024 - I needed this project to be completed at minimal financial cost so I chose Tenable Nessus essential as my vulnerability scanner. Tenable Nessus allows you to scan up to 19 individual IP addresses without a paid subscription suitable for a small ...
🌐
LinkedIn
linkedin.com › pulse › homelab-project-2-vulnerability-scanning-using-nessus-andriy-lesyuk
Homelab Project #2: Vulnerability Scanning Using Nessus
October 3, 2022 - On the aforementioned VM, I have removed host firewall protection, downloaded and ran vulnerable software on it, to prepare the machine for the scan and yield plentiful results that teach anyone who attempts such scan about variety of risks associated with using the software that is not properly supported and any device that is not properly secured.
🌐
DEV Community
dev.to › spaceterran › automated-vulnerability-scanning-for-homelab-containers-with-trivy-ai-3jb4
Automated Vulnerability Scanning for Homelab Containers with Trivy + AI - DEV Community
March 5, 2026 - I put together a GitHub Actions workflow that automatically scans all my homelab container images and generates a categorized vulnerability report as a GitHub Issue.
🌐
Reddit
reddit.com › r/homelab › automated weekly vulnerability scanning across all my homelab containers (trivy + claude cli)
r/homelab on Reddit: Automated weekly vulnerability scanning across all my homelab containers (Trivy + Claude CLI)
March 6, 2026 -

I run 14+ containers in my homelab and got tired of not knowing what CVEs were lurking in my images. Checking them one by one was never going to be sustainable, so I automated it.

Built a GitHub Actions workflow that runs every Sunday morning. It dynamically discovers all my container repos, pulls every image from docker-compose files, and scans them with Trivy. The scan results then get passed through Claude CLI with context about my environment -- which services are internet-facing, which are LAN-only, which are behind SSO -- so the output is prioritized by actual risk, not just severity scores.

The whole thing generates a GitHub Issue each week with findings bucketed into Needs Attention, Informational, and Clean. When I add a new container project, it gets picked up on the next scan automatically. No config changes needed.

I used Claude as a coding assistant to build it. Wrote up the full process here: https://spaceterran.com/posts/automated-vulnerability-scanning-homelab-containers-ai/

Repo: https://github.com/SpaceTerran/homelab-vulnerability-scanner

Curious how others are tracking vulnerabilities across their homelab containers.

🌐
Space Terran
spaceterran.com › posts › automated-vulnerability-scanning-homelab-containers-ai
Automated Vulnerability Scanning for Your Homelab Containers (with AI Context) | Space Terran
March 5, 2026 - Automated weekly Trivy scans of all homelab container images with AI-powered triage that prioritizes findings based on your infrastructure context.
🌐
Reddit
reddit.com › r/homelab › looking for guide for vulnerability scan / assessment & pentest for (smart) home network
r/homelab on Reddit: Looking for Guide for Vulnerability Scan / Assessment & Pentest for (Smart) Home Network
April 6, 2019 -

So I am basically looking for a practical guide for a pentest/vulnerability assesment on house with 3rd party domotic systems (such as KNX), own self-hosted server & stuff (QNAP NAS, Plex), and own home automation server (HomeAssistant) with remote access.

At the end, I should be more aware of what the security holes are and what I should try and secure and how. With the results I'll be going to the 3rd party domotic system administrator and be adjusting my own systems as well. I.e., might result in using a VPN for remote access.

Basically, the security test should reveal what can be improved, how, and where it makes sense keeping user comfort (including non-tech users) and security both in mind.

Any practical guides on how to accomplish this?

(Forgot to flair previous)

🌐
Reddit
reddit.com › r/homelab › what security scanning software do you all use in your home lab and why
r/homelab on Reddit: what security scanning software do you all use in your home lab and why
August 24, 2020 -

so, I'm looking to get some insight into my network, and network device security issues, not looking to try and learn pen-testing, not yet, but I'm curious what free security and vulnerability testing software you guys run in your labs, I'm looking to find possible security problems with my network and network devices, anything from issues with my pfsense firewall, to problems on my windows clients on my lan, and anything in between, debian/*nix or otherwise, and figured I'd ask for suggestions.

I need these tools to be free, because I am currently unemployed during these times, I am not against compiling software suites if I can find guides on how to compile them, and I do currently have my esxi server running as well, so I'm more than able to spin up containers or virtual machines as needed for these as well.

heck, if anyone could even suggest some good reads for someone with 0 skills in this who is just trying to look into this and learn from boredom during this pandemic, that's fine with me as well.

it does not nessesarily need to be security testing specific either, I'd be more than happy to read up on ways to boost my internet privacy with pfsense, squid, pfblockerng, and anything else that would be a useful addition or alteration to configs, I'm just going insane from boredom because everything else I'd usually do to satisfy my boredom has been done to death over the time in isolation here at home.

🌐
GitHub
github.com › aboutsecurity › blueteam_homelabs
GitHub - aboutsecurity/blueteam_homelabs: Great List of Resources to Build an Enterprise Grade Home Lab · GitHub
Kali Linux has over 600 preinstalled penetration-testing programs, including Armitage (a graphical cyber attack management tool), Nmap (a port scanner), Wireshark (a packet analyzer), John the Ripper (a password cracker), Aircrack-ng (a software suite for penetration-testing wireless LANs), Burp suite and OWASP ZAP web application security scanners.
Starred by 925 users
Forked by 98 users
🌐
LinkedIn
linkedin.com › pulse › building-home-lab-vulnerability-management-nessus-ajith-chandran-4rgxc
Building a Home Lab for Vulnerability Management with Nessus Essentials
February 28, 2024 - The credentials page allows me to enter the virtual machine's username and password. By providing these credentials, Nessus can perform a more comprehensive scan, examining the registry, file system, and other aspects to discover potential vulnerabilities arising from "deprecated software or insecure services".
🌐
Cybercademy
cybercademy.org › cybersecurity-homelab-project
Cybersecurity Homelab Project | Cybercademy
My goal in this homelab environment is to configure, manage, and ultimately simulate various types of systems and services including Active Directory, Remote Desktop Protocol, Vulnerability Scanner, SIEM, VPN server, and workstations.
🌐
Reddit
reddit.com › r/selfhosted › which vulnerability scanners do you use for your homelab?
r/selfhosted on Reddit: Which vulnerability scanners do you use for your homelab?
April 4, 2026 -

What tools do you use to monitor vulnerabilities in your self-hosted services? I think it would be useful to receive a notification in a messaging app (like Telegram or WhatsApp) whenever a critical vulnerability, such as RCE or something similar is discovered in one of the services. I’ve tried a few tools for scanning containers, but none of them work the way I expect.

For example, there’s Trivy, but it’s a tool geared more toward Docker container developers, and it generates a lot of noise. A single container might show over 1,000 vulnerabilities, some of which are critical, but in reality, none of them can actually be exploited. For instance, I don’t need to know about a vulnerability in libssl, but I do need to know about an RCE in Umami or Jellyfin.

I also tested Grype; in addition to CVSS scores, it provides a risk assessment that’s supposed to help determine how likely it is that a vulnerability will be exploited. But it doesn’t detect the issue in Jellyfin because that vulnerability hasn’t been published yet.