|
1 | 1 | # PumpBin
|
2 | 2 |
|
3 | 3 | <p align="center">
|
4 |
| - <img src="favicon.png" height="30%" width="30%"> |
| 4 | + <img src="images/pumpbin.png" height="30%" width="30%"> |
5 | 5 | </p>
|
6 | 6 |
|
7 | 7 | **PumpBin**是一个免杀生成平台.
|
8 | 8 |
|
9 |
| -要使用PumpBin, 你需要先获取一个b1n文件或者[创建一个](devs/start.md). |
10 |
| -b1n文件包含一个或多个二进制植入物模板, 附加一些描述信息. 我们通常称一个b1n文件为一个Plugin. |
| 9 | +要使用PumpBin, 你需要先获取一个b1n文件或者[创建一个](dev/start.md).\ |
| 10 | +b1n文件包含一个或多个二进制植入物模板, 以及一些Extism Plug-in和一些描述性信息.\ |
| 11 | +我们通常称b1n文件为Plugin, 称wasm文件为Extism Plug-in. |
11 | 12 |
|
12 |
| -- Powerful, simple, and comfortable UI |
13 |
| -- Following the minimal principle to ensure maximum flexibility in usage |
14 |
| -- Support two Plugin types: shellcode embedded in implants(Local) and hosted on remote servers(Remote) |
15 |
| -- Support plugin development using any compiled language, such as C/C++, Rust, Zig, Go, etc |
16 |
| -- Re-selecting the current plugin will generate a new random encryption password |
17 |
| -- Filling with random data to ensure each generated implant is unique |
18 |
| -- We have user manual, you no longer need to educate your users |
19 |
| -- No dependencies, just PumpBin |
20 |
| -- Support description, you can write down anything you want to remind users, which is important |
21 |
| -- No network connection, eliminating any security concerns |
22 |
| -- ... And I'm a pumpkin, I have magic🪄 |
| 13 | +[plug-in](https://github.com/pumpbin/plug-in)仓库收集可重用的PumpBin Extism Plug-in. |
23 | 14 |
|
24 |
| -## Contributing |
| 15 | +- 强大, 简洁, 舒适的UI |
| 16 | +- 遵循最小原则,保证使用的最大灵活性 |
| 17 | +- 支持两种Plugin类型, `Local` 和 `Remote` |
| 18 | +- 支持Extism插件系统, 拥有强大的扩展性 |
| 19 | +- 每个生成的植入物都有不同的随机加密密钥 |
| 20 | +- 填充随机数据,每个生成的植入物都是唯一的 |
| 21 | +- 我们有用户手册, 你不再需要教育你的用户 |
| 22 | +- 没有任何依赖, 只有PumpBin |
| 23 | +- 支持描述,你可以写下任何关于这个Plugin的信息 |
| 24 | +- 没有网络连接(不包括Extism Plug-in) |
| 25 | +- ... 我是PumpBin, 我有魔法🪄 |
25 | 26 |
|
26 |
| -这个网站是使用mdBook生成的, 并托管在GitHub Pages上. 你可以在[GitHub](https://github.com/pumpbin/book-zh)上找到源文件并进行贡献. |
| 27 | +## Contributing |
27 | 28 |
|
28 |
| -如果你写了一篇关于 PumpBin 的文章, 请提交一个 issue, 我会考虑链接到你的文章 :0) |
| 29 | +网站使用mdBook生成, 托管在[GitHub](https://github.com/pumpbin/book-zh).\ |
| 30 | +如果你写了一篇关于PumpBin的文章, 请提交一个 issue, 我会考虑链接你的文章 :) |
0 commit comments