-
🐸Frog For Automatic Scan
-
🐶Doge For Defense Evasion & Offensive Security
Golang implementation of Reflective load PE from memory
Only Supports x64 unmanaged PE
Supports Zip file ,auto unzip
sleep to bypass Windows Defender
ETW bypass & AMSI bypass (default not use)
blacklist := []string{
//warning!! may cause panic!
}
tmpArgs := []string{"coffee"}
//peLoader(&shellcode,"syscall")
peLoader(&shellcode,"createthread")
-
go build
-
run
Usage:
Doge-MemX.exe mimikatz.exe
Doge-MemX.exe mimikatz.zip
Reflect-pe only works for x64 dynamic executables.
Reflect-pe only works for x64 unmanaged PE
It's not stable.
https://github.com/frkngksl/Huan
https://github.com/ayoul3/reflect-pe
https://github.com/Binject/debug