Merge pull request #16 from YamatoSecurity/feature/#15

Closed Feature/#15
This commit is contained in:
nishikawaakira
2020-10-13 17:31:45 +09:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ impl PowerShell {
if path == "".to_string() {
let commandline = event_data.get("ScriptBlockText").unwrap_or(&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);
}
}
}