Skip to content

Commit 8a9531f

Browse files
committed
update README.md
1 parent d39d237 commit 8a9531f

9 files changed

+23
-75
lines changed

src/README.md

+19-17
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
# PumpBin
22

33
<p align="center">
4-
<img src="favicon.png" height="30%" width="30%">
4+
<img src="images/pumpbin.png" height="30%" width="30%">
55
</p>
66

77
**PumpBin**是一个免杀生成平台.
88

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.
1112

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.
2314

24-
## Contributing
15+
- 强大, 简洁, 舒适的UI
16+
- 遵循最小原则,保证使用的最大灵活性
17+
- 支持两种Plugin类型, `Local``Remote`
18+
- 支持Extism插件系统, 拥有强大的扩展性
19+
- 每个生成的植入物都有不同的随机加密密钥
20+
- 填充随机数据,每个生成的植入物都是唯一的
21+
- 我们有用户手册, 你不再需要教育你的用户
22+
- 没有任何依赖, 只有PumpBin
23+
- 支持描述,你可以写下任何关于这个Plugin的信息
24+
- 没有网络连接(不包括Extism Plug-in)
25+
- ... 我是PumpBin, 我有魔法🪄
2526

26-
这个网站是使用mdBook生成的, 并托管在GitHub Pages上. 你可以在[GitHub](https://github.com/pumpbin/book-zh)上找到源文件并进行贡献.
27+
## Contributing
2728

28-
如果你写了一篇关于 PumpBin 的文章, 请提交一个 issue, 我会考虑链接到你的文章 :0)
29+
网站使用mdBook生成, 托管在[GitHub](https://github.com/pumpbin/book-zh).\
30+
如果你写了一篇关于PumpBin的文章, 请提交一个 issue, 我会考虑链接你的文章 :)

src/dev/advanced/api/encrypt_shellcode.md

-1
This file was deleted.

src/dev/advanced/api/format_encrypted_shellcode.md

-1
This file was deleted.

src/dev/advanced/api/format_url_remote.md

-1
This file was deleted.

src/dev/advanced/api/upload_final_shellcode_remote.md

-1
This file was deleted.

src/dev/advanced/extism_plug-in.md

-1
This file was deleted.

src/dev/extism_plug-in.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ pub fn extism_plugin(input: Vec<u8>) -> FnResult<Vec<u8>> {
3737

3838
Extism官网有使用各种语言开发Plug-in的[详细教程](https://extism.org/docs/quickstart/plugin-quickstart), 下面是PumpBin Extism Plug-in的API文档.
3939

40-
- [encrypt_shellcode](dev/advanced/api/encrypt_shellcode.md)
41-
- [format_encrypted_shellcode](dev/advanced/api/format_encrypted_shellcode.md)
42-
- [format_url_remote](dev/advanced/api/format_url_remote.md)
43-
- [upload_final_shellcode_remote](dev/advanced/api/upload_final_shellcode_remote.md)
40+
- [encrypt_shellcode](dev/api/encrypt_shellcode.md)
41+
- [format_encrypted_shellcode](dev/api/format_encrypted_shellcode.md)
42+
- [format_url_remote](dev/api/format_url_remote.md)
43+
- [upload_final_shellcode_remote](dev/api/upload_final_shellcode_remote.md)
4444

4545
以remote结尾的是`Remote`类型Plugin特有的Extism Plug-in.
File renamed without changes.

theme/favicon.svg

-49
This file was deleted.

0 commit comments

Comments
 (0)