Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request : Include All module #16

Open
mohinparamasivam opened this issue Jan 26, 2022 · 0 comments
Open

Feature Request : Include All module #16

mohinparamasivam opened this issue Jan 26, 2022 · 0 comments

Comments

@mohinparamasivam
Copy link

mohinparamasivam commented Jan 26, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant