Android Penetration Testing:

Поделиться
HTML-код
  • Опубликовано: 13 фев 2024
  • This video will help you with the setup of android virtual devices and then intercepting traffic from your Android devices or android virtual devices into your burp suite. This requires configuring the certificate and setting up manual proxy.
    #mobileapplications #androidsecurity #androidpenetrationtesting #androidapp #androiddeveloper

Комментарии • 5

  • @amrganainy3897
    @amrganainy3897 21 день назад

    your test at the end the site only works if intercpetion is off which makes no since since it should load with interception on plus the duonlingo also didnt connect to internet with interception on which means the method failed, what? am i missing something

    • @SecureMonk
      @SecureMonk  20 дней назад

      In this video , i have just mentioned about the setting up the tools. In this case, we were able to communicate to google.com through android inbuilt browser but we saw APK (duolingo) failed to communicate with internet since it is in SSL. In order to communicate with the internet , we have to bypass SSL using Frida which I have discussed in other videos. This was just a tool setup video. Please get into other videos where you will see how the apk file such as duolingo communicates with the internet. Let me know if you still face any difficulty.

  • @found404x
    @found404x 3 месяца назад +1

    SSL Pinning 😊

  • @dhruvraghuwanshi6613
    @dhruvraghuwanshi6613 Месяц назад +1

    bro its not wrokign wiith app website are working fine

    • @SecureMonk
      @SecureMonk  Месяц назад

      You will have to bypass SSL using frida universal script.Post that apk will communicate the server.
      Please checkout the videos 11 & 12 for setting up & running frida server and using frida script to bypass SSL for the respective apk file.