├── ANDROID ├── Android App 101 │ └── Android Exploits 101.pdf ├── Android Exploitation │ └── README.md ├── CVE-2020-0096-StrandHogg │ └── README.md ├── OPEN_FIREBASE_EXPLOIT │ ├── README.md │ └── firebaseexploit.py ├── README.md ├── SSL_CERT_INSTALLER_ANDROID7+ │ └── install.sh └── SSL_Pinning_Bypass │ └── README.md ├── Library └── Android - SSL-Pinning.pdf ├── NetHunter └── kali.txt ├── PDF ├── Android - SSL-Pinning.pdf ├── Mobile App Hackers Handbook.pdf ├── Mobile-Security-Testing-Guide.pdf ├── Mobile_Hacking_Android_cheatsheet_v0.1.pdf ├── Mobile_Hacking_iOS_cheatsheet_v0.1.pdf ├── README.md ├── iOS Application Security The Definitive Guide for Hackers and Developers.pdf ├── iOS Hacking Guide.pdf ├── pentest-report_smartsheriff-2.pdf └── pentest-report_smartsheriff.pdf ├── README.md └── VulnerableApplications ├── README.md ├── app.apk ├── com.hpandro.androidsecurity_1.3.apk ├── diva-beta.apk ├── periscope_1.25.5.93.apk ├── red_light_green_light.apk └── vulnwebview.apk /ANDROID/Android App 101/Android Exploits 101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/ANDROID/Android App 101/Android Exploits 101.pdf -------------------------------------------------------------------------------- /ANDROID/Android Exploitation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/ANDROID/Android Exploitation/README.md -------------------------------------------------------------------------------- /ANDROID/CVE-2020-0096-StrandHogg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/ANDROID/CVE-2020-0096-StrandHogg/README.md -------------------------------------------------------------------------------- /ANDROID/OPEN_FIREBASE_EXPLOIT/README.md: -------------------------------------------------------------------------------- 1 | https://blog.securitybreached.org/author/babayaga47/ 2 | -------------------------------------------------------------------------------- /ANDROID/OPEN_FIREBASE_EXPLOIT/firebaseexploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/ANDROID/OPEN_FIREBASE_EXPLOIT/firebaseexploit.py -------------------------------------------------------------------------------- /ANDROID/README.md: -------------------------------------------------------------------------------- 1 | # EXPLOITS 2 | This repository contains android app exploits. 3 | -------------------------------------------------------------------------------- /ANDROID/SSL_CERT_INSTALLER_ANDROID7+/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/ANDROID/SSL_CERT_INSTALLER_ANDROID7+/install.sh -------------------------------------------------------------------------------- /ANDROID/SSL_Pinning_Bypass/README.md: -------------------------------------------------------------------------------- 1 | Pdf 2 | -------------------------------------------------------------------------------- /Library/Android - SSL-Pinning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/Library/Android - SSL-Pinning.pdf -------------------------------------------------------------------------------- /NetHunter/kali.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/NetHunter/kali.txt -------------------------------------------------------------------------------- /PDF/Android - SSL-Pinning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/PDF/Android - SSL-Pinning.pdf -------------------------------------------------------------------------------- /PDF/Mobile App Hackers Handbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/PDF/Mobile App Hackers Handbook.pdf -------------------------------------------------------------------------------- /PDF/Mobile-Security-Testing-Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/PDF/Mobile-Security-Testing-Guide.pdf -------------------------------------------------------------------------------- /PDF/Mobile_Hacking_Android_cheatsheet_v0.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/PDF/Mobile_Hacking_Android_cheatsheet_v0.1.pdf -------------------------------------------------------------------------------- /PDF/Mobile_Hacking_iOS_cheatsheet_v0.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/PDF/Mobile_Hacking_iOS_cheatsheet_v0.1.pdf -------------------------------------------------------------------------------- /PDF/README.md: -------------------------------------------------------------------------------- 1 | # PDF 2 | -------------------------------------------------------------------------------- /PDF/iOS Application Security The Definitive Guide for Hackers and Developers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/PDF/iOS Application Security The Definitive Guide for Hackers and Developers.pdf -------------------------------------------------------------------------------- /PDF/iOS Hacking Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/PDF/iOS Hacking Guide.pdf -------------------------------------------------------------------------------- /PDF/pentest-report_smartsheriff-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/PDF/pentest-report_smartsheriff-2.pdf -------------------------------------------------------------------------------- /PDF/pentest-report_smartsheriff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/PDF/pentest-report_smartsheriff.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/README.md -------------------------------------------------------------------------------- /VulnerableApplications/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/VulnerableApplications/README.md -------------------------------------------------------------------------------- /VulnerableApplications/app.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/VulnerableApplications/app.apk -------------------------------------------------------------------------------- /VulnerableApplications/com.hpandro.androidsecurity_1.3.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/VulnerableApplications/com.hpandro.androidsecurity_1.3.apk -------------------------------------------------------------------------------- /VulnerableApplications/diva-beta.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/VulnerableApplications/diva-beta.apk -------------------------------------------------------------------------------- /VulnerableApplications/periscope_1.25.5.93.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/VulnerableApplications/periscope_1.25.5.93.apk -------------------------------------------------------------------------------- /VulnerableApplications/red_light_green_light.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/VulnerableApplications/red_light_green_light.apk -------------------------------------------------------------------------------- /VulnerableApplications/vulnwebview.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammedshine/MOBILEAPP_PENTESTING_101/HEAD/VulnerableApplications/vulnwebview.apk --------------------------------------------------------------------------------