This commit is contained in:
2024-04-24 23:01:23 +02:00
parent f5b819b00d
commit 2d3def334d

View File

@@ -23,11 +23,13 @@
# #
pre_tasks: pre_tasks:
# apt install masscan
- ansible.builtin.command: - ansible.builtin.command:
cmd: "masscan {{ target_network }} -p443 --rate=100000" cmd: "masscan {{ target_network }} -p443 --rate=100000"
become: true become: true
register: scan443 register: scan443
delegate_to: localhost # delegate_to: localhost
# - name: Simple A record (IPV4 address) lookup for example.com # - name: Simple A record (IPV4 address) lookup for example.com