#  Introduction

Scalpel is a powerful Burp Suite extension that allows you to script Burp in order to intercept, rewrite HTTP traffic on the fly, and program custom Burp editors in Python 3.

It provides an interactive way to edit encoded/encrypted data as plaintext and offers an easy-to-use Python library as an alternative to Burp’s Java API.

#  Index

#  Features

#  Use cases

Note: One might think existing Burp extensions like Piper can handle such cases. But actually they can’t.
For example, when intercepting a response, Piper cannot get information from the initiating request, which is required in the above use cases. Scalpel generally allows you to manage complex cases that are not handled by other Burp extensions like Piper or Hackvertor.