Alex

Results 528 comments of Alex

@XiaoliChan no worries, just marked the PR so i know its not ready for a review. Take your time!

Yes that would be possible. What came to my mind was that we just could add a check for the specific log message instead of the previous system where we...

Weird, it works on my machine: ![image](https://github.com/Pennyw0rth/NetExec/assets/61382599/cf0233cb-54ec-4325-b7a7-d25c6bcbb590) Which python version are you running? My pipx version is 1.4.3 and python 3.11.8

Please try: `sudo apt-get install build-essential libssl-dev libffi-dev python-dev-is-python3` Then install rust: https://www.rust-lang.org/tools/install And then try the pipx installation again.

Really weird though, it is working on an up to date kali and I remember that the root cause was something else...

I tried downgrading to py3.9.2 and it worked no problem with poetry. Do you have any of these packages already installed somehow?

Unfortunately i don't have a raspberry pi to test it. Pipx worked with py3.9.2 on my system though, so there must be something else preventing the installation (my guess is...

Why can we install netexec with pipx on kali then?

OHH i think i might have the solution. Lsassy specifies `rich=13.3.5` but also have a requirements.txt with `rich=*`. The poetry.lock file therefore uses the requirements.txt and not the pyproject.toml file:...