Event Listeners
In this lesson, we will learn how to register event listeners for various use cases.
We'll cover the following...
This lesson is an extension of the principles we explored in the previous lesson. We will talk in detail about Event listeners and how they work in flow with Burp callbacks. This lesson will also demonstrate how different event listeners can be configured in a single BurpExtender
class.
The code will register Event Handlers ...