Fuzion24 / JustTrustMe

An xposed module that disables SSL certificate checking for the purposes of auditing an app with cert pinning
Other
4.77k stars 782 forks source link

Turn on and off using UI #42

Open Shahar2k5 opened 5 years ago

Shahar2k5 commented 5 years ago

Is there anyway we can turn this tool on and off without restarting?

Fuzion24 commented 5 years ago

yea, that could be done. xposed has some global state, iirc. could probably use that and wrap everything in a large conditional. pull reqs welcome

Shahar2k5 commented 5 years ago

We'll try to make that

MewX commented 5 years ago

It would be even better if the large if block could be applied for specific apps (package names) (oh, saw this one in #14)

TheZ3ro commented 1 year ago

LSPosed now has the option to enable/disable single modules. This issue can be closed.