Mechanisms of monitoring apps

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Mechanisms of monitoring apps



I was looking for a way to implement an on-device phishing detection app for android. So i need to access the content of pages the user visits. This app is supposed to be installed on regular android devices, meaning that I'm not going to use special features like Root or Device Admin. I searched around for possible solutions and i came up with these possible solutions:


webview


webview



BTW, I'm developing an anti-phishing app, not an spying one. So any ideas of other ways? notes about mentioned methods?





your app seems a malicious app itself on spying user behavior!!
– Arash GM
23 mins ago





@ArashGM I'm developing an anti-phishing app! Is it a bad idea? There are many apps which need user location to function, so in your idea they are all spying apps, aren't they?
– Mehran Torki
19 mins ago







anti phishing by scraping viewed web pages or listening to all network traffic! i think its not just right or even feasible without root access
– Arash GM
15 mins ago





@ArashGM You need take a look at packetCapture then. Also take a look at phishing detection articles, Example article (capturing all network traffic using VPN service is used in this article).
– Mehran Torki
6 mins ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Makefile test if variable is not empty

Will Oldham

Visual Studio Code: How to configure includePath for better IntelliSense results