eclipse 调试(debug) burpsuite 插件(Extender)

demo: https://github.com/src-kun/transparent-cap/tree/master/burpsuite

1、打开demo项目:

2、右键项目点击Configure Build Path

 3、打开Libraries,点击Add External JARS...:

4、打开burpsuite路径,选择burpsuite.jar,点击Apply and Close

5、下断点,点开burp下面的BurpExtender.java,双击第30行左侧蓝色区域:

 6、开始debug,右键后点击Debug Configurations...:

 

7、burpsuite启动代表成功:

原文地址:https://www.cnblogs.com/zheh/p/8305025.html