Man-in-the-Middle (MITM)
Man-in-the-Middle (MITM) A Man-in-the-Middle (MITM) attack is where an attacker intercepts and potentially manipulates the communication between a client (Android app) and a server. In Android pen...
Man-in-the-Middle (MITM) A Man-in-the-Middle (MITM) attack is where an attacker intercepts and potentially manipulates the communication between a client (Android app) and a server. In Android pen...
APK 101 What is an APK? APK stands for Android Package Kit. It is the file format used by the Android operating system for the distribution and installation of mobile apps and middleware. The st...
Introduction As part of my journey into Android security, I recently completed the Android App Hacking course on Udemy. This course offers a comprehensive, hands-on approach to understanding Andro...
Drozer is a comprehensive and flexible penetration testing framework for Android devices. It allows security professionals to find and exploit vulnerabilities in Android applications and devices. ...
In this challenge, we face a twist on the classic arbitrary-write scenario from the write4 challenge. However, this time, we don’t have easy-to-use mov [addr], reg gadgets. This time we will find ...
In this blog post, I’ll walk through solving the badchars challenge from ROP Emporium This challenge focuses on arbitrary memory writes, but with a tricky twist—certain “bad characters” corrupt ou...