mzfr / slicer

A tool to automate the boring process of APK recon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unhackable stuff

mzfr opened this issue · comments

In lots of apk there are some activities/receivers/services which are exported but nothing malicious is possible from them like net.openid.appauth.RedirectUriReceiverActivity this activity is used by many applications for oauth functionality.

Now, this is not vulnerable because they don't use webview(:cry:) instead of open everything in the external browser and we know that anything out of the context of app is not in scope of the bounty.

There are many other activities/receivers/services which have this kind of nature. It would be nice if we get rid of them.