Skip to content

Commit

Permalink
Merge pull request #388 from s-Fl/master
Browse files Browse the repository at this point in the history
Fixed spelling
  • Loading branch information
cccs-kevin authored Nov 17, 2023
2 parents 31382f6 + bdd0195 commit 03be5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/signatures/bootkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def run(self):

class EnumeratesPhysicalDrives(Signature):
name = "enumerates_physical_drives"
description = "Emumerates physical drives"
description = "Enumerates physical drives"
severity = 3
categories = ["bootkit", "rootkit", "wiper"]
authors = ["Kevin Ross"]
Expand Down
2 changes: 1 addition & 1 deletion modules/signatures/process_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from lib.cuckoo.common.abstracts import Signature


class EmumeratesRunningProcesses(Signature):
class EnumeratesRunningProcesses(Signature):
name = "enumerates_running_processes"
description = "Enumerates running processes"
severity = 2
Expand Down

0 comments on commit 03be5f4

Please sign in to comment.