An open API service indexing awesome lists of open source software.

https://github.com/zarkones/xena

XENA is Corss-Platform Software for Cyber-Security Automation, Adversary Simulations, and Red Team Operations. XENA strives to be fully integrated security penetration testing framework. It is equipped with a post-exploitation agent, C2 server, and a dark-themed elegant user interface.
https://github.com/zarkones/xena

adversary-simulation botnet golang pentesting post-exploitation red-team remote-access remote-admin-tool remote-control xena

Last synced: 22 days ago
JSON representation

XENA is Corss-Platform Software for Cyber-Security Automation, Adversary Simulations, and Red Team Operations. XENA strives to be fully integrated security penetration testing framework. It is equipped with a post-exploitation agent, C2 server, and a dark-themed elegant user interface.

Awesome Lists containing this project

README

        

### INTRODUCTION ###
XENA is Cross-Platform Software for Cyber-Security Automation, Adversary Simulations, and Red Team Operations.

XENA strives to be fully integrated security penetration testing framework. It is equipped with a post-exploitation agent, C2 server, and a dark-themed elegant user interface running on Desktop, Web, and Mobile.

This is the Community Edition.

### SOCIAL ###
[Patreon](https://www.patreon.com/zarkones) |
[Discord](https://discord.gg/qjJwSh2TF9) |
[X.com](https://x.com/zarkones) |
[YouTube](https://www.youtube.com/channel/UCn-7I-L-ZpiELb8-6z7z_Ug) |
[Itch.io](https://zarkones.itch.io) |
[GitHub](https://github.com/zarkones)

### VIDEOS ###
[Setup & General Usage](https://youtu.be/l86krmk-YZs)

### LIBRARIES ###
![XENA HTTP Client](https://github.com/zarkones/xena-client) - HTTP Client allowing you to easily make your own agent, orchestrate C2 clusters, and do high-level automation.

![XENA Crypto](https://github.com/zarkones/xena-crypto) - Helper library wrapping the lower level cryptography functionality of the Golang's standard library.

### DOCUMENTATION ###
If you wonder about how to set it up and use it effectively check out the video and the documentation directory to get you started.

[Setup Video Tutorial](https://youtu.be/l86krmk-YZs)

![Promo Image 1](https://raw.githubusercontent.com/zarkones/XENA/production/assets/promo/promo1.png)

![Promo Image 5](https://raw.githubusercontent.com/zarkones/XENA/production/assets/promo/promo5.jpeg)

![Promo Image 2](https://raw.githubusercontent.com/zarkones/XENA/production/assets/promo/promo2.png)

![Promo Image 6](https://raw.githubusercontent.com/zarkones/XENA/production/assets/promo/promo6.jpeg)

![Promo Image 3](https://raw.githubusercontent.com/zarkones/XENA/production/assets/promo/promo3.png)

### EXPERIMENTAL GUI ###
GUI can also be compiled and run in the web using web assembly, [learn more at](https://docs.fyne.io/started/webapp.html). It has some limitations, mainly the dialog for building an agent won't show up.

To compile for web run: cd ui && fyne package -os web --release --icon ./static/xena-avatar.png .

![Promo Image 4](https://raw.githubusercontent.com/zarkones/XENA/production/assets/promo/promo4.png)