> For the complete documentation index, see [llms.txt](https://tools.thehacker.recipes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.thehacker.recipes/mimikatz/modules/dpapi/wwan.md).

# 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`](https://tools.thehacker.recipes/mimikatz/modules/sekurlsa/dpapi).
* `/unprotect`: display the decryption results on screen

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