Skip to content

Feature Request : Include All module #16

@mohinparamasivam

Description

@mohinparamasivam

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions