Skip to content

Misc functions (CLI mode)

the-useless-one edited this page Aug 24, 2016 · 1 revision

invoke-checklocaladminaccess

usage: pywerview.py invoke-checklocaladminaccess [-h] [-w DOMAIN] -u USER
                                                 [-p PASSWORD]
                                                 [--hashes LMHASH:NTHASH]
                                                 --computername
                                                 TARGET_COMPUTERNAME

optional arguments:
  -h, --help            show this help message and exit
  -w DOMAIN, --workgroup DOMAIN
                        Name of the domain we authenticate with
  -u USER, --user USER  Username used to connect to the Domain Controller
  -p PASSWORD, --password PASSWORD
                        Password associated to the username
  --hashes LMHASH:NTHASH
                        NTLM hashes, format is LMHASH:NTHASH
  --computername TARGET_COMPUTERNAME
                        Computer to test local admin access on