-
-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Can't create database 'empire' #740
Comments
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 |
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 |
* fixed http hop obfuscation * changelog
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:The text was updated successfully, but these errors were encountered: