docs: format

This commit is contained in:
b1n
2024-06-25 22:25:17 +08:00
committed by GitHub
parent 68e4fdaded
commit b7a4bda3cc

View File

@@ -1,22 +1,21 @@
<div align="center"><p> <div align="center">
<a href="https://github.com/pumpbin/pumpbin/releases/latest"> <a href="https://github.com/pumpbin/pumpbin/releases/latest">
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/pumpbin/pumpbin?sort=semver&filter=v*.*.*&display_name=tag&style=for-the-badge&labelColor=%2324273a&color=%238aadf4"> <img alt="GitHub Release" src="https://img.shields.io/github/v/release/pumpbin/pumpbin?sort=semver&filter=v*.*.*&display_name=tag&style=for-the-badge&labelColor=%2324273a&color=%238aadf4"></a>
</a>
<a href="https://github.com/pumpbin/pumpbin/commits/main"> <a href="https://github.com/pumpbin/pumpbin/commits/main">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/pumpbin/pumpbin?display_timestamp=author&style=for-the-badge&labelColor=%2324273a&color=%23a6da95"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/pumpbin/pumpbin?display_timestamp=author&style=for-the-badge&labelColor=%2324273a&color=%23a6da95"></a>
</a>
<a href="https://github.com/pumpbin/pumpbin/blob/main/LICENSE"> <a href="https://github.com/pumpbin/pumpbin/blob/main/LICENSE">
<img alt="GitHub License" src="https://img.shields.io/github/license/pumpbin/pumpbin?style=for-the-badge&labelColor=%2324273a&color=%23eed49f"> <img alt="GitHub License" src="https://img.shields.io/github/license/pumpbin/pumpbin?style=for-the-badge&labelColor=%2324273a&color=%23eed49f"></a>
</a>
<a href="https://github.com/pumpbin/pumpbin/stargazers"> <a href="https://github.com/pumpbin/pumpbin/stargazers">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/pumpbin/pumpbin?style=for-the-badge&labelColor=%2324273a&color=%23f5bde6"> <img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/pumpbin/pumpbin?style=for-the-badge&labelColor=%2324273a&color=%23f5bde6"></a>
</a>
<a href="https://github.com/pumpbin/pumpbin/issues"> <a href="https://github.com/pumpbin/pumpbin/issues">
<img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues/pumpbin/pumpbin?style=for-the-badge&labelColor=%2324273a&color=%23ed8796"> <img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues/pumpbin/pumpbin?style=for-the-badge&labelColor=%2324273a&color=%23ed8796"></a>
</a>
<a href="https://x.com/b1nhack"> <a href="https://x.com/b1nhack">
<img alt="X (formerly Twitter) Follow" src="https://img.shields.io/twitter/follow/b1nhack?style=for-the-badge&logo=x&label=FOLLOW&labelColor=%2324273a&color=%237dc4e4"> <img alt="X (formerly Twitter) Follow" src="https://img.shields.io/twitter/follow/b1nhack?style=for-the-badge&logo=x&label=FOLLOW&labelColor=%2324273a&color=%237dc4e4"></a>
</a>
</div> </div>
# 🎃 PumpBin # 🎃 PumpBin
@@ -27,7 +26,9 @@
**PumpBin** is an Implant Generation Platform. **PumpBin** is an Implant Generation Platform.
To use PumpBin, you need to have a b1n file or [Create One](https://pumpbin.b1n.io/devs/start.html). A b1n file contains one or more binary implant templates, along with some additional descriptive information. We refer to a b1n file as a Plugin. To use PumpBin, you need to have a b1n file or [Create One](https://pumpbin.b1n.io/devs/start.html).
A b1n file contains one or more binary implant templates, along with some additional descriptive information.
We refer to a b1n file as a Plugin.
![](https://github.com/pumpbin/pumpbin/assets/120295547/2c94a40f-a370-4cef-a676-3a843e535edb) ![](https://github.com/pumpbin/pumpbin/assets/120295547/2c94a40f-a370-4cef-a676-3a843e535edb)
@@ -51,11 +52,18 @@ Check the [PumpBin Documentation](https://pumpbin.b1n.io) for more information.
## ❔ Why ## ❔ Why
Modern cybersecurity teams are divided into offensive personnel and cybersecurity researchers, with researchers responsible for producing digital weapons. The teams typically deploy post-exploitation tools like Cobalt Strike, BRC4, or similar. Modern cybersecurity teams are divided into offensive personnel and cybersecurity researchers,
To evade security software, researchers usually write shellcode loaders, including evasion code to create the final implant. This process generally follows two methods. with researchers responsible for producing digital weapons.
The teams typically deploy post-exploitationtools like Cobalt Strike, BRC4, or similar.
To evade security software, researchers usually write shellcode loaders, including evasion code to create the final implant.
This process generally follows two methods.
1. Offensive personnel provide the shellcode to researchers, who then directly produce the final implant. This method is highly inflexible as offensive personnel must contact researchers every time they need a final implant. 1. Offensive personnel provide the shellcode to researchers, who then directly produce the final implant.
This method is highly inflexible as offensive personnel must contact researchers every time they need a final implant.
1. Researchers create a binary implant template and provide a final implant generation program. Offensive personnel use this program to inject shellcode into the binary implant template, producing the final implant. 1. Researchers create a binary implant template and provide a final implant generation program.
Offensive personnel use this program to inject shellcode into the binary implant template, producing the final implant.
The second method is the reason for the creation of PumpBin, a final implant generation program. Cybersecurity researchers only need to follow PumpBin's guidelines to write implant templates and distribute them along with PumpBin to offensive personnel. (There are very few guidelines as PumpBin is highly flexible.) The second method is the reason for the creation of PumpBin, a final implant generation program.
Cybersecurity researchers only need to follow PumpBin's guidelines to write implant templates and
distribute them along with PumpBin to offensive personnel. (There are very few guidelines as PumpBin is highly flexible.)