From dd730da90de12cadc67f2374176eb6c697c55c11 Mon Sep 17 00:00:00 2001 From: BlueTeamOps <1480956+blueteam0ps@users.noreply.github.com> Date: Sun, 30 Jan 2022 22:08:59 +1100 Subject: [PATCH] Fixed the vol3 issue Supermem was looking for vol3 and the built file name was vol3.py. --- setup_supermem.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_supermem.sh b/setup_supermem.sh index ad4a0bd..e58ec18 100644 --- a/setup_supermem.sh +++ b/setup_supermem.sh @@ -38,8 +38,8 @@ cd volatility3/ pip3 install -r requirements.txt python3 setup.py build python3 setup.py install -mv vol.py vol3.py -cp vol3.py /usr/bin/ +mv vol.py vol3 +cp vol3 /usr/bin/ #Download Volatility plugins