Web API attack demo
You studied how to intercept iOS application traffic in iDevice or iOS Simulator over HTTP and HTTPS. However, what's next with this setup? What could be the possible attack vectors after intercepting the traffic? The answer is that all attacks are applicable for web applications. I will encourage you to go through OWASP Top 10 Web Application Risks in order to understand various attack vectors, if you are not familiar with web app pentesting.
Let's study a simple brute force attack. Consider an iOS application that has login functionality and communicates with backend web APIs to check whether the provided login credentials are valid or not. The following steps will help you in understanding a web application attack such as ...
Get Learning iOS Penetration Testing now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.