Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xorrior/raven
CobaltStrike External C2 for Websockets
https://github.com/xorrior/raven
Last synced: 21 days ago
JSON representation
CobaltStrike External C2 for Websockets
- Host: GitHub
- URL: https://github.com/xorrior/raven
- Owner: xorrior
- License: bsd-3-clause
- Created: 2019-05-15T14:41:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T04:14:13.000Z (over 5 years ago)
- Last Synced: 2024-08-05T17:24:53.722Z (4 months ago)
- Language: C++
- Size: 237 KB
- Stars: 194
- Watchers: 5
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - xorrior/raven - CobaltStrike External C2 for Websockets (C++)
README
# Raven
CobaltStrike External C2 for Websockets
* Additional info: https://www.cobaltstrike.com/help-externalc2
# Server Build (Ubuntu)* Copy the server folder to your VPS.
* Run ./setup.sh as root or with sudo# Client build (Windows)
* Copy the client folder to a Windows development host.
* Install the Windows 10, 8.1, or 7 [SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk)
* Verify that MSBuild is installed and note the MSBuild tools version noted in the registry key here: HKLM:\SOFTWARE\Microsoft\MSBuild\ToolsVersions\[Version]
* Run New-RavenPayload.ps1. Use Get-Help to view the available options.* That's all folks. YMMV