Open cmitcho opened 3 months ago
Looks like there is an issue with Kali’s repo. Can you try the GitHub install method?
I should have mentioned, this happened today during an apt update -y && apt upgrade -y
. Not a new install, this instance of Empire on Kali has been running since April. I am not sure if a new install would do this.
I tested this on a new install of Empire on Ubuntu 22.04. Anyone else coming across this should know the fix is to install the mariadb-client-compat
package to resolve this problem.
I tested this on a new install of Empire on Ubuntu 22.04. Anyone else coming across this should know the fix is to install the
mariadb-client-compat
package to resolve this problem.
Thanks for the recommendation. Ill double check the install script is doing this correctly.
Is there an existing issue for this?
Empire Version
5.4.2
Python Version
3.11.9
Operating System
Kali
Database
MySQL
Current Behavior
After updating Kali today (August 12th, 2024), I received an exception when attempting to start Empire:
Expected Behavior
Empire should check for the empire databases, and if created, skip database creation and move on to starting Empire.
Steps To Reproduce
Anything else?
After reviewing source code for the initial
powershell-empire
command, there is a referenced sql command that is required to be installed. After installing, everything works as expected:From here, I installed
mysqlshow
, and was able to move forward: