lonk is a fork of link, a command and control framework written in rust. Currently in beta.
Lonk provides MacOS, Linux and Windows implants which may lack the necessary evasive tradecraft provided by other more mature command and control frameworks.
A fork of postrequest's link, Lonk is r3wst3r's first pass at developing adversarial tools within a C2 framework in the Rust programming language. A project goal is to be able to deploy from a kubernetes mesh using kris-nova's Aurae, currently in development, for no real reason other than because it's neat.
The Link link (link2?): https://github.com/postrequest/link
Aurae: https://github.com/aurae-runtime/community
Hopefully this list expands for humans to actually want to use this:
- HTTPS communication
- Process injection
- In-memory .NET assembly and Windows PE execution
- SharpCollection tools
- sRDI implementation for shellcode generation
- Windows link reloads DLLs from disk into current process
Feel free to file an issue.
Issue filing in lonk is locked (lonked?) until I introduce some novel features to main.
- Clone or download the repo
cargo run
if you are eager to run it right nowcargo build --release
to build the lonk server executable
For more information check out Installation and Usage.
A non-exhaustive list of those who have in some way inspired this project by means of writing code, snippets, ideas or inspiration:
@rust
@moloch--
@djhohnstein
@lesnuages
@Flangvik
@monoxgas
@b4rtik