Genymotion - Proxying Android App Traffic Through Burp Suite | Cameron Cartier

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

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

  • @HosseinGolzari-s5u
    @HosseinGolzari-s5u 11 месяцев назад

    Thank you so much. im trying three days for intercepting android data with android studio emulator and today i have done it with your video.

  • @pamazgostv
    @pamazgostv 5 месяцев назад +1

    fkn banged my head trying to setup the proxy inside the emulator's settings. It worked super easy via adb. TY so much!

  • @manjilneupane7972
    @manjilneupane7972 Год назад +5

    And it is the actual video i was looking for... Thankyou so much

  • @TheRich464
    @TheRich464 Год назад +2

    Thanks for the walkthrough 🎉

  • @iam_epa
    @iam_epa 5 месяцев назад

    finalyyyyy thanks alot

  • @gand0rfTRZ
    @gand0rfTRZ Год назад +1

    This is really interesting. I will have to give it a try.

  • @idanlevi17
    @idanlevi17 Год назад +1

    can you explain why you used adb instead of the mobile "settings"?

  • @nelly4921
    @nelly4921 Год назад

    Thank you for the amazing walk through

  • @y3z0h
    @y3z0h 5 месяцев назад

    Thanksss so much!! Helped me a lot cause default way of configuring proxy inside android wasan´t working.

  • @azkymuhtarom
    @azkymuhtarom Год назад +1

    i using qemu from android studio.. after adb shell settings put global http_proxy localhost:3333 and adb reverse tcp:3333 tcp:8090... burp show my api but my internet in emulator broken... any ide for my situation ?

  • @piyushnigam4916
    @piyushnigam4916 3 месяца назад

    HOW TO DO THIS FOR FLUTTER APPLICATION PLEASE SUGGEST .

  • @benjaminmunoz9136
    @benjaminmunoz9136 9 месяцев назад

    Great video, thanks!

  • @jruiz1951
    @jruiz1951 Год назад +1

    Hi very informative video, can it be possible to make a video on how to bypass an app that blocks the vpn proxy & thanks

  • @archersterling4044
    @archersterling4044 Год назад

    Awesome, just perfect.

  • @kiroolos
    @kiroolos 6 месяцев назад

    Thank you so much

  • @zeux1024
    @zeux1024 Год назад

    It's very useful video for me. Thanks :)

  • @wardellcastles
    @wardellcastles Год назад

    Great vid. Why do you set your proxy to port 3333 then a reverse to 8082? Why not set proxy to 8082 and not set any reverse?

    • @BlackHillsInformationSecurity
      @BlackHillsInformationSecurity  Год назад

      In theory this should work, however I have found emulators to be rather finicky. There are certain situations in which the reverse proxy is necessary, such as described here:
      www.genymotion.com/blog/access-internal-web-services-android-devices-running-cloud-using-adb-reverse/.
      We demonstrate this method because it seems to be the most universal and reliable.
      - Cameron

  • @imanolmarin7766
    @imanolmarin7766 Год назад

    Thank you very much!

  • @chrstanarmas8898
    @chrstanarmas8898 10 месяцев назад +1

    cool video

  • @itsm3dud39
    @itsm3dud39 Год назад

    thanks mam now it works

  • @xaferima
    @xaferima 9 месяцев назад

    Thanks!
    if someone has this error "mount: '/system/' not in /proc/mounts"
    Just mount directly the root(/):
    mount -o rw,remount /

  • @JXDMDEV
    @JXDMDEV 11 месяцев назад

    "Could you make a tutorial addressing only this issue and how to solve it?? Please."

  • @mbhatamb
    @mbhatamb 2 месяца назад

    what is adb

  • @mahmudaminu3179
    @mahmudaminu3179 9 месяцев назад

    I lost my internet access on AVD immediately after I rebooted it, and I'm unable to fix it, Do you have any suggestions pls?

    • @benjaminmunoz9136
      @benjaminmunoz9136 9 месяцев назад

      Yes, you must restart the adb proxy with this command:
      adb reverse tcp:3333 tcp:8082

  • @JXDMDEV
    @JXDMDEV 11 месяцев назад

    "Do you need a cloud plan to access network traffic from Genymotion emulators?"

  • @peterkim9696
    @peterkim9696 11 месяцев назад

    How can we bypass ssl pinning cause I want to pentest Instagram

  • @alimustafa2682
    @alimustafa2682 Год назад

    I love you

  • @Roger11719
    @Roger11719 Год назад

    booting up by nobandwidth

  • @liquidtea9347
    @liquidtea9347 Год назад

    I stumbled upon this video because I'm trying to play mobile games like Pokemon Go on my Steam Deck. And yes, I know Pokemon Go will not work on the Steam Deck because the Steam Deck does not have a GPS. I'll be happy spoofing as the dirty cheater I am. Also games like Sky: Children of the Light on my Steam Deck through Genymotion. I have Genymotion downloaded with the Amazon Fire HD 8 (for it and the Steam Deck has the same screen resolution) and working on my Steam Deck but Pokemon Go and Sky are not found in the Google Play Store and/or not compatible with the device. I'm assuming it's because the Google Play Store and others like Aptoid know it's an emulator as I've tried everything on a Google Pixel emulation like shown in this video.
    I'm not well versed in the ways of magic you all call "computer science" but am I onto something here? Is this video the answer to my problems? can someone with better skills test it for me?
    I got to the point where I needed the adb program, which I assumed was the Android Debug Bridge from a Google search. I followed the gide for it on Android.Developer.com and it lead me to download the SDK Platformtools where I skipped using the SDK Manager and downloaded the tools themselves instead. After extracting and executing everything from that zip file, I realized this may have been a wrong turn and I am way in over my head. That expression makes no sense now that I typed it but you get what I mean.
    All of this was done on Linux, on a Steam Deck.
    Please help me. Thanks!