BlackArch / blackarch

An ArchLinux based distribution for penetration testers and security researchers.
https://www.blackarch.org
Other
2.81k stars 565 forks source link

PowerShell Empire crash and stop to work #4306

Open D3vil0p3r opened 6 days ago

D3vil0p3r commented 6 days ago

Bug description

Empire package does not have all the needed dependencies and some components stop to work.

Even if they are installed, empire server crashes due to missing creation of empire_user. The usage of mysql package as DB creates issues on generating reporting Empire tables, while mariadb works correctly.

D3vil0p3r commented 6 days ago

https://github.com/BlackArch/blackarch/pull/4307

Just opened a PR upstream on Empire repo https://github.com/BC-SECURITY/Empire/pull/757 to fix and manage the use case of Empire installed at system-level.

Empire Server executable strongly leverages on .git dir. My doubt is to understand if we should not get it from source= but to clone it by prepare() to have .git directory that can be used by the Empire server executable during the init.