added hint to use the drsuapi method

main
byt3bl33d3r 2015-08-21 05:22:49 +02:00
parent a8d538f8fb
commit 57ea01c050
1 changed files with 1 additions and 1 deletions

View File

@ -2499,7 +2499,7 @@ if __name__ == '__main__':
rgroup = parser.add_argument_group("Credential Gathering", "Options for gathering credentials")
rgroup.add_argument("--sam", action='store_true', dest='sam', help='Dump SAM hashes from target systems')
rgroup.add_argument("--mimikatz", action='store_true', dest='mimikatz', help='Run Invoke-Mimikatz on target systems')
rgroup.add_argument("--ntds", choices={'vss', 'drsuapi', 'ninja'}, help='Dump the NTDS.dit from the specified DCs using the specifed method')
rgroup.add_argument("--ntds", choices={'vss', 'drsuapi', 'ninja'}, help="Dump the NTDS.dit from target DCs using the specifed method\n(drsuapi is the fastest)")
egroup = parser.add_argument_group("Mapping/Enumeration", "Options for Mapping/Enumerating")
egroup.add_argument("--shares", action="store_true", dest="list_shares", help="List shares")