Install Ghauri on Kali Linux
Installation
Python environment is managed by apt on Kali Linux, use pipx or a virtual environment to install the required packages
pipx install git+https://github.com/r0oth3x49/ghauri.git
pipx ensurepath
This ensures you can load pipx packages using the PATH variable
By default, pipx installs virtual environments for packages as symlinks in $HOME/.local/bin, so you could add this to your shell .rc file to make this a permanent fix.
echo 'PATH=$PATH:$HOME/.local/bin >> ~/.zshrc'
Launching Ghauri
If you used pipx to complete the installation, ghauri can now be invoked like any other command, as it's been placed in a folder in your PATH variable
ghauri -h
View ghauri help output
Upgrading Ghauri
pipx install git+https://github.com/r0oth3x49/ghauri.git --force