Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/b1tg/cobaltstrike-beacon-rust

CobaltStrike beacon in rust
https://github.com/b1tg/cobaltstrike-beacon-rust

cobalt-strike redteam rust

Last synced: 5 days ago
JSON representation

CobaltStrike beacon in rust

Awesome Lists containing this project

README

        

# CobaltStrike beacon in rust

1. generate config

change C2_GET_URL, C2_POST_URL, USER_AGENT, BEACON_KEYS_PATH in generate_config.py

```
$ pip3 install javaobj-py3
$ python generate_config.py
success write to src/profile.rs
```

2. run your beacon

```
cargo run
```