BC-SECURITY / Empire

Empire is a post-exploitation and adversary emulation framework that is used to aid Red Teams and Penetration Testers.
https://bc-security.gitbook.io/empire-wiki/
BSD 3-Clause "New" or "Revised" License
4.21k stars 575 forks source link

[BUG] Missing Submodule for Malleable Profiles #664

Closed muraii closed 1 year ago

muraii commented 1 year ago

Note: Please fill out all sections (if applicable) and do not delete the below section headers, otherwise the bot will close the issue.

Empire Version

OS Information (Linux flavor, Python version)

Describe the bug

To Reproduce

Followed instructions here to install: https://bc-security.gitbook.io/empire-wiki/quickstart/installation#github

Run ./ps-empire server and on the step "Loading malleable profiles from: /usr/share/powershell-empire/empire/server/data/profiles/" get a FileNotFoundError raised because /usr/share/powershell-empire/empire/server/data/profiles/ doesn't exist.

I created the missing directory and launched both server and client. Have "0 modules currently loaded" according to the client. Terminated both, then ran ./ps-empire client --reset and spun both server and client back up. 0 modules. Repeated but instead reset the server, and spun both back up. 412 modules currently loaded.

Expected behavior

Empire installed and fully configured.

Additional context

I had previously installed Empire v4.x via apt on Kali, then apt removed it, then installed following the "Github" directions.

Cx01N commented 1 year ago

Did you clone the project down recursively?

muraii commented 1 year ago

Did you clone the project down recursively?

It's been so long but I think I had. I've since rectified it, so we can close this issue.

muraii commented 1 year ago

No longer an issue.