splunk / attack_range_local

Build a attack range in your local machine
Apache License 2.0
130 stars 39 forks source link

win_dns_client setting is applied for the NAT adapter #46

Closed Stef107 closed 1 year ago

Stef107 commented 3 years ago

The default tasks set dns ip address on the NAT adapter of windows_client machine, "ansible_interfaces.0.connection_name". https://github.com/splunk/attack_range_local/blob/master/ansible/roles/windows_domain_client/tasks/create.yml

I think the dns ip should be applied for the host-only adapter, because "windows_domain_controller_private_ip" is local network ip address. (The host-only adapter name is "ansible_interfaces.1.connection_name".)

pyth0n1c commented 1 year ago

Closing this issue as Attack Range Local has been deprecated (and functionality migrated into Attack Range). Please use https://github.com/splunk/attack_range for all future simulation needs. If this continues to be an issue, please open a ticket in that repo.