mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Update volatility3/framework/plugins/linux/sockscan.py
Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
@@ -339,7 +339,7 @@ class Sockscan(plugins.PluginInterface):
|
||||
)
|
||||
return None
|
||||
|
||||
def _generator(self, symbol_table_name: str):
|
||||
def _generator(self, kernel_module_name: str):
|
||||
"""Scans for sockets. Each row represents a kernel socket.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user