For the complete documentation index, see llms.txt. This page is also available as Markdown.

wwan

dpapi::wwman decrypts Wwan credentials. It has the following command line argument:

  • /in: The Wwan XML profile. The XML file location is C:\ProgramData\Microsoft\Wlansvc\Profiles{interface guid}\*.xml

  • /password: the password to decrypt the wwan credentials

  • /masterkey: the masterkey to use for decryption. It can be obtained through sekurlsa::dpapi.

  • /unprotect: display the decryption results on screen

mimikatz# dpapi::wwan /in:"C:\ProgramData\Microsoft\Wlansvc\Profiles{interface guid}\*.xml" /unprotect

Last updated