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 5
Android Components
Three of the four component types—activities, services, and broadcast receivers—are activated by an asynchronous message called an intent.
Activating Components
Intents bind individual components to...