Skip to content

Commit 43ab95f

Browse files
committed
Change thrdscan from looking for kernel processes
1 parent e52aea8 commit 43ab95f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/plugins/windows/windows.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ def test_windows_generic_thrdscan(self, volatility, python, image):
189189
"windows.thrdscan.ThrdScan", image, volatility, python
190190
)
191191
assert rc == 0
192-
assert out.find(b"\t4\t8") != -1
193-
assert out.find(b"\t4\t12") != -1
194-
assert out.find(b"\t4\t16") != -1
192+
assert out.find(b"\t1812\t2768\t0x7c810856") != -1
193+
assert out.find(b"\t840\t2964\t0x7c810856") != -1
194+
assert out.find(b"\t2536\t2552\t0x7c810856") != -1
195195

196196

197197
class TestWindowsPrivileges:

0 commit comments

Comments
 (0)