Skip to content
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

E: Package 'powershell' has no installation candidate #700

Open
1 task done
joeldeleep opened this issue Sep 11, 2023 · 1 comment
Open
1 task done

E: Package 'powershell' has no installation candidate #700

joeldeleep opened this issue Sep 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working confirmed

Comments

@joeldeleep
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Empire Version

5.6.4

Python Version

3.11.4

Operating System

Linux kali 6.3.0-kali1-arm64 #1 SMP Debian 6.3.7-1kali1 (2023-06-29) aarch64 GNU/Linux

Database

SQLite

Current Behavior

While trying to install using the GitHub repository, the installation is stopped by displaying the below message

E: Package 'powershell' has no installation candidate

It was successful installed using the apt package manager, however while running the powershell-empire server, it responded with the below message and didn't start the server.

[INFO]: Checking submodules... 
[INFO]: No .git directory found. Skipping submodule check. 
[INFO]: v2: Loading listener templates from: /usr/share/powershell-empire/empire/server/listeners/ 
[INFO]: v2: Loading stager templates from: /usr/share/powershell-empire/empire/server/stagers/ 
[INFO]: v2: Loading bypasses from: /usr/share/powershell-empire/empire/server/bypasses/ 
[INFO]: v2: Loading malleable profiles from: /usr/share/powershell-empire/empire/server/data/profiles/ 
[INFO]: v2: Loading modules from: /usr/share/powershell-empire/empire/server/modules/ 
[INFO]: Searching for plugins at /usr/share/powershell-empire/empire/server/plugins 
[INFO]: Initializing plugin: csharpserver 
[INFO]: Initializing plugin: websockify_server 
[INFO]: Initializing plugin: basic_reporting 
[INFO]: Initializing plugin: reverseshell_stager_server 
[INFO]: Initializing plugin: chiselserver 
[INFO]: Initializing plugin: socksproxyserver 
[WARNING]: Plugin csharpserver does not support db session or user_id, falling back to old method 
[ERROR]: [Errno 2] No such file or directory: 'dotnet' 
[INFO]: csharpserver: [!] [Errno 2] No such file or directory: 'dotnet' 
[ERROR]: Plugin failed to run: csharpserver 
[INFO]: Empire starting up... 
[INFO]: Starkiller served at http://localhost:1337/index.html 
[INFO]: Started server process [470413] 
[INFO]: Waiting for application startup. 
[INFO]: Application startup complete. 
[INFO]: Uvicorn running on http://0.0.0.0:1337 (Press CTRL+C to quit) 

Expected Behavior

Successful starting of the empire server

Steps To Reproduce

Install using GitHub repository or APT package manager.

git clone --recursive https://github.com/BC-SECURITY/Empire.git
cd Empire
./setup/checkout-latest-tag.sh
sudo ./setup/install.sh
apt install powershell-empire

Anything else?

No response

@joeldeleep joeldeleep added the bug Something isn't working label Sep 11, 2023
@vinnybod
Copy link

We need to add arm support. I don't think Kali has arm support for powershell in their apt repo, possibly the other OS too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

No branches or pull requests

3 participants