Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/verctor/CS_xor64
cobaltstrike xor64.bin补完计划
https://github.com/verctor/CS_xor64
Last synced: 23 days ago
JSON representation
cobaltstrike xor64.bin补完计划
- Host: GitHub
- URL: https://github.com/verctor/CS_xor64
- Owner: verctor
- Created: 2018-10-13T15:26:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T12:13:19.000Z (about 6 years ago)
- Last Synced: 2024-08-04T04:07:17.525Z (4 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 137
- Watchers: 12
- Forks: 58
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - verctor/CS_xor64 - cobaltstrike xor64.bin补完计划 (Python)
README
# 生成cobaltstrike所需的xor64.bin
Usage: `python xor.py`
生成xor64.bin文件,注意原版xor64.bin的读取使用的是`readresource`方法,但是这里生成的是多个xor decode stub,所以读取要用`pickOptions`方法,自己改java代码的时候要注意啦
Tested on:win7 sp1,win10 v1803
有问题欢迎提出来