We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34063e3 commit 056b69aCopy full SHA for 056b69a
1 file changed
nxc/modules/handlekatz.py
@@ -50,7 +50,7 @@ def options(self, context, module_options):
50
51
def on_admin_login(self, context, connection):
52
handlekatz_loc = self.handlekatz_path + self.handlekatz
53
-
+
54
if self.useembeded:
55
try:
56
with open(handlekatz_loc, "wb") as handlekatz:
0 commit comments