Skip to content

Commit

Permalink
Merge pull request #16 from YamatoSecurity/feature/#15
Browse files Browse the repository at this point in the history
Closed Feature/#15
  • Loading branch information
nishikawaakira committed Oct 13, 2020
2 parents dab0f04 + 83f6f86 commit 57515a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detections/powershell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 57515a3

Please sign in to comment.