MattCarothers

Results 4 issues of MattCarothers

When running docker with a --user flag to set a UID/GID, the performance analyzer does not start. Nothing listens on port 9600.

bug

We run multiple ES nodes on a single physical machine using --network host. Only one of the nodes can bind to port 9600 at a time, so we need an...

enhancement

Is there a way to serialize these filters so they can be stored? Pickle doesn't work, unfortunately. ``` >>> pickle.dump(filter, open('/tmp/test', 'wb')) Traceback (most recent call last): File "", line...

### Configuration impacket version: v0.10.1.dev1+20230327.122651.a3f0373d Python version: 3.10.6 Target OS: Ubuntu 20.04 ### Debug Output With Command String ``` # secretsdump.py -ntds ntds.dit -system SYSTEM local Impacket v0.10.1.dev1+20230327.122651.a3f0373d - Copyright...

bug
medium