aniqfakhrul / powerview.py

Just another Powerview alternative
MIT License
455 stars 50 forks source link

Return more then 1000 results #22

Closed mauristu1 closed 1 year ago

mauristu1 commented 2 years ago

Hi, thanks for the amazing tool! I have done some tests on a test domain and have noticed that only 1000 results are returned. I think this is due to the limitation that Microsoft has placed on the maximum number of results that can be returned with a single search. Reading the LDAP3 documentation it is recommended to use "paged_search" instead of "search".

To have a situation as realistic as possible it is necessary to have all the LDAP entries and not just 1000.

Thanks!

aniqfakhrul commented 2 years ago

Thanks for pointing this out. Haven't had a chance to test this against the big orgs. We will verify and fix this asap.

aniqfakhrul commented 2 years ago

Apologies for the delayed response. paged_search has been implemented for most get-* modules. Feel free to test it. @mauristu1