Biggin / Android-keylogger-with-email

android keylogger app which uses android accessibility service to keep track of users action, with email functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

android keylogger app which uses android accessibility service to keep track of users action, with email functionality


Languages

Language:Java 100.0%