ios-analyze-crypto-function-security
Analyze the security of iOS encryption and hashing operations. Run the script, use the application normally, then enter 'summary()' to print a security analysis.
View ScriptBrowse 14 Frida scripts for iOS and Android reverse engineering, security research, and mobile app analysis.
Analyze the security of iOS encryption and hashing operations. Run the script, use the application normally, then enter 'summary()' to print a security analysis.
View ScriptJust a small script hooking the sha1 method of CryptoSwift library(you will be able to get raw string of the hashing)
View ScriptTeste libCrypto android 14
View ScriptA script that writes strings generated at runtime to the terminal, along with the class from which they are called. It can help identify cryptographic keys and analyze meaningful data within obfustica...
View ScriptThis is used for testing "MASTG-TEST-0013/14/15/16: Testing Cryptography"
View ScriptMonitor and log all interactions with the iOS Keychain by hooking key Security framework APIs: SecItemAdd, SecItemCopyMatching, SecItemUpdate, and SecItemDelete. These APIs are responsible for adding,...
View ScriptThis would bypass the biometric authenticationj when the NULL CryptoObject is accepted.Script Courtesy - F-secure-Labs.
View ScriptEste script Frida intercepta as classes IvParameterSpec e SecretKeySpec em Java para capturar e registrar vetores de inicialização (IV) e chaves secretas usados em operações de criptografia. Ele conve...
View ScriptThe secret diary of ninja's scripts about general Crypto Hooks
View ScriptCrypto Identifier Script for Android + bugs fixed for strict mode, better output --- Tags: show crypto, secretkey, messagedigest, hash, mac show operations, key
View ScriptView crypto operations in java(android)
View ScriptAndroid Crypto Interceptor is a Frida script that intercepts and logs cryptographic operations in Android apps, providing detailed information about algorithms, input/output data, and key generation.
View ScriptCrypto: A Suite of frida scripts regarding cryptography for general penetration testing and research purposes
View ScriptDevelopers of Android applications usually tend to add additional "protection" (e.g. AES encryption) to their proprietary communication protocols, or to encrypt local files in order to hide some sensi...
View Script