Skip to content

Commit

Permalink
Fix typo (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore <[email protected]>
  • Loading branch information
mattmoor authored Apr 11, 2024
1 parent 7ca03e9 commit c8184fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/combo/stealer/password.yara
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rule password_finder_mimipenguin : critical {
meta:
description = "Password finder/dumper, such as MimiPengiuin"
description = "Password finder/dumper, such as MimiPenguin"
strings:
$lightdm = "lightdm" fullword
$apache2 = "apache2"
Expand All @@ -12,4 +12,4 @@ rule password_finder_mimipenguin : critical {
$ssh = "ssh"
condition:
5 of them
}
}

0 comments on commit c8184fe

Please sign in to comment.