8000 JNI encrypted Parameters · Issue #34 · monkeylord/XServer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JNI encrypted Parameters #34

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

Open
Green10026 opened this issue Jul 30, 2024 · 1 comment
Open

JNI encrypted Parameters #34

Green10026 opened this issue Jul 30, 2024 · 1 comment

Comments

@Green10026
Copy link
Green10026 commented Jul 30, 2024

how do i hook into this before the encryption takes place, even after following the stack trace, the cleartext data is nowhere to be found, my concern is Arg4 which seems to be the request body and is already encrypted, what to do in this case, i appreciate any help i can get
Screenshot (68)
Screenshot (69)
Screenshot (70)

@monkeylord
Copy link
Owner

the key point is who generate Arg4.
it looks like Arg4 is not generated in the sendrequest thread.

you can try mass monitoring, hook all related method, and input some unique text like "123456", and ctrl+f to find which method have "123456" as input argument while hava encrypted output result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0