Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target Address and dc-ip Conflict #3

Open
Zamanry opened this issue Dec 1, 2022 · 1 comment
Open

Target Address and dc-ip Conflict #3

Zamanry opened this issue Dec 1, 2022 · 1 comment

Comments

@Zamanry
Copy link
Contributor

Zamanry commented Dec 1, 2022

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.

@garrettfoster13
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants