Add files via upload
This commit is contained in:
@@ -25,7 +25,7 @@ public class RuleTool {
|
|||||||
// 获取官方规则文件,在线更新写入
|
// 获取官方规则文件,在线更新写入
|
||||||
FileOutputStream fileOutputStream = new FileOutputStream(this.rulesFilePath);
|
FileOutputStream fileOutputStream = new FileOutputStream(this.rulesFilePath);
|
||||||
fileOutputStream.write(httpResponse.body().bytes());
|
fileOutputStream.write(httpResponse.body().bytes());
|
||||||
JOptionPane.showMessageDialog(null, "Config file updated successfully!", "Error",
|
JOptionPane.showMessageDialog(null, "Rules updated successfully!", "Info",
|
||||||
JOptionPane.INFORMATION_MESSAGE);
|
JOptionPane.INFORMATION_MESSAGE);
|
||||||
} catch (Exception ignored) {
|
} catch (Exception ignored) {
|
||||||
JOptionPane.showMessageDialog(null, "Please check your network!", "Error",
|
JOptionPane.showMessageDialog(null, "Please check your network!", "Error",
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
package burp.rule.utils;
|
package burp.rule.utils;
|
||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
import burp.BurpExtender;
|
||||||
import org.yaml.snakeyaml.DumperOptions;
|
import org.yaml.snakeyaml.DumperOptions;
|
||||||
import org.yaml.snakeyaml.Yaml;
|
import org.yaml.snakeyaml.Yaml;
|
||||||
import java.io.FileInputStream;
|
import java.io.FileInputStream;
|
||||||
|
|||||||
Reference in New Issue
Block a user