Package lexfo.scalpel

Class Scalpel

java.lang.Object
lexfo.scalpel.Scalpel
All Implemented Interfaces:
BurpExtension

public class Scalpel extends Object implements BurpExtension
The main class of the extension. This class is instantiated by Burp Suite and is used to initialize the extension.
  • Field Details

    • executor

      private ScalpelExecutor executor
      The ScalpelExecutor object used to execute Python scripts.
    • API

      private MontoyaApi API
      The MontoyaApi object used to interact with Burp Suite.
    • config

      private Config config
  • Constructor Details

    • Scalpel

      public Scalpel()
  • Method Details