https://github.com/googlers-repo/wpd
WiFi Password Viewer for MMRL
https://github.com/googlers-repo/wpd
apatch javascript kernelsu magisk magisk-module mmrl modconf shell
Last synced: 12 months ago
JSON representation
WiFi Password Viewer for MMRL
- Host: GitHub
- URL: https://github.com/googlers-repo/wpd
- Owner: Googlers-Repo
- License: mit
- Created: 2024-02-23T10:58:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T23:04:58.000Z (over 1 year ago)
- Last Synced: 2025-06-05T13:06:58.737Z (about 1 year ago)
- Topics: apatch, javascript, kernelsu, magisk, magisk-module, mmrl, modconf, shell
- Language: Shell
- Homepage:
- Size: 2.09 MB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# WiFi Password Viewer for MMRL
An inspired project from [veez21](https://github.com/veez21)'s [wpd gist](https://gist.github.com/veez21/4f2541d271809864411e3ffbbe8e3df9), ported to MMRL.
Using `DOMParser` to extract local saved wifi passwords
> [!IMPORTANT]
> This project requires MMRL above 33162!
```js
const wifiXmlParser = new DOMParser();
```
> This module does not extract passwords from unauthorized wifi's. This module is for education purpose only
## Screenshots