The following tasks were performed as part of an assignment for "Application Security" course at New York University
- Install android studio
- Create an android virtual device
- Import given project
- Answer questions about intents
- Fix an incorrect intent in the code
- Stop other applications from launching your activities through intents
- A write-up consolidating the above topics
- Find all insecure
REST API
calls and fix them to usehttps encryption
- Find out how some
REST API
calls can be made to use gift cards that belong to a different user - Write briefly about the problem and how to possibly solve it
- Find code that asks for excessive permissions than that are required for the application functionality
- Remove the code and also files that support it