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.
- Host: GitHub
- URL: https://github.com/zarkones/xena
- Owner: zarkones
- License: other
- Created: 2021-06-22T21:07:07.000Z (almost 4 years ago)
- Default Branch: production
- Last Pushed: 2024-09-15T00:14:45.000Z (8 months ago)
- Last Synced: 2024-09-15T12:29:38.554Z (8 months ago)
- Topics: adversary-simulation, botnet, golang, pentesting, post-exploitation, red-team, remote-access, remote-admin-tool, remote-control, xena
- Language: Go
- Homepage: https://xena.network
- Size: 16.1 MB
- Stars: 255
- Watchers: 14
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ###
 - HTTP Client allowing you to easily make your own agent, orchestrate C2 clusters, and do high-level automation. - 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)





### 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 .
