Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ransomware-simulator — 安全的勒索软件模拟工具,用于测试防病毒检测。模拟宏植入、卷影副本删除、文档加密和勒索信投放,而不会损害真实文件。 | Kitploit
工具/GitHubGitHub/nextronsystems/ransomware-simulator
防御工具恶意软件分析渗透测试学习与教育红队
GitHubnextronsystems/ransomware-simulator

ransomware-simulator

安全的勒索软件模拟工具,用于测试防病毒检测。模拟宏植入、卷影副本删除、文档加密和勒索信投放,而不会损害真实文件。

查看仓库
485584年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

QuickBuck - 勒索软件模拟器

root@kitploit:~
  ____         _       __    ___              __
 / __ \ __ __ (_)____ / /__ / _ ) __ __ ____ / /__
/ /_/ // // // // __//  '_// _  |/ // // __//  '_/
\___\_\\_,_//_/ \__//_/\_\/____/ \_,_/ \__//_/\_\ 

Nextron Systems GmbH

本仓库的目标是提供一种简单、无害的方式来检查您的防病毒软件对勒索软件的防护能力。

该工具模拟典型的勒索软件行为,例如:

  • 从 Word 文档宏中分阶段释放
  • 删除卷影副本
  • 加密文档(由模拟器嵌入并投放至新文件夹中)
  • 将勒索信投放到用户桌面

勒索软件模拟器不会执行任何实际加密设备上已有文件或删除卷影副本的操作。然而,任何检测此类行为的防病毒产品仍有望触发警报。

上述每一步都可以通过命令行标志禁用。这样,即使防病毒软件已经检测到前面的步骤,您也可以检查其对后续步骤的响应。

使用说明

root@kitploit:~
Ransomware Simulator

Usage:
ransomware-simulator [command]

Examples:
ransomware-simulator run

Available Commands:
help        Help about any command
run         Run ransomware simulator

Flags:
-h, --help   help for ransomware-simulator

Use "ransomware-simulator [command] --help" for more information about a command.

Run command:

root@kitploit:~
Run Ransomware Simulator

Usage:
ransomware-simulator run [flags]

Flags:
    --dir string                     Directory where files that will be encrypted should be staged (default "./encrypted-files")
    --disable-file-encryption        Don't simulate document encryption
    --disable-macro-simulation       Don't simulate start from a macro by building the following process chain: winword.exe -> cmd.exe -> ransomware-simulator.exe
    --disable-note-drop              Don't drop pseudo ransomware note
    --disable-shadow-copy-deletion   Don't simulate volume shadow copy deletion
-h, --help                           help for run
    --note-location string           Ransomware note location (default "C:\\Users\\neo\\Desktop\\ransomware-simulator-note.txt")

截图

执行与进程树

下载工具