Quentin Texier
Quentin Texier
Hi @LarsVonZipper, I'll be analysing this more in detail during the week. Thank you for the information. :+1:
Thanks for all the additional information, I appreciate it, it should help me! :smile:
@LarsVonZipper, I was unable to reproduce the issue I used **v1.1.69** and **v2.0.0** to generate the JSON files and passed them to the following python script to retrieve only the...
This version allows you to add a limit on the number of users to parse and I've added a reglex to automatically replace the contents of the SID in order...
Hi @muelli, Indeed RustHound can determines the domain of the current user automatically. You need to compile it with the following command: ```bash make windows_noargs ``` Or directly with cargo...
Hi quantumburnz, I think it's possible to add `with_timeout()` to `ldap` object. [https://docs.rs/ldap3/latest/ldap3/struct.Ldap.html#method.with_timeout](https://docs.rs/ldap3/latest/ldap3/struct.Ldap.html#method.with_timeout) In our case, the use of `.await?` interrupts the execution of the asynchronous function and waits for...
Hi @1mm0rt41PC, Thank you for all the information. I have begun a function that will do this. I will use an [SMB lib](https://docs.rs/remotefs-smb/0.2.0/remotefs_smb/) to read the `GptTmpl.inf` and `Group.xml` files...
Hello, Fixed in version latest version 2.3.0 in https://github.com/g0h4n/RustHound-CE