Write a Custom Burp Suite Extension in Python

Опубликовано: 03 Ноябрь 2024
на канале: Everything Is Hacked
8,948
149

Extend the functionality of BurpSuite with your own custom Python scripts.

The resulting code is available at https://github.com/everythingishacked...

00:00 Overview
00:46 BurpSuite intro
01:43 Python vs Java
02:49 Extender API docs and example extensions
04:45 Writing the simplest custom extension
05:46 Configuring Jython environment
06:24 Loading a custom extension
06:45 Writing output from the extension
08:27 Custom request/response modification
15:41 Cloud2Butt
16:40 Concluding remarks