You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran ntdissector -ntds ntds.dit -system system -f users
Getting an error on MacOS each time when dumping output
Traceback (most recent call last):
File "/path/to/ntdissector/bin/ntdissector", line 8, in <module>
sys.exit(main())
^^^^^^
File "/path/to/ntdissector/lib/python3.11/site-packages/ntdissector/__main__.py", line 89, in main
ntdis.dumpObjectsT(options.filter, options.limit)
File "/path/to/ntdissector/lib/python3.11/site-packages/ntdissector/ntds/ntds.py", line 751, in dumpObjectsT
qsize = workersQ.qsize()
^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.11.5/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/queues.py", line 126, in qsize
return self._maxsize - self._sem._semlock._get_value()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
NotImplementedError
Ran
ntdissector -ntds ntds.dit -system system -f users
Getting an error on MacOS each time when dumping output
Seems it has something to do with this: https://stackoverflow.com/questions/65609529/python-multiprocessing-queue-notimplementederror-macos
The text was updated successfully, but these errors were encountered: