From a69bc6f84bfa59ccf93fcdd67ffecc6831843e53 Mon Sep 17 00:00:00 2001 From: iMHLv2 Date: Fri, 22 Feb 2013 15:33:48 +0000 Subject: [PATCH] add a description to the linux_volshell command --- volatility/plugins/linux/linux_yarascan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/volatility/plugins/linux/linux_yarascan.py b/volatility/plugins/linux/linux_yarascan.py index bb257c51..4235f65e 100644 --- a/volatility/plugins/linux/linux_yarascan.py +++ b/volatility/plugins/linux/linux_yarascan.py @@ -44,6 +44,7 @@ class VmaYaraScanner(malfind.BaseYaraScanner): yield match class linux_yarascan(malfind.YaraScan): + """A shell in the Linux memory image""" @staticmethod def is_valid_profile(profile):