nettitude / PoshC2

A proxy aware C2 framework used to aid red teamers with post-exploitation and lateral movement.
BSD 3-Clause "New" or "Revised" License
1.78k stars 323 forks source link

Python YAML Module Missing - Fix #280

Open SteveBG3 opened 1 year ago

SteveBG3 commented 1 year ago

Found an issue when install Posh using the one line cURL command on clean install of Kali 2022.4 (other methods and versions may be effected) where the Python yaml module was not available to the posh scripts meaning the server cannot launch. Added one line (118) to explicitly install pyyaml inside the Python env. This resolved the issue for me and my team.

aaronherman commented 1 year ago

I'm also facing this issue

SteveBG3 commented 1 year ago

I'm also facing this issue Add: python3 -m pipenv install pyyaml At line 118 of the Install.sh file. Should fix it for it you. If so please leave a + on this pull request

aaronherman commented 1 year ago

Yeah, your PR fixed this for me! 👍

benpturner commented 1 year ago

We are in the process of pushing a new version so hopefully v9 will be out soon or try installing that branch as well