Integration of some common tools on pipx and collection for pipx with redteam tools.
Installation of base Dependencies
sudo apt-get install libsasl2-dev python-dev-is-python3 libldap2-dev libssl-dev
and just using pipx to install :
pipx install git+https://github.com/manesec/pipx4adtools
# sccm-ntlmrelayx
pipx install git+https://github.com/manesec/pipx4adtools@relay-sccm
# tgssub
pipx install git+https://github.com/manesec/pipx4adtools@tgssub
$ pipx list
package pipx4adtools 0.0.2, installed using Python 3.13.1
- GPOwned.py
- LAPSDumper.py
- LdapRelayScan.py
- PetitPotam.py
- addspn.py
- dementor.py
- dnstool.py
- emailextract.py
- forest-frida_intercept.py
- forest-ftinfo.py
- forest-getftST.py
- forest-getlocalsid.py
- forest-gettrustinfo.py
- forest-keytab.py
- getUserSIDBinary.py
- getnthash.py
- gets4uticket.py
- gettgtpkinit.py
- krbrelayx.py
- noPac.py
- nopac_scanner.py
- ntlm_theft.py
- ntlmscan.py
- owa-emailextract.py
- owa-ntlmscan.py
- owa-proxyshell.py
- passthecert.py
- printerbug.py
- pygpoabuse.py
- targetedKerberoast.py
- windapsearch.py
- wmiexec-pro.py
(no recommand) Install current project from github source code.
git clone --recurse-submodules https://github.com/manesec/pipx4adtools pipx4adtools
cd pipx4adtools
pipx install .
After the installation is complete, you can delete the entire pipx4adtools folder.
Just simple command to remove all files on pipx.
pipx uninstall pipx4adtools
pipx upgrade pipx4adtools
# or
pipx upgrade-all
If you build from the source code, remove it and install again :
pipx uninstall pipx4adtools
rm -rf pipx4adtools
git clone --recurse-submodules https://github.com/manesec/pipx4adtools pipx4adtools
cd pipx4adtools
pipx install .