A tool for quickly generating fishing Trojan horse.
项目是根据 gld 进行二次开发的,仅用于交流学习,禁止用于非法活动
需要安装GO环境, 依赖库如下:
github.com/klauspost/cpuid
github.com/fatih/color
github.com/akavel/rsrc
进入项目根目录,执行命令如下:
go mod init DarkGld
go get github.com/klauspost/cpuid
go get github.com/fatih/color
go get github.com/akavel/rsrc
go build
Usage of C:\Users\root\Desktop\temp\test\DarkGld.exe:
-arch string
target system architecture. x64/x86 , default: x64
-file string
file loaded into exe
-icon string
exe icon file path.
-protect
is Virtual machine detection required
-shellcode string
shellcode bin file. Example: shellcode.bin
-uac
is UAC permission required
DarkGld.exe -shellcode beacon.bin -protect