nerdexam
CompTIA

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…

Tools and Code Analysis

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)
  • A
    4% (2)
  • B
    13% (6)
  • C
    81% (39)
  • D
    2% (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

#Mobile Application Security#Reverse Engineering#Hard-coded Credentials#Code Analysis

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice