Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
whwlsfb committed Aug 26, 2021
1 parent 429e375 commit b095c7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.wanghw</groupId>
<artifactId>BurpCrypto</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
<build>
<plugins>
<plugin>
Expand Down
Binary file modified screenshot/execjs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/java/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class BurpExtender implements IBurpExtender, ITab {
public PrintWriter stderr;
public DB store;
public DictLogManager dict;
public String version = "0.1.8";
public String version = "0.1.9";
public HashMap<String, IIntruderPayloadProcessor> IPProcessors = new HashMap<>();

public JTabbedPane mainPanel;
Expand Down

0 comments on commit b095c7b

Please sign in to comment.