Tijl Deneut

Results 16 comments of Tijl Deneut

This is running the scripts with some try catches added (because SLP service requests s.send() commands seem to fail after some time): https://imgur.com/a/hB0WNX5 I've reset the target ESXi between each...

The clients are threaded and seem to be started in the right order, but indeed maybe the proposed 0.3 or 0.4 is too fast. I've played with the timer (bumping...

Almost there I think, changing T to 2 seconds allows them to run in order and get to the "Exploit Deployed", but it seems to fail on the actual payload...

> Thanks for the information, it is good to know the PoC still requires some tweaking before it can be weaponized :) > […](#) > On Thu, May 27, 2021...

Hi, I encountered the same issue. It has to do with installing o365spray using the setup script (e.g. `python3 setup.py install`) to have the _o365spray_ command available everywhere. It would...

I was able to fix it by clearing the "XAUTHORITY" environment variable: ``` export XAUTHORITY= ./Eyewitness --single http://example.com --web ``` or in one go: `export XAUTHORITY= && ./Eyewitness --single http://example.com...