sparse/README.org
2023-05-06 22:42:27 -04:00

12 lines
475 B
Org Mode

#+TITLE: Sparse: A Rust C2 framework
Developed using libpcap to enable evading local firewalls and with an eye towards hiding itself from inspection
* Packages
** [[./pcap-sys/README.org][pcap-sys]]
* Development
To develop or compile this project, open it in GitHub Codespaces or using Visual Studio Code's Dev Container extension (requires Docker to be installed) and run ~git submodule update~
* [[./examples/bind-shell/README.org][Example bind shell implementation]]