
A POC for the new injection technique, abusing windows fork API to evade EDRs. https://www.blackhat.com/eu-22/briefings/schedule/index.html#dirty-vanity-a-new-approach-to-code-injection--edr-bypass-28417
Una POC per la nuova tecnica di injection, che abusa dell'API fork di Windows per eludere gli EDR.
DirtyVanity.exe [TARGET_PID_TO_REFLECT]
Lo shellcode riflesso funziona con l'API ntdll. Viene generato dal progetto di generazione incluso shellcode_template,
per gentile concessione di https://github.com/rainerzufalldererste/windows_x64_shellcode_template
Per personalizzare facilmente lo shellcode:
shellcode_template nel progetto shellcode_template, seguendo le istruzioni in https://github.com/rainerzufalldererste/windows_x64_shellcode_templateshellcode_template usando il tuo strumento preferito per il parsing dei PE (es. IDA)DirtyVanity.cpp