Closed sydo26 closed 2 years ago
Interesting. For me the function is getting hooked.
frida -U -l .\facebook-ssl-pinning-bypass.js -f com.facebook.katana --no-pause
____
/ _ | Frida 15.1.22 - A world-class dynamic instrumentation toolkit
| (_| |
> _ | Commands:
/_/ |_| help -> Displays the help system
. . . . object? -> Display information about 'object'
. . . . exit/quit -> Exit
. . . .
. . . . More info at https://frida.re/docs/home/
. . . .
. . . . Connected to SM-G973N (id=127.0.0.1:62001)
Spawning `com.facebook.katana`...
[*][*] Waiting for library...
Spawned `com.facebook.katana`. Resuming main thread!
[SM-G973N::com.facebook.katana ]->
[SM-G973N::com.facebook.katana ]-> [*][*] Found libcoldstart.so at: 0xb2061000
[*][*] Hooked function: _ZN8proxygen15SSLVerification17verifyWithMetricsEbP17x509_store_ctx_stRKNSt6__ndk212basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_31SSLFailureVerificationCallbacksEPNS0_31SSLSuccessVerificationCallbacksERKNS_15TimeUtilGenericINS3_6chrono12steady_clockEEERNS_10TraceEventE
[*][*] Hooked function: X509_verify_cert
Also you don't need to use frida if you have installed the patched APK. You should be able to inspect the traffic without frida.
Interessante. Para mim, a função está ficando viciado.
frida -U -l .\facebook-ssl-pinning-bypass.js -f com.facebook.katana --no-pause ____ / _ | Frida 15.1.22 - A world-class dynamic instrumentation toolkit | (_| | > _ | Commands: /_/ |_| help -> Displays the help system . . . . object? -> Display information about 'object' . . . . exit/quit -> Exit . . . . . . . . More info at https://frida.re/docs/home/ . . . . . . . . Connected to SM-G973N (id=127.0.0.1:62001) Spawning `com.facebook.katana`... [*][*] Waiting for library... Spawned `com.facebook.katana`. Resuming main thread! [SM-G973N::com.facebook.katana ]-> [SM-G973N::com.facebook.katana ]-> [*][*] Found libcoldstart.so at: 0xb2061000 [*][*] Hooked function: _ZN8proxygen15SSLVerification17verifyWithMetricsEbP17x509_store_ctx_stRKNSt6__ndk212basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEPNS0_31SSLFailureVerificationCallbacksEPNS0_31SSLSuccessVerificationCallbacksERKNS_15TimeUtilGenericINS3_6chrono12steady_clockEEERNS_10TraceEventE [*][*] Hooked function: X509_verify_cert
Além disso, você não precisa usar o frida se tiver instalado o APK corrigido. Você deve ser capaz de inspecionar o tráfego sem frida.
Can you tell me the exact version of the facebook apk that you used in this test only with frida?
And I'm sorry for the question, but can you tell me if it's possible to read this information?
Have you ever encountered this problem?
And I'm sorry for the question, but can you tell me if it's possible to read this information?
Did you find any solution for this?
Bug description
How to reproduce
Create virtual device with Android Studio with these settings:
Start emulator in terminal:
Root with adb:
Start frida server in device:
Install patched facebook:
Start facebook for the first time.
And finally, start the bypass:
Environment & setup