Skip to content

Commit 96820e2

Browse files
committed
Plugins: Bump skeleton_key_check to 2.0.0
1 parent da1216a commit 96820e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/skeleton_key_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
class Skeleton_Key_Check(interfaces.plugins.PluginInterface):
4242
""" Looks for signs of Skeleton Key malware """
4343

44-
_required_framework_version = (1, 2, 0)
44+
_required_framework_version = (2, 0, 0)
4545

4646
@classmethod
4747
def get_requirements(cls):

0 commit comments

Comments
 (0)