burpsuite_v1.01
public interface IBurpExtenderThis interface allows third-party code to extend burp suite's functionality. Implementations must be called BurpExtender, must be declared public, and must provide a default (public, no-argument) constructor. On startup, burp searches its classpath for a class called BurpExtender, and attempts to dynamically load and instantiate this class. The IBurpExtender methods implemented will then be dynamically invoked as appropriate. Partial implementations are acceptable. The class will be used provided at least one of the interface's methods is implemented. A single instance of BurpExtender will be instantiated and shared between all plugins. To make use of the interface, create a class called BurpExtender which implements one or more methods of the interface, and place this into the application's classpath at startup. For example, if burp.jar contains the burp suite or individual plugin, and BurpProxyExtender.jar contains the class BurpExtender, use the following command to launch burp and load the IBurpExtender implementation: java -classpath burp.jar;BurpProxyExtender.jar burp.StartBurp
- 粉丝: 1
- 资源: 13
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
- 1
- 2
前往页