EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.
http://www.powershellempire.com/
BSD 3-Clause "New" or "Revised" License
7.36k stars 2.8k forks source link

dpkg: error: cannot access archive 'libssl1.0.0_1.0.1t-1+deb8u7_amd64.deb': No such file or directory #1359

Open InTheNight1 opened 5 years ago

InTheNight1 commented 5 years ago

Empire Version

2.3.0 (from dev branch)

OS Information (Linux flavor, Python version)

Kali 2019.1 (Rolling)

Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.

Expected successful installation. Error: dpkg: error: cannot access archive 'libssl1.0.0_1.0.1t-1+deb8u7_amd64.deb': No such file or directory

Steps:

  1. git clone [URL link from main page]
  2. Navigated to setup folder, and ./install.sh
  3. Received error message: dpkg: error: cannot access archive 'libssl1.0.0_1.0.1t-1+deb8u7_amd64.deb': No such file or directory
  4. pip install --force-reinstall pip==18.1
  5. edited /setup/install.sh. Commented out all lines of pip install --upgrade pip
  6. Tried to reinstall with ./install.sh. Same error message
  7. sudo rm -rf Empire in opt folder where Empire was installed.
  8. Migrated over to dev branch, git clone [URL link from dev branch]
  9. Navigated to setup folder, and ./install.sh
  10. Received error message again.

So whether I install from the master or dev branches, I get the same error message.

Screenshot of error, embedded text output, or Pastebin link to the error

dpkg: error: cannot access archive 'libssl1.0.0_1.0.1t-1+deb8u7_amd64.deb': No such file or directory

Any additional information

I saw another question related to this error here, but was unable to get it resolved using the suggestions there.

Also, this is my very first time on github, so I apologize in advance for misinformation, etc.

JBalanza commented 5 years ago

Same issue here when installing empire for the fist time