🌐
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.
🌐
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?

🌐
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
🌐
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.
🌐
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
🌐
Tenable®
tenable.com › products › nessus › nessus-essentials
Tenable Nessus Essentials Vulnerability Scanner | Tenable®
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 ...
🌐
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 ...
Find elsewhere
🌐
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.
🌐
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.
🌐
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.

🌐
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/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.

🌐
GitHub
github.com › Uttamydv › Cybersecurity-Homelab-and-Penetration-Testing-Project
GitHub - Uttamydv/Cybersecurity-Homelab-and-Penetration-Testing-Project: I designed and implemented a multi-platform cybersecurity homelab to simulate real-world Enterprise environments for practicing penetration testing, Network defense, and Active Directory management. I am building this homelab to stimulate both Offensive and Defensive Security · GitHub
The goal of the lab is to practice penetration testing, vulnerability scanning, network defense, and Active Directory management in a secure and controlled virtual environment. The network diagram above illustrates the architecture of the HomeLab environment.
Starred by 12 users
Forked by 2 users
Languages   Python
🌐
Reddit
reddit.com › r/homelab › vuln scanning
r/homelab on Reddit: Vuln scanning
January 11, 2024 -

hi,

what do you use for vulnerability scanning in your homelab?

i'm using nessus essentials because i work i know tenable.sc with nessus scanner but this essential/pro is not what i expect from the product ( the 16 host limit is ok for private use, the scan-results are ok but the whole management in the webapp is not good).

what are your free tools for vuln scanning and why you prefer them?

thank you for input!

🌐
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".