Tagged: Empire
- This topic has 37 replies, 6 voices, and was last updated 4 years, 5 months ago by Diego Pérez.
- AuthorPosts
- April 26, 2020 at 9:31 pm #35031rjyoung2000Participant
shouldn’t’ the m2crypto be an i486, not i386?
April 26, 2020 at 9:50 pm #35032rjyoung2000ParticipantApril 27, 2020 at 4:35 pm #35108Vashisht BoodhunParticipantZaid just updated the custom kali image so if you just download it again now from our website it should work.
May 2, 2020 at 10:35 pm #35639rjyoung2000ParticipantI guess i have to just give up on the idea of getting empire to work. I have tried installing new versions of kali and installing several different ways and still get errors. since it is now an outdated program and they are moving to a GUI based program I will wait until they have that working. I will go through the lectures and just watch and learn…
May 3, 2020 at 3:53 pm #35707Zaid SabihModeratorOk so the 2nd package did not get installed because i386 arch is not added, you wouldn’t face this issue if you’re using the custom 2020 image, so please run the following command first:
dpkg –add-architecture i386
Then install the 2nd package again (the one below)
http://ftp.us.debian.org/debian/pool/main/p/python-typing/python-typing_3.6.6-1_all.debMay 4, 2020 at 12:22 am #35742RockyParticipantMay 4, 2020 at 1:49 pm #35781Zaid SabihModeratorI remember answering this yesterday but they answer probably didn’t get submitted, sorry for the late response. Anyway it seems like you need to add the i386 architecture so run the following command first
dpkg --add-architecture i386
Then do
apt-get update
Then install the first package above cause it didn’t get installed.
Please show me a screenshot of any errors you get.May 4, 2020 at 5:34 pm #35812RockyParticipantI did exactly but still got same errors. Sadly .
May 7, 2020 at 6:43 pm #36125Zaid SabihModeratorLooks like you didn’t have the i386 architecture, so we’ll add it first, then run the following commands to install the 2nd package.
dpkg --add-archedecture i386 apt-get update cd /root/Downloads dpkg -i python-typing_3.6.6-1_all.deb dpkg -i python-m2crypto_0.31.0-4_i386.deb
May 7, 2020 at 10:07 pm #36145RockyParticipantHello sir, i tried these dpkg -i python-typing_3.6.6-1_all.deb
dpkg -i python-m2crypto_0.31.0-4_i386.deb
but it said
dpkg: error: cannot access archive ‘python-typing_3.6.6-1_all.deb’: No such file or directoryEmpire is driving me crazy haha
May 8, 2020 at 8:26 am #36174AkabuezeParticipantI had the same issue with installing ond runing empire and I followed you instruction but after installing and I tried to run the program, I got this response
root@kali:/opt/Empire/setup# cd ..
root@kali:/opt/Empire# ls
changelog Dockerfile lib plugins setup
data empire LICENSE README.md VERSION
root@kali:/opt/Empire# ./empire
Traceback (most recent call last):
File “./empire”, line 5, in <module>
from flask import Flask, request, jsonify, make_response, abort, url_for
ImportError: No module named flask
root@kali:/opt/Empire#
May 8, 2020 at 9:22 am #36180AkabuezeParticipantI also keep getting dependency error when installing this program
dpkg -i python-m2crypto_0.31.0-4_i386.deb
(Reading database … 314837 files and directories currently installed.)
Preparing to unpack python-m2crypto_0.31.0-4_i386.deb …
Unpacking python-m2crypto:i386 (0.31.0-4) over (0.31.0-4) …
dpkg: dependency problems prevent configuration of python-m2crypto:i386:
python-m2crypto:i386 depends on python-typing.
dpkg: error processing package python-m2crypto:i386 (–install):
dependency problems – leaving unconfigured
Errors were encountered while processing:
python-m2crypto:i386
root@kali:~/Downloads#
May 9, 2020 at 6:48 am #36283Diego PérezModeratorHi guys!
Can you try to download a fresh custom kali image provided by Zaid?
I did it last week and Empire was installed succesfully. Also I used the commands suggested by Zaid succesfully.Let me know how it goes.
DiegoMay 9, 2020 at 11:20 am #36309AkabuezeParticipantHello guys, I had empire installation issues as of early this week but this empire link I got on gitlab saved the day. I installed it following the instructions and now I have Empire on my Kali Linux.
Please Zaid, can you verify this link for us. Link below:
https://gitlab.com/kalilinux/packages/powershell-empire
I have enjoyed your lectures, it brought me to this level of knowledge. Keep it up.
Thanks.
May 10, 2020 at 6:46 am #36400Diego PérezModeratorHi Akabueze!
Yes, it looks like it is. I installed it the old fashion way (git clone …) but if this is working then it’s fine. Just check that all the functions work properly.
Let me know how it goes!
Diego - AuthorPosts
- You must be logged in to reply to this topic.