# burp-extensions-montoya-api-examples **Repository Path**: calendar_day_1/burp-extensions-montoya-api-examples ## Basic Information - **Project Name**: burp-extensions-montoya-api-examples - **Description**: Burp Suite插件开发案例 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-18 - **Last Updated**: 2023-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Example Extensions ============================ | Extension | Description | |-----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------| | [Hello World](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/helloworld) | Prints output to various locations in Burp | | [HTTP Handlers](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/httphandler) | Demonstrates performing various actions on requests passing through any tool in Burp | | [Proxy Handlers](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/proxyhandler) | Demonstrates performing various actions on requests passing through the Proxy | | [Event Listeners](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/eventlisteners) | Registers handlers for various runtime events, and prints a message when each event occurs | | [Traffic Redirector](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/trafficredirector) | Redirects all outbound requests from one host to another | | [Custom Logger](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/customlogger) | Adds a new tab to Burp's UI and displays a log of HTTP traffic for all Burp tools | | [Custom Request Editor Tab](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/customrequesteditortab) | Adds a new tab to Burp's HTTP message editor, in order to handle a data serialization format | | [Custom Scan Insertion Points](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/customscaninsertionpoints) | Provides custom attack insertion points for active scanning | | [Custom Scan Checks](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/customscanchecks) | Implements custom checks to extend the capabilities of Burp's passive and active scan checks | | [Custom Session Tokens](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/customsessiontokens) | Demonstrates working with custom session tokens that Burp doesn't normally understand | | [Intruder Payloads](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/intruderpayloads) | Provides custom Intruder payloads and payload processing | | [Multi-API](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/multiapi) | Demonstrates using both the Montoya API and the legacy Wiener API in one extension | | [Persistence](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/persistence) | Demonstrates saving and loading data to the project file | | [WebSocket Handlers](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/websockethandler) | Demonstrates performing various actions on web socket messages passing through any tool in Burp | | [Proxy WebSocket Handlers](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/proxywebsockethandler) | Demonstrates performing various actions on web socket messages passing through the Proxy | | [Menu Bar](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/menubar) | Registers a top level menu bar with actions | | [Context Menu](https://github.com/PortSwigger/burp-extensions-montoya-api-examples/blob/main/contextmenu) | Registers new context menu items to print requests and responses |