From 2d3def334d789a4b16037197e24f7982766d379c Mon Sep 17 00:00:00 2001 From: staffadmin Date: Wed, 24 Apr 2024 23:01:23 +0200 Subject: [PATCH] up --- scan.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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