Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hacking and Modifying Android Apps
Rating: 4.7 out of 5(9 ratings)
246 students

Hacking and Modifying Android Apps

Penetration Testing of Android Apps | ethical hacking
Created byAfif Alfahmi
Last updated 6/2025
English
English [Auto],

What you'll learn

  • Penetration Testing of Android Apps
  • Identify Android Apps Vulnerabilities and exploit them
  • Android Traffic Interception using Burp Suite
  • Solve Android CTF Challenges
  • Bypass SSl Pinning using Frida
  • Patch Android Apps from the Smali code
  • Install CA certificates & trust it to perform a Man In the Middle (MITM) attack
  • Understand Android App Components and Structure
  • Develop scripts to patch and analyze Android Apps
  • Learn Dynamic Analysis and Static Analysis of Android Applications
  • Write Frida scripts to hock Android Apps
  • Learn ADB Commands and Shell Commands to investigate Android apps
  • Decompile, Modify and Rebuild Android Apps
  • Ethical hacking of Android Apps

Course content

4 sections34 lectures2h 53m total length
  • Course Overview2:50

    Explore hacking and patching Android apps, analyze app structure and components, install tools on Windows and Linux, and practice dynamic and static analysis using mutation testing techniques.

  • Course Requirements3:14

    Learn the course requirements and install and use decompiling, penetration testing, and patching tools on Windows or Linux, with Android emulators or devices for lab debugging.

  • Welcome to Android1:28

    Explore the Android operating system basics, including system architecture, data storage, and app components—activities, background services, broadcast receivers, and content providers—and learn development tools, decompiling, and testing for penetration testing.

  • About Android4:01

    Discover Android as a linux kernel–based open platform with the application framework, binder IPC, Android runtime art, and JNI for native code, plus app-specific storage, preferences, and SQLite via Room.

  • APK File5:01

    Explore the APK file, the Android package format that bundles resources, libraries, dex code, and the manifest; learn how activities, services, broadcast receivers, and content providers are organized.

Requirements

  • Basic Programming Knowledge

Description

This course will teach you how to perform the Penetration Testing of Android Applications,

With the spread of Android applications there are many vulnerabilities in these applications, so we must learn how to analyze these applications and know the most important tools that are used in the penetration testing of Android Applications, also We will learn how to prepare the test environment and use the Emulators.


At the beginning of this course, we will learn what the Android system is and how it works also the structure of the APK file, After that we will learn how to install the tools on Windows and Linux, After completing the installation of the tools, we will learn the basics of Android Application development and how its components work,

then we will start the Static Analysis and information gathering in order to solve the CTF challenges also we will learn the Dynamic Analysis and the hooking using Frida, We will learn how to write scripts and how to apply the Automated Testing using these scripts, also how to install the CA certificates and intercept the Network Traffic using Burp Suite.


When you complete this course you will be able to perform the Penetration Testing and apply the most hacking techniques of Android Apps, and you will have the skills to write the Patching and Automated Testing Scripts

Who this course is for:

  • Beginner Penetration Tester
  • Students who want to learn Android Penetration Testing and CTF Challenges.