update docstring copied from printkey

This commit is contained in:
superponible
2019-09-12 15:29:18 -05:00
parent dfec4a1405
commit 645fe73426
@@ -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]: