Introduction to Android Hacking

Sdílet
Vložit
  • čas přidán 16. 07. 2024
  • 📱🐛 Learn the basics of Mobile Hacking (Android). In this introductory video, we are going to discuss android hacking in relation to bug bounty. We'll look at the OWASP top 10 mobile vulnerabilities, the approaches to mobile hacking (static/dynamic), the relevant programming languages to be familiar with, the structure of APK files, the key tools/techniques (with practical demos), the most essential learning resources and practical labs etc 🧠 #BugBounty #EthicalHacking #Mobile #Android #Tutorial #Introduction
    Check the full video playlist HERE: • Mobile Hacking
    Overview:
    0:00 Intro
    1:02 OWASP top 10 (mobile)
    2:53 Approaches to android hacking
    4:42 Useful programming languages
    6:25 APK structure
    7:34 Tools: apktool
    12:02 Tools: dex2jar
    13:30 Tools: jadx-gui
    15:36 Tools: aapt
    16:21 Tools: android studio
    20:05 Tools: drozer
    21:55 Tools: mobile security framework (MobSF)
    27:45 Tools: frida
    29:04 Resources
    31:40 Practical labs
    32:46 Conclusion
    Looking to try android hacking and score some bug bounties? check out the active programs on Intigriti 💜
    🧑💻 Sign up and start hacking right now - go.intigriti.com/register
    👾 Join our Discord - go.intigriti.com/discord
    🎙️ This show is hosted by / _cryptocat ( ‪@_CryptoCat‬ ) & / intigriti
    👕 Do you want some Intigriti Swag? Check out swag.intigriti.com
    📚 Video-specific Resources 🤓
    owasp.org/www-project-mobile-...
    owasp.org/www-project-mobile-...
    www.hackerone.com/ethical-hac...
    github.com/tanprathan/MobileA...
    github.com/B3nac/Android-Repo...
    github.com/xtiankisutsa/aweso...
    book.hacktricks.xyz/mobile-pe...

Komentáře • 48

  • @abhizala
    @abhizala Před rokem +17

    Steve Aoki teaching android hacking, next level

    • @intigriti
      @intigriti  Před rokem +2

      👌🤣

    • @wolfrevokcats7890
      @wolfrevokcats7890 Před rokem

      haha, is this really the same person?

    • @abhizala
      @abhizala Před rokem

      @@wolfrevokcats7890 no lol

    • @wolfrevokcats7890
      @wolfrevokcats7890 Před rokem +1

      @@abhizala lol. This is CryptoCat. Don't know his real name, but he has very cool yt channel too www.youtube.com/@_CryptoCat

  • @PinkDraconian
    @PinkDraconian Před rokem +10

    Oh yes! This is going to be one hell of a series! 🔥 Can't wait to see the rest of it!

  • @camelotenglishtuition6394

    Android is always something I wanted to hack. I'm just finishing up the apisec api hacking course and hope to get into android hacking later this year. Thank you so much for all you do! (p.s I'll be choosing intigriti for bug bounties in the next few months).

    • @intigriti
      @intigriti  Před rokem +1

      Awww thanks very much! Hope these videos will be useful and *for sure* check out some of the programs on intigriti 🥰

    • @camelotenglishtuition6394
      @camelotenglishtuition6394 Před rokem +2

      @@intigriti They are very useful , and also it seems that intigriti really cares about its user base. It's the fast responses and replies to emails which were my reasons for choosing your platform. (also xxs rat gave you a shout out and his reasons seemed reasonable). Peace, and have a great day!

  • @srcybersec1736
    @srcybersec1736 Před rokem +1

    ❤ great video to start

  • @pwnhun73r
    @pwnhun73r Před 10 měsíci +1

    Thank you for sharing this content!!

    • @intigriti
      @intigriti  Před 10 měsíci

      Thank you for commenting on this content! 🥰

  • @TheLegendBoy295
    @TheLegendBoy295 Před 9 měsíci +2

    Asslamalikom, May Allah guide you Ameen. You are doing great work keep working. We are with you ❤

  • @AZa4sh1r0
    @AZa4sh1r0 Před rokem +5

    Dude i started learning how to hack android yesterday, to get the eMAPT cert hahah, thanks!

    • @intigriti
      @intigriti  Před rokem +1

      Perfect timing! 🔥 Let us know if there's any aspects of the course you find particularly important and/or if you think there's a lack of high quality resources online for some modules 🙂

    • @wolfrevokcats7890
      @wolfrevokcats7890 Před rokem

      yeah, looking forward to get this cert too. Let's get it!

  • @hackthebox112
    @hackthebox112 Před rokem +2

    Good

  • @NIKHILKUMAREH
    @NIKHILKUMAREH Před 6 dny

    You have forgotten about the adb tool

  • @nomore4421
    @nomore4421 Před 5 měsíci

    Is this course for beginners ? and if not what i need to learn to follow along ? thank you in advance

    • @intigriti
      @intigriti  Před 5 měsíci +1

      This is a course to get you started - help you find the resources and tools you need for android hacking, and learn about the techniques used. If there's anything you don't understand in the video, take the time to research it further 😉

  • @Sidarora412
    @Sidarora412 Před 11 měsíci +1

    Hi,
    There are some app which are not working on emulators, show a rooted device detected and got crash without any error. Is there a way to run those apps?

    • @intigriti
      @intigriti  Před 11 měsíci

      You could check the "how to root AVD" and "bypass root detection" videos in this series, see if they help 🙂

  • @esoochannel3864
    @esoochannel3864 Před rokem +2

    Hello , could you share the slides please if you don't minde?

    • @intigriti
      @intigriti  Před rokem +1

      Hello! Are you looking for the resources mentioned in the slides? They are in the video description 🙂

  • @wolfrevokcats7890
    @wolfrevokcats7890 Před 6 měsíci

    17:46 what is the actual alias value for android_studio @ 17:46 ?

    • @intigriti
      @intigriti  Před 6 měsíci +1

      Hey, the alias is just a call to the .sh script:
      alias android_studio='/home/crystal/apps/android-studio/bin/studio.sh'
      I have a full list of my aliases here, in case you might find any others useful: github.com/Crypto-Cat/CTF/blob/main/my_bash_aliases.md

  • @AGENTZackY
    @AGENTZackY Před rokem +2

    I really love intigriti, its simply beautiful platform 🎉🎉

  • @ahmedgames9335
    @ahmedgames9335 Před rokem +1

    we can hack android games using editing memory ?

    • @intigriti
      @intigriti  Před rokem +1

      Good question! I haven't done any android game hacking, maybe some of these tools would be worth checking out: drfone.wondershare.com/android-tips/android-game-hackers.html

  • @andrewdunbar828
    @andrewdunbar828 Před 8 měsíci +1

    When you have to use the word "archive" but you've never heard anyone say it aloud before. (-:

    • @intigriti
      @intigriti  Před 8 měsíci

      Timestamp me! 😆

    • @andrewdunbar828
      @andrewdunbar828 Před 8 měsíci

      @@intigriti Every time I think... I'll mark the first one... 6:33 - You obviously know what you're talking about so at first I thought you were pronouncing it ironically...

    • @intigriti
      @intigriti  Před 8 měsíci +1

      lmao tbh i'm pretty sure I alternate between pronunciations from video to video.. maybe even in the same video sometimes :') I actually thought the UK/US pronunciation of "archive" were different but ig not.. now I know 😄
      edit: yep, just noticed I pronounce it correctly in today's video upload, which I recorded last week 🥴

  • @user-yz2tt6yy2z
    @user-yz2tt6yy2z Před 4 měsíci

    how to protect android phones from hacking ? Is there any solution ?

    • @intigriti
      @intigriti  Před 4 měsíci

      There's two different issues; secure phones and secure apps. You can increase your phone's security by keeping it up to date (apps too), not rooting it, using some kind of AV/anti-malware etc. For keeping android apps secure, there are many secure design principles that should be followed in the dev lifecycle.

  • @informationdisclosure
    @informationdisclosure Před 10 měsíci +1

    thank you so much

  • @wolfrevokcats7890
    @wolfrevokcats7890 Před rokem +3

    This guy sounds familiar. When he used tldr, a tool which I learned from another youtube channel called _CryptoCat, I was wondering if this was the same person.
    Then, I looked at the description and realized it was!
    Good job Intigriti for inviting CryptoCat to your channel, I really like the way he teaches.
    Looking forward for more tips and tricks in Android Hacking
    I would love to hear more about dynamic analysis using MobSF, Drozer and Frida

    • @intigriti
      @intigriti  Před rokem +1

      Thank you! 🙏🥰 A good few episodes planned for this series, so we'll definitely cover some dynamic analysis with the tools you mentioned 🙂

    • @wolfrevokcats7890
      @wolfrevokcats7890 Před rokem +1

      @@intigriti awesome, you're the best!

  • @srcybersec1736
    @srcybersec1736 Před rokem +1

    @intigriti need more