From the course: Android App Security: A Structured Approach to Pen Testing

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Introduction to Burp Suite

Introduction to Burp Suite - Android Tutorial

From the course: Android App Security: A Structured Approach to Pen Testing

Start my 1-month free trial

Introduction to Burp Suite

- [Instructor]] Let us start with the second domain of Android application pen testing, that is communication security. In this entire section, we will be using Burp Suite as our tool of choice. So let us understand how Burp Suite works. Burp Suite happens to be one of the most famous penetration testing tool. It is basically the bread and butter of every pen tester out there. So, if you dream to be a pen tester, you need to learn how Burp Suite works. Using Burp Suite, we'll test the security of the network communication that happens between the Android application and the application server. What Burp Suite basically does, is creates a proxy between the application and the application server. We will also use a custom SSL certificate to enable the interception of SSL-encrypted requests. What we will do is perform a man-in-the-middle attack to intercept, monitor, modify, and retransmit the data traveling between…

Contents