fortra / impacket

Impacket is a collection of Python classes for working with network protocols.
https://www.coresecurity.com
Other
13k stars 3.5k forks source link

Change desiredAccess to MAXIMUM_ALLOWED when getting user_handle in net.py #1708

Closed gabrielg5 closed 4 months ago

gabrielg5 commented 4 months ago

This PR fixes #1706.

gabrielg5 commented 4 months ago

Hi @Signum21,

Here is the PR in case you can take a look at it and give it a try also before going into our internal merge process

thanks!

Signum21 commented 4 months ago

Hi @gabrielg5, I tested the changes and now the command works, thank you for taking the time to fix it.

anadrianmanrique commented 4 months ago

I reviewed it. It works as expected. Thanks