diff --git a/modules/cve.py b/modules/cve.py index 1c7f408e..e0f51a22 100644 --- a/modules/cve.py +++ b/modules/cve.py @@ -4,6 +4,8 @@ from src import ModuleManager, utils URL_CVE = "https://cve.circl.lu/api/cve/%s" class Module(ModuleManager.BaseModule): + _name = "CVE" + @utils.hook("received.command.cve", min_args=1) def cve(self, event): """