Tagged: Empire
- This topic has 37 replies, 6 voices, and was last updated 4 years, 8 months ago by
Diego Pérez.
- AuthorPosts
- April 13, 2020 at 10:12 pm #33889
rjyoung2000
ParticipantThe github site you show for Empire says it is no longer supported. i cloned it anyway, ran the install but when i type ./empire i get an error that dont make any sense. there was a second git for empire-gui but not sure how to install this – looks complex..help!
April 14, 2020 at 4:50 pm #33963Zaid Sabih
ModeratorYep that’s right, but it still works, the creators are just not supporting it anymore.
Did you run the installer first as shown in the course?
If yes did it give you any errors?
And can I see a screenshot of the error you’re getting now?April 14, 2020 at 7:28 pm #33978rjyoung2000
ParticipantI did run the installer as directed in the class and there were no errors during the install. I don’t see how to add a screenshot here (it was easier using your classes on Udemy!)
From what I see it looks like something is screwy in the code?
Here’s what I get when I enter ./empireFile “./empire”, line 35
print ‘[*] Fresh start in docker, running reset.sh for you’SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(‘[*] Fresh start in docker, running reset.sh for you’)?
April 15, 2020 at 6:34 pm #34055Zaid Sabih
ModeratorWhich version of Kali are you using?
And you can just upload screenshots using any file upload service like
https://imgbb.com/April 16, 2020 at 8:45 pm #34185rjyoung2000
ParticipantApril 17, 2020 at 1:55 pm #34242Vashisht Boodhun
ParticipantCan you try using the custom kali image that zaid made to be used in this course?
April 17, 2020 at 7:57 pm #34264rjyoung2000
ParticipantI installed empire in the kali image and now get an error saying there is no module M2Crypto. I found M2Crypto on GitHub and cloned it into the /opt but still when I run empire I get errors…..it wasn’t clear how to install M2Crypto
here is the screenshot — https://ibb.co/b5gj8xF
April 18, 2020 at 5:07 am #34294Vashisht Boodhun
ParticipantPlease update the repo, then install the M2Crypto Python module:
apt-get update
pip install M2Crypto
April 18, 2020 at 7:08 pm #34343rjyoung2000
Participantwon’t install M2Crypto using pip. got errors during install saying it couldn’t build m2crypto wheel?
screenshot: https://ibb.co/RY5Ypm9
April 20, 2020 at 9:10 am #34492Vashisht Boodhun
ParticipantMake sure that your sources are correct, so do
leafpad /etc/apt/sources.list
Remove everything and past the following lines:
deb http://http.kali.org/kali kali-rolling main contrib non-free
deb-src http://http.kali.org/kali kali-rolling main non-free contribSave and quit then do
apt-get update
apt-get install pip
apt-get update –fix-missing
apt autoremovePlease don’t hesitate to contact if you need anything else.
April 20, 2020 at 9:23 pm #34562rjyoung2000
Participantfollowed your advice – didn’t do anything. Empire still not working M2Crypto still an issue….
April 21, 2020 at 1:39 pm #34579Vashisht Boodhun
ParticipantDid you try installing m2crypto again after my last advice?
April 22, 2020 at 7:03 pm #34716rjyoung2000
ParticipantYEP TRIED SEVERAL TIMES, INSTALL, UNINSTALL, INSTALL IN DIFFERENT KALI IMAGE. STILL EMPIRE DOESNT WORK.
April 26, 2020 at 1:31 am #34956Zaid Sabih
ModeratorSorry you’re struggling with this, please just make sure you have the latest custom Kali 2020, run the installer as shown in the course, and then lets install the following libraries manually:
1. Download the needed packages from the following links
http://ftp.us.debian.org/debian/pool/main/m/m2crypto/python-m2crypto_0.31.0-4_i386.deb
http://ftp.us.debian.org/debian/pool/main/p/python-typing/python-typing_3.6.6-1_all.deb
2. Navigate to the location where they are downloaded (probably downloads).
cd Downloads
3. Install the downloaded packages in the following order
dpkg -i python-typing_3.6.6-1_all.deb
dpkg -i python-m2crypto_0.31.0-4_i386.deb
I just tried this myself and it worked on the custom Kali 2020.
April 26, 2020 at 9:26 pm #35029rjyoung2000
Participant - AuthorPosts
- You must be logged in to reply to this topic.