findDelegation

Impacket-findDelegation

Simple script to quickly list all delegation relationships (unconstrained, constrained, resource-based constrained) in an AD environment.

findDelegation.py "DOMAIN"/"USER":"PASSWORD"

# --user feature in 2021
findDelegation.py -user "account" "DOMAIN"/"USER":"PASSWORD"

More about delegations

Last updated

Was this helpful?