Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zcgonvh authored Mar 25, 2017
1 parent 312d0a7 commit d4b7c86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NTDS.dit offline dumper with non-elevated

###Usage
### Usage
ntdsdumpex.exe <-d ntds.dit> <-k HEX-SYS-KEY | -s system.hiv |-r> [-o out.txt] [-h] [-m] [-p] [-u]
-d path of ntds.dit database
-k use specified SYSKEY
Expand All @@ -14,14 +14,14 @@ NTDS.dit offline dumper with non-elevated
-m dump machine accounts
-u USE UPPER-CASE-HEX

###Example:
### Example:
ntdsdumpex.exe -r
ntdsdumpex.exe -d ntds.dit -o hash.txt -s system.hiv

###Reference Source
### Reference Source
`ntds.h`,`ntds.cpp`,`attributes.h` from [ntds_decode](https://github.com/mubix/ntds_decode) (some changed).

`ntreg.c`,`ntreg.h` from search,fix some compatibility on windows,and remove the debug outputs.

###License
GPL
### License
GPL

0 comments on commit d4b7c86

Please sign in to comment.