Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/b1tg/cobaltstrike-beacon-rust
- Owner: b1tg
- Created: 2023-01-13T15:00:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T13:11:46.000Z (3 months ago)
- Last Synced: 2024-08-11T14:01:19.025Z (3 months ago)
- Topics: cobalt-strike, redteam, rust
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 153
- Watchers: 7
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```