# Video Tutorials

{% hint style="success" %}
A curated collection of learning resources to get started with Android application security, mobile app pentesting, and bug bounty hunting. This repository includes video tutorials, blog posts, hands-on labs, and practice materials for both Android and iOS platforms.
{% endhint %}

* [Mobile Pentesting by Intigriti](https://www.youtube.com/playlist?list=PLmqenIp2RQcjBWzwMZQbIkbuVDmkYi_KF)
* [Hacker101 – Mobile Crash Course](https://www.hacker101.com/sessions/mobile_crash_course)
* [Android Bug Bounty Playlist](https://www.youtube.com/playlist?list=PL1f72Oxv5SylOECx9M34pLZlNa7YkJJ14)
* [How to Hack Android Apps (Frida)](https://www.youtube.com/watch?v=mr64si_-YwI)
* [How to Bypass SSL Pinning](https://www.youtube.com/watch?v=vjCF_O6aZIg)
* [How to Root Android Emulator in 2 Minutes](https://www.youtube.com/watch?v=OLgmPxTHLuY)
* [Intercepting Android App Traffic with BurpSuite](https://www.youtube.com/watch?v=xp8ufidc514)
* [Mobile Application Pentesting](https://www.youtube.com/playlist?list=PLxlnw7Sfbtf9pBNKKQPJTSyI8KNHvgoMJ)
* [Finding Sensitive Data in Android Apps with Nerdwell](https://www.youtube.com/watch?v=D_-mHBkfThI)
* [Exploiting Android Deep Links and Exported Components](https://www.youtube.com/watch?v=lg1sN8njSYs)
* [Mobile App Pentesting by Hacking Simplified](https://www.youtube.com/playlist?list=PLGJe0xGh7cH2lszCZ7qwsqouEK23XCMGp)
* [Android Security Testing](https://www.youtube.com/watch?v=6-M_7O3A8AI)
* [Full Android Penetration Testing Course Playlist](https://www.youtube.com/playlist?list=PLwk2o8vr7P8EyIA27vaxCXUUaGHRZj49t)
* [Android App Penetration Testing - OWASP Top 10](https://www.youtube.com/playlist?list=PLdGbzQX3gR8JJkl2J4VmBckqhLhA_mfNY)
* [Bypass Biometrics in Mobile Apps](https://www.youtube.com/watch?v=zIaKX3zgNF8)
* [Intercept traffic with Objection and Burp](https://www.youtube.com/watch?v=Ft3H-3J67UE)
* [Hacking and Pentesting Android Apps](https://www.youtube.com/playlist?list=PL5eTpNI3Q8oUbw9vozVYatATMKKsDtnoJ)
* [Hacking and Pentesting iOS Apps](https://www.youtube.com/playlist?list=PL5eTpNI3Q8oVedOucH_DAdd6SP6wc-KSD)
* [Android Application Pen-testing Course](https://www.youtube.com/playlist?list=PL4S940IsHJYWhhYOpBk6Y-U9nTQq2omae)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oreobiscuit.gitbook.io/introduction/learn-android-bug-bounty/video-tutorials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
