From 5205d2cee0212b0662007152d363393dbf0ed424 Mon Sep 17 00:00:00 2001 From: Eve <120014766+eve-mem@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:19:08 +0000 Subject: [PATCH] Update volatility3/framework/plugins/linux/sockscan.py Co-authored-by: ikelos --- volatility3/framework/plugins/linux/sockscan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/framework/plugins/linux/sockscan.py b/volatility3/framework/plugins/linux/sockscan.py index 1709dfbfc..b15d7027b 100644 --- a/volatility3/framework/plugins/linux/sockscan.py +++ b/volatility3/framework/plugins/linux/sockscan.py @@ -343,7 +343,7 @@ class Sockscan(plugins.PluginInterface): """Scans for sockets. Each row represents a kernel socket. Args: - symbol_table_name: The name of the kernel module on which to operate + kernel_module_name: The name of the kernel module on which to operate Yields: addr: Physical offset