An open API service indexing awesome lists of open source software.

https://github.com/dergoogler/wpd_composable


https://github.com/dergoogler/wpd_composable

Last synced: 2 months ago
JSON representation

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


Screenshot 1 of WPD
Screenshot 2 of WPD
Screenshot 3 of WPD
Screenshot 4 of WPD
Screenshot 5 of WPD

## 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 `_`