aced
aced copied to clipboard
Results
1
aced issues
Sort by
recently updated
recently updated
newest added
Given these two commands, the below command will fail: ``` python ./aced.py -hashes 'LM:NTLM' -dc-ip dc.domain.tld 'domain.tld/computer$' ``` The below command will succeed: ``` python ./aced.py -hashes 'LM:NTLM' 'domain.tld/computer$'@dc.domain.tld ```...