Posts
Injection Attacks - Applied Review
·22 mins
cwee
xpath
ldap-injection
pdf-injection
I am again making an applied review blog post series (and maybe video series) for the modules used to prepare for the CWEE exam.
eMAPT Exam Review
·5 mins
mobile
android
Mobile Hacking Exams in 2025 # First, let’s go over some public information about the exam (and others like it) and why you might want to take it.
Android - WebViews & CustomTabs
·16 mins
mobile
android
What is a WebView? # We know that android applications can interact with websites by using an intent with ACTION.
Android - Storage
·8 mins
mobile
android
We will look at how android applications store files and further have access to the file system of the device.
Android - Services
·12 mins
mobile
android
What is a Service? # A service is defined as an application component that can perform long-running operations in the background, not providing a user interface.
Android - Permissions
·7 mins
mobile
android
Overview # So far we have only examined whether or not apps are exported.
Android - Broadcast Receivers
·10 mins
mobile
android
What is a Broadcast Receiver? # Android applications can send and receive broadcast messages from both the operating system and other android applications.
Android - Content and File Providers
·22 mins
android
mobile
What is a Content Provider? # A Content Provider presents data to external applications as one or more tables - where a row represents an instance of some type of data that the provider collects and a column in the row represents an individual piece of data collected for a given instance.
Android - Intent Attack Surface
·27 mins
android
mobile
Preface # Similar to the last few android pentesting blog posts - this is heavily based off of the Hextree.
Android - Dynamic Instrumentation
·8 mins
android
mobile
What is Dynamic Instrumentation? # The more straight forward approach of understanding these android applications is by decompiling them and examining the code - after all the apk is just an archive.