Skip to content

pench3r/Golang-Shellcode-Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Shellcode Loader

在widnows下使用golang编译,准备好windows下的GCC编译器,编译选项:

CGO_ENABLED=1 GOARCH=386 GOOS=windows

使用golang实现的shellcode加载器,通过http拉取远端shellcode进行执行

已经编译好的winloader_x86.exe会拉取https://raw.githubusercontent.com/pench3r/pench3r.github.io/master/example/windows_x86_shellcode.bin中的十六进制shellcode,该shellcode执行后会弹一个窗口

poc

ps: raw.githubusercontent.com域名被污染需要绑定host

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published