diff --git a/scan.yml b/scan.yml index 3308582..202838d 100644 --- a/scan.yml +++ b/scan.yml @@ -23,11 +23,13 @@ # pre_tasks: + + # apt install masscan - ansible.builtin.command: cmd: "masscan {{ target_network }} -p443 --rate=100000" become: true register: scan443 - delegate_to: localhost + # delegate_to: localhost # - name: Simple A record (IPV4 address) lookup for example.com