Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ssssanr opened this issue Aug 21, 2020 · 1 comment

Comments

@ssssanr
Copy link

ssssanr commented Aug 21, 2020

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:

@dirkjanm
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants