Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-18 00:26:06 +02:00
parent e39b04c80f
commit 1216d6376b

View File

@ -26,7 +26,7 @@ class DisplayPassword(plugins.Plugin):
Displays recently cracked passwords Displays recently cracked passwords
""" """
__defaults__ = { __defaults__ = {
'enabled': True, 'enabled': False,
} }
def on_loaded(self): def on_loaded(self):