
声明:本文内容仅限安全研究与授权测试使用,禁止用于任何非法活动。请严格遵守《中华人民共和国网络安全法》等相关法规。
在网络安全领域,攻防技术的更新迭代从未停止。今天,我们深入解析一款基于现代技术栈打造的免杀工具——MaLoader,这款结合Tauri与Rust开发的工具,为安全研究人员提供了强大的技术支持。

以Python环境为例:python39.exe会自动调用python39.dll中的Py_Main函数,配置后生成加密beacon和dll文件,将黑dll+白程序+加密beacon放置同一目录,运行exe即可完成测试。


技巧:对于存在DOS界面的exe,可使用内置工具去除黑框,提升用户体验。
1.安装Rust

2.优化Cargo源
C:\Users\用户名\.cargo\config.toml

1.初始配置
history.json记录文件bundle和static目录存放默认捆绑文件与图标
2.文件生成

3.选项说明

对于Windows 7/Server系统,需要特殊配置:
Rust环境
rustup install nightly-2023-12-14-x86_64-pc-windows-msvc
rustup default nightly-2023-12-14-x86_64-pc-windows-msvc
配置文件修改
.cargo/config.toml中添加特定编译参数[source.crates-io]
replace-with = 'rsproxy-sparse'
[source.rsproxy]
registry = "https://rsproxy.cn/crates.io-index"
[source.rsproxy-sparse]
registry = "sparse+https://rsproxy.cn/index/"
[registries.rsproxy]
index = "https://rsproxy.cn/crates.io-index"
# 清华⼤学
[source.tuna]
registry = "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git"
# 中国科学技术⼤学
[source.ustc]
registry = "git://mirrors.ustc.edu.cn/crates.io-index"根据实际测试,不同环境下有不同的最佳配置:
1.微步云沙箱:大部分配置可正常通过

2.Windows Defender:

3.火绒安全:

4.360核晶:

5.卡巴斯基

项目地址:https://github.com/lv183037/MaLoader