Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b1nhack committed Jul 9, 2024
1 parent d39d237 commit 08933c4
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 75 deletions.
36 changes: 19 additions & 17 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
# PumpBin

<p align="center">
<img src="favicon.png" height="30%" width="30%">
<img src="images/pumpbin.png" height="30%" width="30%">
</p>

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

要使用PumpBin, 你需要先获取一个b1n文件或者[创建一个](devs/start.md).
b1n文件包含一个或多个二进制植入物模板, 附加一些描述信息. 我们通常称一个b1n文件为一个Plugin.
要使用PumpBin, 你需要先获取一个b1n文件或者[创建一个](dev/start.md).\
b1n文件包含一个或多个二进制植入物模板, 以及一些Extism Plug-in和一些描述性信息.\
我们通常称b1n文件为Plugin, 称wasm文件为Extism Plug-in.

- Powerful, simple, and comfortable UI
- Following the minimal principle to ensure maximum flexibility in usage
- Support two Plugin types: shellcode embedded in implants(Local) and hosted on remote servers(Remote)
- Support plugin development using any compiled language, such as C/C++, Rust, Zig, Go, etc
- Re-selecting the current plugin will generate a new random encryption password
- Filling with random data to ensure each generated implant is unique
- We have user manual, you no longer need to educate your users
- No dependencies, just PumpBin
- Support description, you can write down anything you want to remind users, which is important
- No network connection, eliminating any security concerns
- ... And I'm a pumpkin, I have magic🪄
[plug-in](https://github.com/pumpbin/plug-in)仓库收集可重用的PumpBin Extism Plug-in.

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

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

如果你写了一篇关于 PumpBin 的文章, 请提交一个 issue, 我会考虑链接到你的文章 :0)
网站使用mdBook生成, 托管在[GitHub](https://github.com/pumpbin/book-zh).\
如果你写了一篇关于PumpBin的文章, 请提交一个 issue, 我会考虑链接你的文章 :)
1 change: 0 additions & 1 deletion src/dev/advanced/api/encrypt_shellcode.md

This file was deleted.

1 change: 0 additions & 1 deletion src/dev/advanced/api/format_encrypted_shellcode.md

This file was deleted.

1 change: 0 additions & 1 deletion src/dev/advanced/api/format_url_remote.md

This file was deleted.

1 change: 0 additions & 1 deletion src/dev/advanced/api/upload_final_shellcode_remote.md

This file was deleted.

1 change: 0 additions & 1 deletion src/dev/advanced/extism_plug-in.md

This file was deleted.

8 changes: 4 additions & 4 deletions src/dev/extism_plug-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ pub fn extism_plugin(input: Vec<u8>) -> FnResult<Vec<u8>> {

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

- [encrypt_shellcode](dev/advanced/api/encrypt_shellcode.md)
- [format_encrypted_shellcode](dev/advanced/api/format_encrypted_shellcode.md)
- [format_url_remote](dev/advanced/api/format_url_remote.md)
- [upload_final_shellcode_remote](dev/advanced/api/upload_final_shellcode_remote.md)
- [encrypt_shellcode](api/encrypt_shellcode.md)
- [format_encrypted_shellcode](api/format_encrypted_shellcode.md)
- [format_url_remote](api/format_url_remote.md)
- [upload_final_shellcode_remote](api/upload_final_shellcode_remote.md)

以remote结尾的是`Remote`类型Plugin特有的Extism Plug-in.
File renamed without changes
49 changes: 0 additions & 49 deletions theme/favicon.svg

This file was deleted.

0 comments on commit 08933c4

Please sign in to comment.