Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
update
  • Loading branch information
bit4woo committed Nov 1, 2017
1 parent 7fc63ab commit 0d69f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class BurpExtender implements IBurpExtender, ITab, IContextMenuFactory, I
private IExtensionHelpers helpers;

public PrintWriter stdout;//现在这里定义变量,再在registerExtenderCallbacks函数中实例化,如果都在函数中就只是局部变量,不能在这实例化,因为要用到其他参数。
private String ExtenderName = "reCAPTCHA v0.1 by bit4";
private String ExtenderName = "reCAPTCHA v0.2 by bit4";
private String github = "https://github.com/bit4woo/reCAPTCHA";

private String imgName;
Expand Down
2 changes: 1 addition & 1 deletion src/custom/GUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
//public class GUI extends JFrame { //change 1 for test
public class GUI extends JPanel {//change 1 for burp

private String ExtenderName = "reCAPTCHA v0.1 by bit4";
private String ExtenderName = "reCAPTCHA v0.2 by bit4";
private String github = "https://github.com/bit4woo/reCAPTCHA";

private JPanel contentPane;
Expand Down

0 comments on commit 0d69f16

Please sign in to comment.