Book Image

Burp Suite Essentials

By : Akash Mahajan
Book Image

Burp Suite Essentials

By: Akash Mahajan

Overview of this book

Table of Contents (19 chapters)
Burp Suite Essentials
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring widely used browsers to proxy through Burp Suite


In this section, you will see how to configure commonly used browsers to proxy through Burp Suite.

Microsoft Internet Explorer

The following simple steps allow us to configure Microsoft Internet Explorer ready to be used with Burp Suite:

  1. Start Microsoft Internet Explorer.

  2. Click on Tools in the main menu bar.

  3. Click on Internet Options and choose the Connections tab:

  4. Click on LAN settings, as shown in the following screenshot:

  5. Check Use a proxy server for your LAN.

  6. Add localhost as the hostname and 8080 as the port number, as shown in the following screenshot:

  7. The address localhost and the port 8080 are the default values Burp Suite uses once it is started. You will have an opportunity to change this to something else later.

  8. At this point, once you click on OK, you have successfully configured Microsoft Internet Explorer to use Burp Suite as your interception proxy server.

  9. You can verify this by going to http://burp in your newly configured...