
一种针对新型注入技术的POC,利用Windows fork API来规避EDR。https://www.blackhat.com/eu-22/briefings/schedule/index.html#dirty-vanity-a-new-approach-to-code-injection--edr-bypass-28417
一种滥用 Windows fork API 以规避 EDR 的新注入技术的 PoC。
DirtyVanity.exe [TARGET_PID_TO_REFLECT]
反射的 shellcode 使用 ntdll API。它由随附的生成项目 shellcode_template 生成,
感谢 https://github.com/rainerzufalldererste/windows_x64_shellcode_template
为了方便定制 shellcode:
shellcode_template 项目中的 shellcode_template 函数shellcode_template 函数的字节DirtyVanity.cpp