Plugins: categorize linux.tty_check as a malware plugin

This commit is contained in:
SolitudePy
2025-06-10 19:37:57 +03:00
parent 77801e4cb0
commit e3877f68ec
3 changed files with 131 additions and 110 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class TestLinuxProcMaps:
class TestLinuxTtyCheck:
def test_linux_generic_tty_check(self, image, volatility, python):
rc, out, _err = test_volatility.runvol_plugin(
"linux.tty_check.tty_check", image, volatility, python
"linux.malware.tty_check.tty_check", image, volatility, python
)
assert rc == 0