mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1701] CVE Integration #1060
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1060
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gti8sm on GitHub (Dec 8, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1701
Hello,
Is your feature request related to a problem? Please describe.
It would be interesting to have a CVE list on TRMM and an alert if the hardware or software inventoried is impacted by a CVE.
Describe the solution you'd like
Do you think it is possible to :
Describe alternatives you've considered
For the moment i try to had this on my website with TRMM API and CVE Rss, when a keyword match, i genere an alert
Thanks
have a nice weekend ;)
Simon
@dinger1986 commented on GitHub (Dec 8, 2023):
Please follow the template or this will be removed.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
@gti8sm commented on GitHub (Dec 9, 2023):
Sorry the template is not really adpated because is not really a problem !
@dinger1986 commented on GitHub (Dec 9, 2023):
I think this could be achieved by a script, can you give more details about how you have implemented your system?
@P6g9YHK6 commented on GitHub (Dec 11, 2023):
I have done this via a script and it works fine.
a heavily modified version of this:
https://github.com/vulmon/Vulmap
for any other cve analysis i use nessus.
@ghost commented on GitHub (Dec 13, 2023):
just use Wazuh, it has all the things you said/want. deploy it through tacticalRMM, it can be done in seconds :)
@badsmoke commented on GitHub (Feb 6, 2024):
@P6g9YHK6 vulmap looks good, but is unfortunately very old the last commit is 3 years old, how did you integrate it into trmm?
@P6g9YHK6 commented on GitHub (Feb 7, 2024):
https://github.com/amidaware/community-scripts/blob/main/scripts_wip/Win_Security_Vuln_scanner.ps1
;)