Skip to content

Integration of some common tools on pipx for AD Attack

License

Notifications You must be signed in to change notification settings

manesec/pipx4adtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipx4adtools

Integration of some common tools on pipx and collection for pipx with redteam tools.

Install

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

Tools

$ 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

Install from source code

(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.

Uninstall

Just simple command to remove all files on pipx.

pipx uninstall pipx4adtools

How to upgrade?

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 .

About

Integration of some common tools on pipx for AD Attack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages