Created: 2022-07-08
Tags: #fleeting
Burp Suite is a framework written in Java
Assessing mobile applications, as the same features which make it so attractive for web app testing translate almost perfectly into testing the APIs (Application Programming Interfaces) powering most mobile apps.
The burp proxy.
What is Burp Proxy
Burp can
After capturing requests,
we can choose to send them to various other parts of the Burp Suite framework
This ability to intercept, view, and modify web requests prior to them being sent to the target server (or, in some cases, the responses before they are received by our browser), makes Burp Suite perfect for any kind of manual web app testing.