PT0-002 · Question #543
During an assessment, a penetration tester compromised a mobile application by decompiling the APK binary file. Which of the following was most likely the issue?
The correct answer is C. Hard-coded credentials. When a penetration tester decompiles an APK (Android application package) file, one of the most common findings is hard-coded credentials. These are sensitive pieces of information (such as usernames, passwords, API keys, or database credentials) embedded directly in the…
Question
During an assessment, a penetration tester compromised a mobile application by decompiling the APK binary file. Which of the following was most likely the issue?
Options
- AOutdated firmware
- BThird-party library
- CHard-coded credentials
- DData corruption
How the community answered
(48 responses)- A4% (2)
- B13% (6)
- C81% (39)
- D2% (1)
Explanation
When a penetration tester decompiles an APK (Android application package) file, one of the most common findings is hard-coded credentials. These are sensitive pieces of information (such as usernames, passwords, API keys, or database credentials) embedded directly in the application code. Hard-coded credentials pose a significant security risk because they can be easily extracted through reverse engineering or decompilation of the APK. Attackers can use these credentials to gain unauthorized access to the application or its backend services.
Topics
Community Discussion
No community discussion yet for this question.