https://github.com/dergoogler/wpd_composable
https://github.com/dergoogler/wpd_composable
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dergoogler/wpd_composable
- Owner: DerGoogler
- Created: 2024-10-05T16:38:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T22:20:28.000Z (over 1 year ago)
- Last Synced: 2025-10-01T01:42:10.586Z (9 months ago)
- Language: Kotlin
- Size: 509 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
This project is also a example to show how powerful MMRL's ModConf feature is.
> This module does not extract passwords from unauthorized wifi's. This module is for education purpose only
## Screenshots
## TODO
- [ ] Build full functional library
## Notes
- Dex files should have the permission `444` to avoid conflicts on Android 14
- Chars with in this regex (`[^a-zA-Z0-9._]`) will be replaced with `_`