Original Post: Creating Burp Suite Extension using Montoya API: Basic Request modification | by PSDooM | Sep, 2024
The content discusses resources and steps for writing custom Burp Suite extensions to implement basic request modification functionality. Key references include a video tutorial and a blog post. For code specifics, it recommends referring to the Montoya API documentation. Additionally, it highlights using IntelliJ for implementing an HTTPHandler
to handle requests and responses, noting that the tool assists by importing necessary packages and highlighting errors.
Go here to read the Original Post