Documentation Index
Fetch the complete documentation index at: https://mintlify.com/the-useless-one/pywerview/llms.txt
Use this file to discover all available pages before exploring further.
invoke-checklocaladminaccess checks whether the provided account has local administrator access on a specific Windows host by attempting to open a connection to the ADMIN$ administrative share via SMB. If the connection succeeds, the account has local admin rights on that host; if it is denied, it does not. This is the same primitive used internally by invoke-userhunter --check-access to validate admin access during user hunting, but here it is exposed as a standalone command for quick spot-checks against a single target. Both domain and local credentials are accepted.
Flags
IP address or hostname of the target Windows host to check local admin access on.
Name of the domain to authenticate with. Can be omitted when using local credentials.
Username for authentication. Accepts both domain accounts (
DOMAIN\user) and local accounts.Password associated with the specified username.
NTLM hashes for pass-the-hash authentication. Format:
[LMHASH:]NTHASH. The LM portion can be omitted or replaced with the empty LM hash.Use Kerberos authentication. Reads credentials from the ccache file pointed to by
KRB5CCNAME. Falls back to the provided username and password if no valid ticket is found.Logging verbosity sent to stderr. Choices:
CRITICAL (default), WARNING, DEBUG, ULTRA.Print results as JSON instead of the default human-readable format.