Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
whwlsfb committed Dec 12, 2021
1 parent c434cd8 commit b7a808e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Log4j2 远程代码执行漏洞,BurpSuite被动扫描插件。
暂只支持Url、Cookie、POST(x-www-form-urlencoded)、Header类型的参数fuzz。

# ChangeLog

### 2021/12/11
##### v0.6
1. 加入静态文件过滤。
2. 加入多POC支持,共十种poc变种,默认启用POC1~4。
3. 加入burpcollaborator的dnslog支持,默认使用dnslog.cn。
### 2021/12/11
##### v0.5
1. 加入Header的fuzz功能。
Expand Down
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>Log4j2Scan</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.6-SNAPSHOT</version>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class BurpExtender implements IBurpExtender, ITab {
public IBurpExtenderCallbacks callbacks;
public PrintWriter stdout;
public PrintWriter stderr;
public String version = "0.5";
public String version = "0.6";

@Override
public void registerExtenderCallbacks(IBurpExtenderCallbacks callbacks) {
Expand Down

0 comments on commit b7a808e

Please sign in to comment.