Bypassing Multiple Defenses in Android | Frida and Objection

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

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

  • @suruurism
    @suruurism Год назад +3

    You deserve millions of subscribers,

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

    It didn't work for me....i tried all scripts related to ssl pinning bypass from frida site...the problem is whenever i try to inject the frida java scripts...the android app restart.....i am having a miui device...i don't know what to do

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

    Nice presentation... Very informative and forward...
    I like that you showcased objevtion.. Most use Frida or Drozer. Thank you 🙏

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

    What about frida detection? Decent protectors will always try to detect frida usage.

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

      Honestly, I have tested a lot of apps at this point, and I almost never see frida detection. I know it does exist, but it just doesn't seem that common. I probably will cover that in a future video at some point though.

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

      @@CorSecure second vote for frida detection on top of ssl on top of certificate pinning please and thank you brutha!..

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

      @@CorSecure all relevant applications are protected I think. Like Facebook, Instagram, Tiktok, Snapchat, RUclips, games, etc.

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

      ​@@CorSecureanother vote.
      My app always show 'Secure violation ' "Frida tools" detected, the app will be terminated'
      Is there a way to hide/remove the frida tools?

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

    on the second method, the frida script says some Java codes. Does it mean it only works on android apps that are built with native Java? or does it works on apps built with Flutter or React Native?

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

      It should work in most Flutter and React Native apps unless they have some other protections enabled. In general, the language the app is built with should not have any effect on using Frida.

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

    Excellent video, how bypass frida detection?

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

    Well done, good pace and very helpful!

  • @sudesh6807
    @sudesh6807 8 месяцев назад

    Would SSL pinning work if code is obfuscated using android proguard or R8?

    • @CorSecure
      @CorSecure  8 месяцев назад

      SSL pinning and code obfuscation are two different unrelated mechanics. whether or not you have code obfuscation doesn't affect SSL pinning at all.

  • @salad7389
    @salad7389 10 месяцев назад

    Do you have anywhere we can directly talk to you and ask some questions if you have time?

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

    If we put check on first launching screen then these script can bypass root or ssl pinning or not. On launching we are checking and finishing it. please help me to correct

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

      Where the root or pinning check is executed doesn't typically have any effect on whether or not it can be bypassed.

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

    I am not an expert - I have an application on my phone, and there is a file containing settings for the application, and I import the file into the application..... I want to use hook to extract those settings... How do I do that? Give me a simple example😭😭

  • @Ronaldo-pg8by
    @Ronaldo-pg8by 10 месяцев назад

    the second way (using frida), its needed to run frida server first on the device ?

    • @CorSecure
      @CorSecure  10 месяцев назад

      Yes. You have to start the frida server on the device for anything using either objection or frida.

  • @sharkwaresvn
    @sharkwaresvn 4 месяца назад

    Thanks god, you saved my life

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

    Hey, would you be down to be commissioned to do a private tutorial on certain apps?

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

    When will you upload owasp crackme's remaining level videos ?

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

    What about flutter application

  • @levi-pe4jb
    @levi-pe4jb Год назад

    what of bypassing this on application built with flutter

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

      I haven't had much experience working with flutter apps, but whenever I get more experience in that area, I will probably make a video about it.

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

    Can u able to make video hide root detection in a game
    Last island of survival

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

    What is solution to prevent these attack in android

    • @CorSecure
      @CorSecure  6 месяцев назад +1

      There are some other solutions using certificate transparency and some more robust protections that are more difficult to bypass. Most of these options are significantly more work (and sometimes more cost for enterprise solutions), but by the nature of mobile applications, they are most likely not impossible to bypass either. It really comes down to whether or not the benefit of having those protections in place are worth the additional effort and/or cost.

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

    Great video! So informative, thanks!

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

    I see an app that checks Developer Option On it cant run when the developer option is turned on, how to deal with that?

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

      Interesting. I don't think I've ever seen an app that checked for Developer Options. I would imagine that you could probably bypass that check with Frida. You can check the Frida Codeshare to see if there are any scripts that have already been made by the community, but you might have to do some reverse engineering and write your own script.

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

      @@CorSecure Yes there is, the app is made with flutter (it's a banking app). To use The frida and Objection, the Developer Options has to be turned on, yes?
      I'm still not famiar with frida scripts, maybe you can do update in your video about the script for Dev Option checking, please.

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

    I mean not banking apps dude but like objection has given me issues and Im just trying to quickly learn how to install the frida gadget into my apk alongside metasploit

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

      I have a video where I walk through patching an apk with objection, and I work through some different errors that are commonly seen with objection. I don't know of a different way to build the gadget into the apk.
      ruclips.net/video/qaJBWcueCIA/видео.html

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

      Thank you I managed to get it working on my rooted device through adb pair the only thing I tweaked was using adb pair you should try it
      once you finish pushing and modifying the server in /data/local/tmp you can run it in the back ground frida-server & and
      check to see if command execution was granted access with frida-ps -U
      all over wifi this is amazing
      I'm going to pop some pop corn and watch your tutorial here in an hour currently going to watch some of the originals episodes on vampires thank you
      @@CorSecure

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

      I have another video where I went over installing the frida server on the device. ruclips.net/video/S8Qt1dWfPjs/видео.html
      I misunderstood your question. I thought you specifically wanted to package the frida gadget with the apk. It sounds like you have it figured out though, so I'm glad you got everything working.

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

      @@CorSecure yeah I tried to follow it but I have too many errors with zipalign I even tried using frida-gadget I took it all the way back to now I'm going to create my own app with android studio and simply inject the Frida file there I have my aarch ready

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

    its work tiktok or facebook ?

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

    does this work with reddit apk?

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

    How to bypass emulator detection?

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

      It depends on how the app is implementing the emulation detection, but here is a Frida script from the Frida Codeshare that might work for you.
      codeshare.frida.re/@khantsithu1998/bypass-react-native-emulator-detection/
      I'm going to try to make another video showing some different kinds of Frida bypasses soon.

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

    great vedio thanks and keep it up

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

    Great video, keep it up bro.!

  • @RohitKumar-ci3jc
    @RohitKumar-ci3jc Год назад

    iphone ?

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

    Clear video

  • @XERX-XD
    @XERX-XD Год назад

    Hey brother how I can contact you personally? Is there any your IG account??