APKTool: Issue in Rebuilding Android Application Built on Latest targetSdkVersion

During the security assessment of the Android applications. I check if the application is tamper proof.
For this, I decompile the application using apktool and then tamper it by modifying the resources and/or SMALI code and t… Continue reading APKTool: Issue in Rebuilding Android Application Built on Latest targetSdkVersion

HTTP security headers for native and webview based mobile applications

OWASP Security Headers Project recommends the following security headers for web applications. Out of the following which headers are relevant to mobile applications?

HTTP Strict Transport Security (HSTS)
Public Key Pinning … Continue reading HTTP security headers for native and webview based mobile applications