Frequently used frida scripts for Android Apps that hooks on Socket (inetSocket.js), JSON Object (jsonObject.js), OutputStream outputStream.js(), StringBuilder(stringBuilder.js).
trace.js script shows the target object usage stack.
logd.js script prints Log.d() lines for undebuggable apps and release mode apps.
cipher.js script to hook the Cipher class to print encryption keys, ivs and data