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

Setting up the Python runtime for Burp Extensions


To set up the Python runtime for Burp Extensions, perform the following steps:

  1. Download a stable version of Jython standalone JAR file from http://mirrors.ibiblio.org/maven2/org/python/jython-standalone/2.5.3/.

  2. Save the file to E:\jython\jython-standalone-2.5.3.jar.

  3. Configure the path in Extender | Options | Python Environment.

  4. We are all set to run Python-based Burp Extensions now.

    Note

    Do note that the path for the Jython file depends on where you download it in your machine.

Similarly, we can easily set up the Ruby environment required to run Burp Extensions written in Ruby.