Skip to content

Latest commit

 

History

History
27 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

27 lines (11 loc) · 616 Bytes

References the following article: https://posts.specterops.io/adcs-esc13-abuse-technique-fda4272fbd53.

Build docker container then run:

docker run --network host -di image

Simple bind usage:

./target/debug/ldap_rust -i 172.16.0.6 -u "CN=bruhurb,CN=Users,DC=fed,DC=local" -p "MyPassword123!!!" -d "DC=fed,DC=local"

Kerberos usage:

KRB5CCNAME=bruhurb\@dc02.fed.local.ccache ./target/debug/ldap_rust -k -i dc02.fed.local -d "DC=fed,DC=local"

Make sure to configure your /etc/krb5.conf file with the desired realm(s).