NEW
Font size
WorksheetsMobile Application Security
Total questions: 8
Worksheet time: 4mins
What is type of vulnerability shown?
SQL injection
Hijacking Broadcast Receiver
Hijacking Content Provider
Insecure Storage of Credential
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>
II, I, III
III, II, I
I, II, III
What is the default port for adb?
22222
3306
5555
8080
What is vulnerability type shown?
SQL injection
Insecure Logging
Brute Force
Exploiting Android Keyboard Cache
The script shown is use in frida to bypass?
root detection
SSL certificate
proxy
login authentication
What is apktool used for?
Perform security audit on .apk
Compile and decompile .apk
Remove .apk
Uninstall .apk in Android
What is type of vulnerability shown?
Android Keyboard Cache
Bypass root Detection
Exploit Broadcast Receiver
Cross Site Scripting
What is the correct command to connect to Android via adb?
adb devices -l
adb shell
adb connect <ip>:<port>
adb remount
