Mobile Security · Transport Security
Security risk assessment of a mobile/web app covering access control, transport encryption, and API security.
Working in a group of four, we assessed the security of a grocery-delivery app across both its mobile and web versions. We evaluated it against four risk domains: access control, transport encryption, data storage, and API hardening, rather than looking for a single exploit. My focus was testing the transport encryption on the web application.
curl and OpenSSL, and confirmed HSTS was correctly configured with a long max-age,testssl.sh, confirming TLS 1.3 was prioritised with strong, forward-secret cipher suites, though the server still advertised deprecated TLS 1.0/1.1,Beyond transport encryption, the wider team assessment uncovered an exposed production API key, weak hardcoded mobile encryption, and unrestricted local app backups.