whitelist読み取り機構に関連したバグフィックス

This commit is contained in:
Kazuminn
2020-10-13 17:18:57 +09:00
parent befdd030a7
commit 83f6f86c29

View File

@@ -52,7 +52,7 @@ impl PowerShell {
if path == "".to_string() { if path == "".to_string() {
let commandline = event_data.get("ScriptBlockText").unwrap_or(&default); let commandline = event_data.get("ScriptBlockText").unwrap_or(&default);
if commandline.to_string() != default { if commandline.to_string() != default {
utils::check_command(4104, &commandline, 1000, 0, &default, &default, rdr); utils::check_command(4104, &commandline, 1000, 0, &default, &default);
} }
} }
} }