Skip to content

Commit

Permalink
Add class annotation and module description
Browse files Browse the repository at this point in the history
  • Loading branch information
NeffIsBack committed Apr 5, 2024
1 parent 4ab7a39 commit a03e772
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions nxc/modules/putty.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a03e772

Please sign in to comment.