Skip to content

Commit 1e5b344

Browse files
committed
Add funny memes
1 parent 244314b commit 1e5b344

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dissect/database/ese/ntds/ntds.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ class NTDS:
1919
Allows convenient querying and extraction of data from an NTDS.dit file, including users, computers, groups,
2020
and their relationships.
2121
22+
If you're a brave soul reading this code, you're about to go past the LDAP fairy tale
23+
and into the "ntds internals are cursed" zone.
24+
2225
Args:
2326
fh: A file-like object of the NTDS.dit database.
2427
"""

dissect/database/ese/ntds/objects/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from __future__ import annotations
22

3+
# Oh god oh why what did I do
4+
# Is this better than a giant object.py? Who knows, we're rolling with it for now
35
from dissect.database.ese.ntds.objects.applicationsettings import ApplicationSettings
46
from dissect.database.ese.ntds.objects.attributeschema import AttributeSchema
57
from dissect.database.ese.ntds.objects.builtindomain import BuiltinDomain

0 commit comments

Comments
 (0)