qu35t-code
qu35t-code
https://www.qu35t.pw/posts/2024-21633-mobsf-rce/
Hello everyone, To install pypykatz on `Mac M2`, I advise you to use `pipx` (it's simple and it will allow you to avoid dependency conflicts). **Install pipx :** ```bash python3...
ThePorgs/Roadmap#6
A few comments (cc @ShutdownRepo) : * Better to use pip than sources ? * Since a certain version of python (3.10 or 3.11) it is mandatory to create a...
I tried on a debian with `python3.11.2` via `apt install python3-full python3-pip` and here is the error : ``` root@3197674ac39a:/# python3 -m pip install exegol error: externally-managed-environment × This environment...
> Hmm not sure. This is supposed to be an install script, so it makes sense to run `exegol install`. On the other hand, this action takes a bit of...
Sure, you right, pipx can be better. We won't have any problems with the venv in this case. `pipx install exegol` / `pipx install git+https://github.com/ThePorgs/Exegol`
Same issue here
> 2.0.0-6 It seems to work fine with this version ```bash > node ace configure @rlanz/bull-queue DONE: create config/queue.ts DONE: update .env file DONE: update start/env.ts file DONE: update adonisrc.ts...