dump-index-android-bundle
0 | 2K
Uploaded by: @d0UBleW
Dump encrypted index.android.bundle at runtime
Dump encrypted index.android.bundle at runtime
test
Inspect WebView-related functions such as loadUrl(), shouldOverrideUrlLoading(), or onPageFinished(). For testing "MASTG-TEST-0027: Testing for URL Loading in WebViews"
This is used for testing "MASTG-TEST-0013/14/15/16: Testing Cryptography"
This is used for testing "MASTG-TEST-0005: Determining Whether Sensitive Data Is Shared with Third Parties via Notifications"
This script hooks into a function called IsDrived() which contains several private function.
This script traces functions typically related to vm and root detection to find what you need to hook to bypass root detection.
Ver dados do dispositivo em tempo de execucao
How it works: - It registers a new WebAppInterface class, which contains the functions to be exported (example showToast) - It then hooks the Activity to obtain a valid context - It then hooks the WebView.loadUrl method, to add a context specific WebAppInterface instance - Lastly, it overrides the annotation checks and instructs that all requested methods are allowed to be requested.
a
Dumper
sslpinning
5
Teste
capturing-and-decrypting-https-traffic-from-ios-apps-using-frida
Swift StringI nterceptor