- This topic has 9 replies, 2 voices, and was last updated 1 year, 6 months ago by Diego Pérez.
- AuthorPosts
- May 5, 2023 at 3:02 pm #72280buystuff1234Participant
Hello Diego,
Empire gives a error when i run powershell-empire server. I installed it with apt install powershell-empire, gave no errors.
I after gitcloned it and ran ./install.sh
But when running ./empire it gives error.
I found a previous post on the forum where you suggest to run : apt remove python3-prompt-toolkit & pip3 install prompt_toolkit
But also still gives the same error.
I need your wisdom.Thanks
Attachments:
You must be logged in to view attached files.May 5, 2023 at 7:29 pm #72287Diego PérezModeratorHi!
I suggest to install empire as mentioned in course instead.Greetings!
DiegoMay 6, 2023 at 9:06 am #72294buystuff1234ParticipantHey Diego,
I didnt explain myself well. I followed the course, i ran apt install powershell-empire. Installation gives no errors. Only when running powershell-empire server, it gives the error (screenshot from previous message)
The installation using git clone i wrote is what i tried after that, sorry for not being clear.
Any idea what the issue might be?May 6, 2023 at 7:29 pm #72306Diego PérezModeratorHi!
The only screenshot here is related to the error to the git version and it won’t work as expected. As mentioned use the method showed in the lecture, if you’re getting an error with it then show the proper screenshot instead.Greetings!
DiegoMay 15, 2023 at 3:52 pm #72443buystuff1234ParticipantHello Diego,
Sorry i sent you the wrong screenshot. I installed empire according the course with command apt install powershell-empire
After a succesfull installation i ran powershell-empire server, and i get this error message.Attachments:
You must be logged in to view attached files.May 15, 2023 at 7:10 pm #72470Diego PérezModeratorHi!
You can unistall pydantic and then install it again, so run:
pip3 uninstall pydantic
pip3 install pydanticThen run the empire server again and it should work as expected.
Greetings!
DiegoMay 16, 2023 at 10:45 am #72473buystuff1234ParticipantHey Diego,
I ran the commands but it comes back with an error message.
Let me know what i can do, Thanks
Attachments:
You must be logged in to view attached files.May 16, 2023 at 6:42 pm #72489Diego PérezModeratorHi!
As you can read from the output of the first command it failed, it’s a good practice to read the output to know if it worked or not, sometimes if there’s no output it means it worked.
So, navigate to /usr/lib/python3/dist-packages and manually remove any file or directory related to pydantic, then run the pip3 install command again.Greetings!
DiegoMay 17, 2023 at 2:22 pm #72502buystuff1234ParticipantHey Diego,
It works, thank you for your patience im new at this its obvious 🙂
May 17, 2023 at 6:19 pm #72517Diego PérezModeratorHi!
Glad you got it!
Diego - AuthorPosts
- You must be logged in to reply to this topic.