Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baiyies/screenshotbofplus
Take a screenshot without injection for Cobalt Strike
https://github.com/baiyies/screenshotbofplus
bof cobalt-strike cs evasion screenshot
Last synced: 23 days ago
JSON representation
Take a screenshot without injection for Cobalt Strike
- Host: GitHub
- URL: https://github.com/baiyies/screenshotbofplus
- Owner: baiyies
- License: mit
- Created: 2023-06-07T14:50:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-07T15:05:46.000Z (over 1 year ago)
- Last Synced: 2024-12-09T07:36:55.960Z (about 1 month ago)
- Topics: bof, cobalt-strike, cs, evasion, screenshot
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 175
- Watchers: 3
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScreenshotBOFPlus
Take a screenshot without injection for Cobalt Strike. I only made minor optimizations to the existing code, and made it support the ability to get a complete screenshot when global scaling is initiated on Windows.
## Self Compilation
1. git clone the repo
2. open the solution in Visual Studio
3. Build project BOF## Usage
1. import the ScreenshotBOFPlus.cna script into Cobalt Strike
2. use the command screenshot_plus
```
beacon> screenshot_plus
[*] Running screenshot without injection
...
```3. if take sceenshot successfully, you should find a screenshot on View-Screenshots
## Credits
- https://github.com/CodeXTF2/ScreenshotBOF
- https://github.com/qwqdanchun/ScreenShot-BOF## Disclaimer
usual disclaimer here, I am not responsible for any crimes against humanity you may commit or nuclear war you may cause using this piece of poorly written code.