Skip to content

Commit 25e9586

Browse files
committed
added documentation for options
1 parent 5566578 commit 25e9586

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

nxc/modules/lsassy.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ def __init__(self, context=None, module_options=None):
2929
self.ticket_type = "kirbi"
3030

3131
def options(self, context, module_options):
32+
"""
33+
METHOD Method to use to dump lsass.exe with lsassy
34+
DUMP_TICKETS If set, will dump Kerberos tickets
35+
SAVE_DIR Directory to save dumped tickets
36+
SAVE_TYPE Type of ticket to save, either 'kirbi' or 'ccache'. Default is 'kirbi'.
37+
"""
3238
self.method = "comsvcs"
3339
if "METHOD" in module_options:
3440
self.method = module_options["METHOD"]

0 commit comments

Comments
 (0)