Open mohinparamasivam opened 2 years ago
Include All modules to perform full dump on the AD running all the modules in the option
Example Scripting is done to perform full dump at the moment:
#! /bin/bash for i in {admin-objects,computers,dns-names,dns-zones,domain-admins,gpos,groups,members,metadata,privileged-users,unconstrained,user-spns,users}; do echo "[+] Enumerating $i "; /bin/bash -c "/opt/Windows_Exploitation/Active-Directory/go-windapsearch/windapsearch --full -d megabank.local -m $i -j -o $i.json"; done
Include All modules to perform full dump on the AD running all the modules in the option
Example Scripting is done to perform full dump at the moment: