Set __init__ and fix description of mac environment plugins

This commit is contained in:
Donghyun Kim
2022-03-23 15:12:54 +09:00
parent f5c58c1448
commit cf4ef0fa38
3 changed files with 10 additions and 2 deletions
@@ -0,0 +1,8 @@
# This file is Copyright 2022 Volatility Foundation and licensed under the Volatility Software License 1.0
# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
#
"""All core mac plugins.
These modules should only be imported from volatility3.plugins NOT
volatility3.framework.plugins
"""
@@ -9,7 +9,7 @@ from volatility3.framework.symbols import mac
class Ifconfig(plugins.PluginInterface):
"""Lists loaded kernel modules"""
""" Lists network interface information for all devices """
_required_framework_version = (2, 0, 0)
+1 -1
View File
@@ -12,7 +12,7 @@ from volatility3.framework.symbols import mac
class Mount(plugins.PluginInterface):
"""A module containing a collection of plugins that produce data typically
foundin Mac's mount command"""
founding Mac's mount command"""
_required_framework_version = (2, 0, 0)