user3511026
user3511026

Reputation: 159

Is adb tool is used for security testing?

Is adb tool is used for security testing?

Hi All, Is adb tool is used for security testing of mobile applications? can any one help me out and is it possible to run on ubuntu?

Upvotes: -1

Views: 472

Answers (1)

Asha m
Asha m

Reputation: 1

Yes ADB(Android Debug Bridge) tool can be used for Android Mobile app security Testing.ADB comes along with android sdk(software development toolkit) , so it's possible to run on ubuntu platform by downloading android sdk.

Android Debug Bridge (adb) is a command line tool that lets you communicate with an emulator or connected Android device.Some of the usefull commands are as follows :

  • adb devices : displays list of all attached devices/emulators.
  • adb help : displays list of supported adb commands.

Reference link : Click Here

Upvotes: -1

Related Questions