|
2 | 2 |
|
3 | 3 | A library of Beacon Object Files (BOFs) for Cobalt Strike. This solution uses a modified version of [Cobalt Strike/bof-vs](https://github.com/Cobalt-Strike/bof-vs) to support multiple BOF projects, unit testing, and debug builds within a single Visual Studio solution. |
4 | 4 |
|
| 5 | +## Download |
| 6 | + |
| 7 | +Pre-built BOF object files are available from the latest [GitHub Actions run](https://github.com/Ap3x/Beacon-Object-File-Library/actions). Go to the most recent successful run and download the `BOFs` artifact. |
| 8 | + |
5 | 9 | ## BOFs |
6 | 10 |
|
7 | | -| Project | Description | |
8 | | -|---------|-------------| |
9 | | -| EnumDeviceDrivers | Enumerates all loaded device drivers | |
10 | | -| FileExfiltrationUrlEncoded | Exfiltrates a file via chunked URL-encoded GET requests | |
11 | | -| GetSystemDirectory | Retrieves the Windows system directory path | |
12 | | -| Ipconfig | Displays network adapter IP, subnet mask, and gateway | |
13 | | -| RegistryPersistence | Installs or removes a Run key for persistence | |
14 | | -| TimeStomp | Copies file timestamps from one file to another | |
15 | | -| WhoAmI | Returns the current username | |
| 11 | +| Project | Description | Download | |
| 12 | +|---------|-------------|----------| |
| 13 | +| EnumDeviceDrivers | Enumerates all loaded device drivers | [Latest](https://github.com/Ap3x/Beacon-Object-File-Library/actions) | |
| 14 | +| FileExfiltrationUrlEncoded | Exfiltrates a file via chunked URL-encoded GET requests | [Latest](https://github.com/Ap3x/Beacon-Object-File-Library/actions) | |
| 15 | +| GetSystemDirectory | Retrieves the Windows system directory path | [Latest](https://github.com/Ap3x/Beacon-Object-File-Library/actions) | |
| 16 | +| Ipconfig | Displays network adapter IP, subnet mask, and gateway | [Latest](https://github.com/Ap3x/Beacon-Object-File-Library/actions) | |
| 17 | +| RegistryPersistence | Installs or removes a Run key for persistence | [Latest](https://github.com/Ap3x/Beacon-Object-File-Library/actions) | |
| 18 | +| TimeStomp | Copies file timestamps from one file to another | [Latest](https://github.com/Ap3x/Beacon-Object-File-Library/actions) | |
| 19 | +| WhoAmI | Returns the current username | [Latest](https://github.com/Ap3x/Beacon-Object-File-Library/actions) | |
16 | 20 |
|
17 | 21 | ## Build Configurations |
18 | 22 |
|
|
0 commit comments