windapsearch
cd ~/windapsearch
# This will return usernames through ldap query
./windapsearch.py --dc-ip 172.16.5.5 -u "" -U
# This will return Domain Admins
python3 windapsearch.py --dc-ip 172.16.5.5 -u forend@inlanefreight.local -p Klmcargo2 --da
# This will return Privileged Users
python3 windapsearch.py --dc-ip 172.16.5.5 -u forend@inlanefreight.local -p Klmcargo2 -PU
Last updated