Edit on GitHub

#  Usage

Scalpel allows you to programmatically intercept and modify HTTP requests/responses going through Burp, as well as creating custom request/response editors with Python.

To do so, Scalpel provides a Burp extension GUI for scripting and a set of predefined function names corresponding to specific actions:

Simply write a Python script implementing the ones you need and load the file with Scalpel Burp GUI:

#  ðŸ’¡ To get started with Scalpel, see First steps

#  Further reading

Learn more about the predefined function names and find examples in the Features category.