Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Black-Hat-Python/BHP-Code/Chapter11/grabhashes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
import struct

import mathlab
memory_file = "WinXPSP2.vmem"

sys.path.append("/Downloads/volatility-2.3.1")
Expand Down Expand Up @@ -52,4 +52,4 @@
break

if sam_offset is None or sys_offset is None:
print "[*] Failed to find the system or SAM offsets."
print "[*] Failed to find the system or SAM offsets."