Scenario: During a security test using Appium, you encounter a situation where the mobile app seems to be vulnerable to SQL injection attacks. How would you confirm this vulnerability and propose a solution?

  • Craft SQL injection payloads, observe app behavior, document findings, and provide recommendations for secure coding practices
  • Immediately report the vulnerability without further confirmation
  • Seek approval to perform penetration testing on the app
  • Skip the issue as it might be a false positive, continue with the testing
To confirm and address SQL injection vulnerabilities, crafting payloads, observing app behavior, and documenting findings are essential steps. Recommending secure coding practices helps in preventing such vulnerabilities in the future.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *