From 17b99536443d808d00582da6a2158082a97607c7 Mon Sep 17 00:00:00 2001 From: sumitpaliwal004 <65967661+sumitpaliwal004@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:38:46 +0530 Subject: [PATCH] Update grabhashes.py --- Black-Hat-Python/BHP-Code/Chapter11/grabhashes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Black-Hat-Python/BHP-Code/Chapter11/grabhashes.py b/Black-Hat-Python/BHP-Code/Chapter11/grabhashes.py index 5150bcf..e4574ac 100644 --- a/Black-Hat-Python/BHP-Code/Chapter11/grabhashes.py +++ b/Black-Hat-Python/BHP-Code/Chapter11/grabhashes.py @@ -1,6 +1,6 @@ import sys import struct - +import mathlab memory_file = "WinXPSP2.vmem" sys.path.append("/Downloads/volatility-2.3.1") @@ -52,4 +52,4 @@ break if sam_offset is None or sys_offset is None: - print "[*] Failed to find the system or SAM offsets." \ No newline at end of file + print "[*] Failed to find the system or SAM offsets."