Skip to content
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

[BUG] Erro when start #60

Open
fellipgomes opened this issue Mar 19, 2024 · 1 comment
Open

[BUG] Erro when start #60

fellipgomes opened this issue Mar 19, 2024 · 1 comment
Assignees

Comments

@fellipgomes
Copy link

Describe the bug
When i execute the script, showing error

frida -U -l instagram-ssl-pinning-bypass.js -f com.instagram.android

. . . . Connected to SM G991B (id=RQCR60062ZK)
Spawning com.instagram.android...
[][] Waiting for libliger...
Spawned com.instagram.android. Resuming main thread!
[SM G991B::com.instagram.android ]-> [][+] Hooked checkTrustedRecursive
[
][+] Hooked SSLContextInit
[][+] Found libliger at: 0x7a6f9bb000
[
][+] Hooked function: _ZN8proxygen15SSLVerification17verifyWithMetricsEbP17x509_store_ctx_stRKNSt6__ndk112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_31SSLFailureVerificationCallbacksEPNS0_31SSLSuccessVerificationCallbacksERKNS_15TimeUtilGenericINS3_6chrono12steady_clockEEERNS_10TraceEventE
Process terminated
[SM G991B::com.instagram.android ]->

Thank you for using Frida!

Method
Frida

App info

  • Version: instagram-v275.0.0.27.98-arm64-v8a.apk

Device info

  • Model: Samsung SM G991B
  • Android Version: 12

Proxy tool
Burp

Logs

[*][+] Hooked function: _ZN8proxygen15SSLVerification17verifyWithMetricsEbP17x509_store_ctx_stRKNSt6__ndk112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_31SSLFailureVerificationCallbacksEPNS0_31SSLSuccessVerificationCallbacksERKNS_15TimeUtilGenericINS3_6chrono12steady_clockEEERNS_10TraceEventE
Process terminated
[SM G991B::com.instagram.android ]->

Thank you for using Frida!

Additional context

@evgen-dev
Copy link

If you are using the patched version from this repo (instagram-v275.0.0.27.98-arm64-v8a), why are you using frida?
Patched apps should work without frida.

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

4 participants
@evgen-dev @Eltion @fellipgomes and others