https://github.com/realaravinth/athena
HTTP based framework for building command and control components for remote access trojans
https://github.com/realaravinth/athena
c2 command-and-control cybersecurity infosec malware-development remote-access-trojan
Last synced: 6 months ago
JSON representation
HTTP based framework for building command and control components for remote access trojans
- Host: GitHub
- URL: https://github.com/realaravinth/athena
- Owner: realaravinth
- License: agpl-3.0
- Created: 2021-07-28T05:24:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T05:15:34.000Z (about 4 years ago)
- Last Synced: 2024-05-01T17:38:50.981Z (over 1 year ago)
- Topics: c2, command-and-control, cybersecurity, infosec, malware-development, remote-access-trojan
- Language: Rust
- Homepage:
- Size: 2.45 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
Athena
**HTTP based framework for building
[C2](https://en.wikipedia.org/wiki/Command_and_control) for
[RATs](https://en.wikipedia.org/?title=Remote_access_trojan)**[](https://realaravinth.github.io/athena/libathena/)
[](https://github.com/realaravinth/athena/actions/workflows/linux.yml)
[](https://deps.rs/repo/github/realaravinth/athena)
[](https://codecov.io/gh/realaravinth/athena)**Disclaimer: This software is not authorized for use in committing
computer fraud. The authors of this software CAN NOT be held responsible
for the program's users' actions**Athena provides a simple, user-friendly API to compose transports for RATs.
Establishing bind shells with victims behind firewalls is a difficult
task. Athena provides an HTTP API for both attacking and victim
components.An interactive bind shell the attacker can poll the API in regular intervals.
## Components
| Component | Documentation | Description |
| ----------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| `libathena` | [](https://realaravinth.github.io/athena/libathena/) | Client library for attacker and victim components of RATs |
| `athena-c2` | Work in progress | C2 server for Athena |