usage: adPEAS [-h] [--version] -u USERNAME [-p PASSWORD] -d DOMAIN -i DC_IP
options:
-h, --help show this help message and exit
--version show program's version number and exit
-u USERNAME, --username USERNAME
Username for log in.
-p PASSWORD, --password PASSWORD
Password for log in. Will prompt if not specified.
-d DOMAIN, --domain DOMAIN
Domain of the DC.
-i DC_IP, --dc-ip DC_IP
Domain Controller IP or hostname.
-s scope.txt, --scope scope.txt
Supply a scope.txt file.
-ns, --no-bloodhound
Run adPEAS without running Bloodhound.
-nc, --no-certipy
Run adPEAS without running Certipy.
Install adPEAS
and its dependencies
pipx install --include-deps git+https://github.com/ajm4n/adPEAS
adPEAS -u ajman -p 'DomainAdmin123!' -d snaplabs.local -i 10.0.0.86