{"id":15140053,"url":"https://github.com/gi-tops/insecureshop","last_synced_at":"2025-09-29T08:31:42.235Z","repository":{"id":190034357,"uuid":"576359305","full_name":"gi-tops/InsecureShop","owner":"gi-tops","description":"Repo located in the Gi-Tops Organization","archived":false,"fork":true,"pushed_at":"2022-12-09T16:48:08.000Z","size":974,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-09-27T08:02:24.300Z","etag":null,"topics":["github","probot","validation-error"],"latest_commit_sha":null,"homepage":"https://github.com/gi-tops/safe-settings","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"hax0rgb/InsecureShop","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gi-tops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-09T16:42:47.000Z","updated_at":"2023-08-23T16:08:07.000Z","dependencies_parsed_at":"2023-08-23T00:52:25.828Z","dependency_job_id":null,"html_url":"https://github.com/gi-tops/InsecureShop","commit_stats":null,"previous_names":["gi-tops/insecureshop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi-tops%2FInsecureShop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi-tops%2FInsecureShop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi-tops%2FInsecureShop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gi-tops%2FInsecureShop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gi-tops","download_url":"https://codeload.github.com/gi-tops/InsecureShop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234604488,"owners_count":18859164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","probot","validation-error"],"created_at":"2024-09-26T08:01:22.468Z","updated_at":"2025-09-29T08:31:41.802Z","avatar_url":"https://github.com/gi-tops.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://www.insecureshopapp.com\"\u003e\u003cimg src=\"https://static.wixstatic.com/media/8e4f0c_a5f14156f091434da73524c2ac7c53d3~mv2.png/v1/fill/w_269,h_269,al_c,lg_1,q_85/logo.webp\" width=\"150px\" alt=\"InsecureShop\"\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eInsecureshop - An Intentionally Vulnerable Android Application\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/hax0rgb/InsecureShop/issues\"\u003e\u003cimg src=\"https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/hax0rgb/InsecureShop/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/hax0rgb/InsecureShop\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#%EF%B8%8F-usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#-note\"\u003eNote\u003c/a\u003e •\n  \u003ca href=\"#%EF%B8%8Fvulnerabilities\"\u003eVulnerabilities\u003c/a\u003e •\n  \u003ca href=\"#-guidance\"\u003eGuidance\u003c/a\u003e •\n  \u003ca href=\"#-credits\"\u003eCredits\u003c/a\u003e\n\u003c/p\u003e\n\nInsecureShop is an Android application that is designed to be intentionally vulnerable. The application serves as a platform to test your Android pentesting skills. The vulnerabilities present in this app are real and have been found during mobile pentests.\n\n## ⚙️ Usage\n\nYou can compile the source code in Android Studio or simply download the APK file from [here](https://github.com/hax0rgb/InsecureShop/releases)\n\n## 📌 Note:\n\n* Majority of the vulnerabilities can be exploited on a non-rooted device (Threat Actors - Remote users and Malicious third-party applications)\n* No API's being used by the app.\n\n## ❗️Vulnerabilities:\n\n1. **Hardcoded Credentials:** Credentials are hardcoded somewhere that can be used to login to the application\n2. **Insufficient URL Validation:** Possible to load any arbitrary URL in webview via Deeplink.\n3. **Weak Host Validation Check:** Possible to bypass host validation check to load any arbitrary URL in webview.\n4. **Arbitrary Code Execution:** Arbitrary Code Execution via third-party package contexts.\n5. **Access to Protected Components:** The app takes an embedded Intent and passes it to method like startActivity. This allows any third party app to launch any protected component.\n6. **Unprotected Data URIs:** The untrusted URI's passed via loadUrl method allows attackers to pass arbitrary URL in webview.\n7. **Theft of Arbitrary:** Possible to steal files from app's local storage via ChooserActivity.\n8. **Using Components with Known Vulnerabilities:** Identify the vulnerable components or libraries used in the app that can allow you to exfiltrate local files to remote domain.\n9. **Insecure Broadcast Receiver:** An exported activity registers a broadcast during onCreate method execution. An attacker can trigger this broadcast and provide arbitrary URL in 'web_url' parameter.\n10. **AWS Cognito Misconfiguration:** The misconfigured AWS cognito instance can be used to accesss AWS S3 bucket.\n11. **Insecure use of FilePaths in FileProvider:** The use of wide file sharing declaration can be used to access root directory via content Provider.\n12. **Use of Implicit intent to send a broadcast with sensitive data:** The use of Implicit intent can allow third-party apps to steal credentials.\n13. **Intercepting Implicit intent to load arbitrary URL:** The use of Implicit intent can allow third-party apps to load any arbitrary URL in webview.\n14. **Insecure Implementation of SetResult in exported Activity:** The insecure implementation used in ResultActivity can be used to access arbitrary content providers.\n15. **Insecure Content Provider:** The content provider can be accessed by any third-party app to steal user credentials.\n16. **Lack of SSL Certificate Validation:** The unsafe implementation of OnReceived SSL Error can be used to eavesdrop all the traffic loaded in webview.\n17. **Insecure Webview Properties Enabled:** Insecure Webview properties are enabled that can allow third-party apps to exfiltrate local data to remote domain.\n18. **Insecure Data Storage:** The app stores user credentials locally without encrypting them.\n19. **Insecure Logging:** User credentials are leaked in logcat. Only attackers with physical access to the device can access this information.\n\n## 🕵 Guidance:\n\nThe provided link doesn't provide you with solutions but can point you in the right direction:\n\nhttps://docs.insecureshopapp.com\n\n## 🙌 Credits:\n\n* [Rujul Gandhi](https://www.linkedin.com/in/rujul-gandhi-3953337a/): Thank you for your contributions towards this app\n* [Sergey Toshin](https://twitter.com/_bagipro) [(Oversecured)](https://oversecured.com): Thank you for your amazing research on Android security which prompted me to start this project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgi-tops%2Finsecureshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgi-tops%2Finsecureshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgi-tops%2Finsecureshop/lists"}