0

What is the best tool for pen testing android app? I want to connect the device to my PC, launch the app in my android device, execute different functions of the app and pen test the app using pen testing tools in my PC. I don't want to use any kind of emulator. What is the best approach to pen test in this way? Can I do it in Kali Linux platform? Any kind of suggestion for tools or anything would be helpful.

Thank You.

Tahseen Adit
  • 184
  • 2
  • 7
  • 22

3 Answers3

1

First learn about adb commands for connect the device to your PC. So that you can launch app in your device. Yes you can use Kali linux.
Then go for these tools,

  1. BurpSuite Pro (for proxy intercept , etc)

  2. Drozer

  3. dex2jar

  4. AppWatch by Attify.com

  5. AndroBugs

  6. MobSF

  7. JD-Gui (for analyzing source code)

  8. apktool

Each tool has its own specialty.

These are the latest tools you can use for android penetration testing

codedevloper
  • 1,928
  • 1
  • 13
  • 7
0

If you are looking for opensource tool to audit your android app go for Mobisf

m1k
  • 37
  • 1
  • 6
0

I am not sure to answer question but there are unlimited tools you could use, it totally depends for which purpose etc. see few tools I like to use below

  • APKInspector:
  • Androrat
  • Droidbox
  • zaNTI
  • Dsploit

Regards

Daniel

XsiSecOfficial
  • 954
  • 8
  • 20