Android Application Penetration Testing Part – 4
As per my last article(Part 1), ( Part 2), (part-3) we had look on basic architecture and penetration testing tools and ADB. Now let’s see some entry points for Android application Penetration testing.
From the perspective of security, the manifest file is...
Android Application Penetration Testing – Part 6
Let the fun begins. As per Owasp, Vulnerabilities has been categorized as TOP 10.
M1 - Improper Platform Usage M6 - Insecure...
Android Application Penetration Testing – Part 9
In Last Part, Android Application Penetration Testing Part 8 We have seen about the Attacking through Content Provider when an app wants to share data with another app.
Attacking through Android Pasteboard:
Android provides the...
Android Application Penetration Testing – Part 10
Attacking Broadcast receiver:
A Broadcast Receiver is an Android Component which allows you to register for system or application events.We recommend reading Android Penetration Testing – Part 5 for more details with Broadcast Receiver
Let’s examine android manifest
Broadcast receivers are generally registered...
Android Application Penetration Testing – Part 11 – Android Checklist
Mobile platforms provide many different services, from authentication, to secure data storage, to secure network communications. Failing to use some part of the platform correctly, therefore, could expose data, allow connections to untrusted hosts. With Android Application part 11,...