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: about 10 hours 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-11-05T15:49:32.842Z (8 days ago)
- Topics: cobalt-strike, redteam, rust
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 176
- Watchers: 8
- Forks: 30
- 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
```