Challenges
  • Introduction
  • InsecureShop Challenges
    • Hardcoded Credentials
    • Insufficient URL Validation
    • Weak Host Validation
    • Arbitrary Code Execution
    • Intent Redirection (Access to Protected Components)
    • Unprotected Data URIs
    • Theft of Arbitrary files from LocalStorage
    • Using Components with Known Vulnerabilities
    • Insecure Broadcast Receiver
    • AWS Cognito Misconfiguration
    • Insecure use of FilePaths in FileProvider
    • Use of Implicit intent to send a broadcast with sensitive data
    • Intercepting Implicit intent to load arbitrary URL
    • Insecure Implementation of SetResult in exported Activity
    • Insecure Content Provider
    • Lack of SSL Certificate Validation
    • Insecure Webview Properties Enabled
    • Insecure Data Storage
    • Insecure Logging
Powered by GitBook
On this page

Was this helpful?

  1. InsecureShop Challenges

Hardcoded Credentials

PreviousIntroductionNextInsufficient URL Validation

Last updated 3 years ago

Was this helpful?

Use your Hawk eye skills to identify username and password that is hardcoded in the app. These credentials would allow you to login to the application.

Once you successfully identify the credentials and login to the app, you should see the following interface:

The InsecureShop app contains limited functionality which includes checking details about the product, adding products to cart, view cart and view about page.

InsecureShop post login interface