We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a2bb5 commit 6afcc13Copy full SHA for 6afcc13
modules/post/windows/gather/ntds_location.rb
@@ -39,7 +39,7 @@ def run
39
print_line(" Modified: #{f.mtime.to_s}")
40
print_line(" Accessed: #{f.atime.to_s}")
41
else
42
- print_error("NTDS.DIT is reportedly located at #{ntds}, but the file does not appear to exist")
+ print_error("NTDS.DIT is reportedly located at `#{ntds}', but the file does not appear to exist")
43
end
44
45
0 commit comments