From 645fe734264e7e6df35931f48ed020318cd2eb19 Mon Sep 17 00:00:00 2001 From: superponible Date: Thu, 12 Sep 2019 15:29:18 -0500 Subject: [PATCH] update docstring copied from printkey --- volatility/plugins/windows/registry/certificates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/plugins/windows/registry/certificates.py b/volatility/plugins/windows/registry/certificates.py index 8791fc034..4a6d1e188 100644 --- a/volatility/plugins/windows/registry/certificates.py +++ b/volatility/plugins/windows/registry/certificates.py @@ -8,7 +8,7 @@ from volatility.plugins.windows.registry import hivelist, printkey class Certificates(interfaces.plugins.PluginInterface): - """Lists the registry keys under a hive or specific key value.""" + """Lists the certificates in the registry's Certificate Store.""" @classmethod def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]: