-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Reading Content on Toolbar #7
Comments
as long as it works as expected with other apps it may be built in app security. this log message is normal and is just being verbose stating the user has focused on a new user interface ui
this is the code that handles what is logged, for the most part yes most apps are vulnerable: for example when you open messages on android it wil log Window Changed: [777 777 being the contact name in some cases then the app will log typed keys but heres the deal, if the user already has messages inside the app that were
just looks like a log from using drop down or a keyboard tool or thats just how the log shows each time the keyboard is opened not sure but
looks like its logging whats typed in what app yes?
i know that "English (US), .]" means the keyboard was open. Let me know if there is anything specific you would like my help with. |
oh so you get the odd string every time you pull down the drop down menu, the swipe down holding notifications? |
Correct |
I'm going to mess around with this, but I think using event.getParcelableData() instead of event.getext for anything that doesn't involve keylogging may solve reading the many missing pieces of information in stacked notifications, window changes, and status bar items. |
Hello how can I get your services? |
you can contact me @ nullpounce.com and find my socials at the bottom. this issue will be closed as accessibility service keylogging primarily works up to api 28 android 9 pie and some apps have built in protection, i've been trying to work on a gmail keyboard version... |
When user responds to message using either Facebook Messenger or Samsung Messages, app fails to read content and instead prints the following:
Window Changed: [Expand toolbar, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, Q, W, E, R, T, Y, U, I, O, P, A, S, D, F, G, H, J, K, L, Z, X, C, V, B, N, M, @, English (US), .]
( MESSAGES EXAMPLE )
Window Changed: [Messages]
Window Changed: [Messages]
Window Changed: [Expand toolbar, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, Q, W, E, R, T, Y, U, I, O, P, A, S, D, F, G, H, J, K, L, Z, X, C, V, B, N, M, @, English (US), .]
Typed: [A]
Typed: [Ah]
Typed: [Aho]
Typed: [Ahoi]
Typed: [Ahoi]
Typed: [Ahoi]
Typed: [Ahoil]
Typed: [Ahoils]
Typed: [Ahoilsn]
Typed: [Ahoilsnt]
Typed: [Ahoilsnt ]
Typed: [Ahoilsnt]
Typed: [Ahoilsn]
Typed: [Ahoils]
Typed: [Ahoil]
Typed: [Ahoi]
Typed: [Aho]
Typed: [Ah]
Window Changed: []
Window Changed: []
( FACEBOOK MESSENGER EXAMPLE )
Window Changed: [Messenger]
Window Changed: [Messenger]
Focused: [Message]
Window Changed: [Messenger]
Window Changed: [Notification shade.]
Window Changed: []
Window Changed: []
Window Changed: [Expand toolbar, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, Q, W, E, R, T, Y, U, I, O, P, A, S, D, F, G, H, J, K, L, Z, X, C, V, B, N, M, @, English (US), .]
Typed: [O]
Typed: [Oh]
Typed: [Oh ]
Typed: [Oh g]
Typed: [Oh gr]
Typed: [Oh gro]
Typed: [Oh gros]
Typed: [Oh gross]
Window Changed: [Home]
Window Changed: [Home]
Window Changed: [Lock screen]
Window Changed: [Lock screen, 5, :, 05, Mon, March 20]
Window Changed: [Lock screen, 5, :, 05, Mon, March 20]
Gmail version of app compiled in SDK 33.
Tested on both Samsung Galaxy S21+ with Android 13 & Samsung S10e with Android 12. Both fully up to date.
App installed using " adb -g" granting full runtime permissions.
The text was updated successfully, but these errors were encountered: