wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Mobile Application Security

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

What is type of vulnerability shown?

a)

SQL injection

b)

Hijacking Broadcast Receiver

c)

Hijacking Content Provider

d)

Insecure Storage of Credential

2.

What is the correct order to attach to MobSF docker container?

I : $ docker container ls -a

II: $ docker container start <id>

III: $ docker container attach <id>

a)

II, I, III

b)

III, II, I

c)

I, II, III

3.

What is the default port for adb?

a)

22222

b)

3306

c)

5555

d)

8080

4.

What is vulnerability type shown?

a)

SQL injection

b)

Insecure Logging

c)

Brute Force

d)

Exploiting Android Keyboard Cache

5.

The script shown is use in frida to bypass?

a)

root detection

b)

SSL certificate

c)

proxy

d)

login authentication

6.

What is apktool used for?

a)

Perform security audit on .apk

b)

Compile and decompile .apk

c)

Remove .apk

d)

Uninstall .apk in Android

7.

What is type of vulnerability shown?

a)

Android Keyboard Cache

b)

Bypass root Detection

c)

Exploit Broadcast Receiver

d)

Cross Site Scripting

8.

What is the correct command to connect to Android via adb?

a)

adb devices -l

b)

adb shell

c)

adb connect <ip>:<port>

d)

adb remount