From a03e7720ed3a4acb40b012048d1298a388fad2b5 Mon Sep 17 00:00:00 2001 From: Alexander Neff Date: Fri, 5 Apr 2024 11:56:25 -0400 Subject: [PATCH] Add class annotation and module description --- nxc/modules/putty.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/nxc/modules/putty.py b/nxc/modules/putty.py index 9afaeff72..59f4f5820 100644 --- a/nxc/modules/putty.py +++ b/nxc/modules/putty.py @@ -11,14 +11,10 @@ class NXCModule: - """ - Example: - ------- - Module by @yomama - """ + """Module by @NeffIsBack""" name = "putty" - description = "Query the registry for users with saved ssh private keys" + description = "Query the registry for users who saved ssh private keys in PuTTY. Download the private keys if found." supported_protocols = ["smb"] opsec_safe = True multiple_hosts = True