Best android open-source packages and libraries.

Android keylogger with email

Android keylogger app which uses android accessibility service to keep track of users action, with email functionality
Updated 3 weeks ago

Android keylogger with email

Utilises android Accessibility Service to log almost every activity with SMTP support for exporting logs via email. This is made just for fun and to demonstrate how android's accessibility service can be exploited, please do not use it malicious purpose

features

  • Tiny APK Size around ( around 200Kb)
  • App icon not Displayed in System Launcher
  • Not just keylogging, also logs apps usage and gestures.

Setup

  • gmail SMTP is used by default to change modify SendMail.java
  • add your gmail details in Config.java
  • add the mail address where logs must be sent totestService.java (just replace 'XXXXX' with maril).
  • Build APK, use Android Studio or whatever you like.
  • Install app and grant accessibilty access.

Note : Gmail stopped it's SMTP service which uses just username and password. It is suggested to use other SMTP service instead ex. Yahoo etc

Tags user