Skip to content

Commit

Permalink
Update BurpExtender.java
Browse files Browse the repository at this point in the history
  • Loading branch information
f0ng authored Mar 21, 2022
1 parent 0189e61 commit b8d7037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class BurpExtender implements IBurpExtender,ITab,IIntruderPayloadGenerato
public static IBurpExtenderCallbacks callbacks;
public static IExtensionHelpers helpers;
private String extensionName = "captcha-killer-modified";
private String version ="0.1.2";
private String version ="0.13";
public static boolean isShowIntruderResult = true; // 识别结果是否显示Intruder模块结果
public static PrintWriter stdout;
public static PrintWriter stderr;
Expand Down

0 comments on commit b8d7037

Please sign in to comment.