Skip to content

Commit

Permalink
fix(#3142): replace the inventory_hostname with IP.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromalara committed Aug 23, 2022
1 parent 8d1c71d commit 99eaafc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tasks:

- name: Attempt a RDP brute force attack
shell: hydra -l {{ item }} -p invalid_password rdp://wazuh-windows
shell: hydra -l {{ item }} -p invalid_password rdp://{{ hostvars['windows-agent']['ansible_host'] }}
loop:
- test_user
- test_user
Expand Down

0 comments on commit 99eaafc

Please sign in to comment.