Skip to content

Commit

Permalink
增加添加默认排除列表的功能
Browse files Browse the repository at this point in the history
  • Loading branch information
winezer0 committed May 29, 2024
1 parent c61356f commit 4e24169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>com.bit4woo.burp</groupId>
<version>2.3.8</version>
<version>2.3.9</version>

<repositories>
<repository>
Expand Down
2 changes: 2 additions & 0 deletions src/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public void registerExtenderCallbacks(IBurpExtenderCallbacks callbacks) {

//自动加载用户指定的 Project Json文件,如果不存在会自动保存当前配置
AdvScopeUtils.autoLoadProjectConfig(callbacks);
//自动添加默认排除的域名列表
AdvScopeUtils.addDefaultExcludeHosts(callbacks);
BurpExtender.stdout.println("Load Extension Success ...");
}});
}
Expand Down

0 comments on commit 4e24169

Please sign in to comment.