ldapdomaindump icon indicating copy to clipboard operation
ldapdomaindump copied to clipboard

MemoryError During handling of the above exception, another exception occurred:

Open ssssanr opened this issue 4 years ago • 1 comments

MemoryError

During handling of the above exception, another exception occurred:

PS C:\Users\user\Downloads\ldapdomaindump-0.9.3> python .\ldapdomaindump.py DC3 -u domain\user -p pass [] Connecting to host... [] Binding to host [+] Bind OK [*] Starting domain dump MemoryError

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "D:\Program Files\python3\lib\site-packages\ldap3\utils\asn1.py", line 121, in decode_sequence ber_len, ber_value_offset = compute_ber_size(get_bytes(message[start: start + 10])) MemoryError

During handling of the above exception, another exception occurred:

ssssanr avatar Aug 21 '20 04:08 ssssanr

It's a known issue that ldapdomaindump uses a lot of RAM in larger domains (see #10 ). If it's an option for you, try to increase the RAM on your VM before running it.

dirkjanm avatar Aug 21 '20 07:08 dirkjanm