--help
switch:
–help : display this message
–interactive : force the interactive mode
–log : generate a log file
–log-console : add log to the console
–log-samba <option>: enable samba login (example: 10)
Common options when connecting to the AD
–server <server> : use this server (default: current domain controller)
the special value *or*.forest do the healthcheck for all domains
–port <port> : the port to use for ADWS or LDAP (default: 9389 or 389)
–user <user> : use this user (default: integrated authentication)
–password <pass> : use this password (default: asked on a secure prompt)
–protocol <proto> : selection the protocol to use among LDAP or ADWS (fastest)
: ADWSThenLDAP (default), ADWSOnly, LDAPOnly, LDAPThenADWS
–pagesize <size> : change the default LDAP page size - default is 500
–quota <num> : Number of LDAP items per second that will be processed - default unlimited
–carto : perform a quick cartography with domains surrounding
–healthcheck : perform the healthcheck (step1)
–api-endpoint <> : upload report via api call eg: http://server
–api-key <key> : and using the api key as registered
–explore-trust : on domains of a forest, after the healthcheck, do the hc on all trusted domains except domains of the forest and forest trusts
–explore-forest-trust : on root domain of a forest, after the healthcheck, do the hc on all forest trusts discovered
–explore-trust and –explore-forest-trust can be run together
–explore-exception <domains> : comma separated values of domains that will not be explored automatically
--datefile : insert the date into the report filename
--encrypt : use an RSA key stored in the .config file to crypt the content of the xml report
--level <level> : specify the amount of data found in the xml file
: level: Full, Normal, Light
--no-enum-limit : remove the max 100 users limitation in html report
--reachable : add reachable domains to the list of discovered domains
--sendXmlTo <emails>: send xml reports to a mailbox (comma separated email)
--sendHtmlTo <emails>: send html reports to a mailbox
--sendAllTo <emails>: send html reports to a mailbox
[...]