Skip to content

Commit c43a64c

Browse files
committed
Rename module from raw-ntds-copy to ntds-dump-raw
1 parent 788ba90 commit c43a64c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
class NXCModule:
19-
name = "raw-ntds-copy"
19+
name = "ntds-dump-raw"
2020
description = "Extracting the ntds.dit, SAM, and SYSTEM files from DC by accessing the raw hard drive."
2121
supported_protocols = ["smb"]
2222

@@ -65,7 +65,7 @@ class NXCModule:
6565

6666
def __init__(self):
6767
ps_script = ""
68-
with open(get_ps_script("raw_ntds_copy/raw_ntds_copy.ps1")) as psFile:
68+
with open(get_ps_script("ntds-dump-raw/ntds-dump-raw.ps1")) as psFile:
6969
for line in psFile:
7070
if line.startswith("#") or line.strip() == "":
7171
continue

0 commit comments

Comments
 (0)