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://xena.network
Other
254 stars 43 forks source link

XENA Setup Failure: Error Creating Containers and Docker Initialization Issue. #61

Closed Lawfed closed 2 weeks ago

Lawfed commented 1 year ago

rest@penguin:~/XENA$ ./setup_linux_64bit Welcome to XENA! Setup process initiated. This may take some time. Creating a key pair. Created. Checking Docker. Installed. Creating a docker network. Created. Creating two containers: xena-atila, xena-atila-postgres.

Seems like something went wrong. Please, submit a ticket at: https://github.com/zarkones/XENA/issues

Provide the logs when submiting a ticket.

FIX TIPS:

    1. "exit status 125" indicates a conflict in container names. Delete all containers with the prefix 'xena' and run setup process again.

exit status 126. Failed to initialize xena-atila-postgres container panic: DOCKER_INIT_ATILA_FAILED

goroutine 1 [running]: main.main() /home/windowsx/Desktop/xena/tools/xena-tool-automagic/main.go:146 +0xe05

rest@penguin:~/XENA$ sudo docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

rest@penguin:~/XENA$ sudo docker rm xena-atila Error: No such container: xena-atila

rest@penguin:~/XENA$ sudo docker rm xena-atila-postgres Error: No such container: xena-atila-postgres

Screenshot 2023-05-26 3 53 21 AM

zarkones commented 2 weeks ago

Closing this issue V2 of XENA is being published soon.