Deep Dive: Burp Extender API Interfaces
In this lesson, we will cover the Extender API interfaces and their use cases.
We'll cover the following...
Helper Interface
In the last lesson on the Hello World extension, we used the callback object’s methods twice to set the name of the extension and display a message on the “Alert” tab. The Callback
interface is very helpful because it offers plenty of other resources as instance objects. ...