update docstring copied from printkey

This commit is contained in:
superponible
2019-09-17 16:59:50 +01:00
committed by ikelos
parent 36f5e47d5b
commit 2053d957bc
@@ -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]: