aced icon indicating copy to clipboard operation
aced copied to clipboard

Target Address and dc-ip Conflict

Open Zamanry opened this issue 3 years ago • 1 comments

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

This is due to the target address being required and there is no logic if the dc-ip argument is used instead. I'm requesting either method being supported to align with official Impacket examples.

Zamanry avatar Dec 01 '22 17:12 Zamanry

Good catch. I'll shoot to get this resolved soon.

garrettfoster13 avatar Dec 23 '22 03:12 garrettfoster13