Skip to content

Commit d7333e2

Browse files
committed
Add missing import
1 parent 07f273f commit d7333e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

nxc/modules/whoami.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import datetime
2+
from nxc.parsers.ldap_results import parse_result_attributes
3+
4+
25
class NXCModule:
36
"""
47
Basic enumeration of provided user information and privileges

0 commit comments

Comments
 (0)