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

./setup_linux_32bit giving errors #45

Closed Frido-Cpp closed 2 years ago

Frido-Cpp commented 2 years ago

┌──(root💀cyberwarrior)-[~/XENA] └─# ./setup_linux_32bit 2 ⨯ 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. exit status 125. Failed to initialize xena-atila-postgres container

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

panic: DOCKER_INIT_ATILA_FAILED

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

zarkones commented 2 years ago

I have pushed an update which will provide us with better logs. Could you:

  1. Pull from production branch.
  2. Delete existing containers with the prefix "xena".
  3. Run setup process again.
Frido-Cpp commented 2 years ago

okay I'll do that

zarkones commented 2 years ago

More setup process bugs eliminated.

I've pushed the bug fix.

  1. Pull from production branch.
  2. Delete existing containers with the prefix "xena".
  3. Run setup process again.