-
-
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
TypeError: cannot unpack non-iterable NoneType object #74
Comments
Same issue, Just installed. Here are the details. OS Information:
Python Version:
Full Error:
Will be more than happy to provide any additional details. |
@pbssubhash and @rtaylor777. Sometimes the database gets messed up during the initial install just run reset.sh and it should work fine. |
Thanks. Worked like a charm. |
apt install powersell-empire Execute powersell-empire |
Thank you so much men, I had the same problem and it was solved |
Empire Version
Just installed
git clone https://github.com/BC-SECURITY/Empire.git
OS Information (Linux flavor, Python version)
root@kali:/opt/Empire# cat /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2019.4"
VERSION_ID="2019.4"
VERSION_CODENAME="kali-rolling"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
root@kali:/opt/Empire# uname -a
Linux kali 5.3.0-kali3-686-pae #1 SMP Debian 5.3.15-1kali1 (2019-12-09) i686 GNU/Linux
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
I would like it to start.
I ran the setup as indicated:
./setup/install.sh
I saw this error during the install:
dpkg: error: cannot access archive 'libicu57_57.1-6+deb9u2_amd64.deb': No such file or directory
Then ran:
apt-get install libicu57
Text of error is below...
Screenshot of error, embedded text output, or Pastebin link to the error
root@kali:/opt/Empire# ./empire
Traceback (most recent call last):
File "./empire", line 1426, in
main = empire.MainMenu(args=args)
File "/opt/Empire/lib/common/empire.py", line 98, in init
(self.isroot, self.installPath, self.ipWhiteList, self.ipBlackList, self.obfuscate, self.obfuscateCommand) = helpers.get_config('rootuser, install_path,ip_whitelist,ip_blacklist,obfuscate,obfuscate_command')
TypeError: cannot unpack non-iterable NoneType object
Any additional information
The text was updated successfully, but these errors were encountered: