From 3b19a1bcaebb141b37f81996adece5c82a212a24 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 15 Jul 2024 23:16:28 +0200 Subject: [PATCH] up scan --- scan.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scan.yml b/scan.yml index a908c86..a8af29b 100644 --- a/scan.yml +++ b/scan.yml @@ -1,6 +1,6 @@ --- - name: Scan - hosts: tower + hosts: scale01 become: true gather_facts: false vars: @@ -16,7 +16,7 @@ 6137356332636431643830666461333862613835336631333037 # 163.172.0.0/24 # 163.172.80.0/28 - target_network: 163.172.80.0/28 + target_network: 163.172.80.0/24 ansible_user: stephane ansible_password: stephane ansible_become_password: stephane @@ -100,7 +100,7 @@ # apt install masscan - ansible.builtin.command: - cmd: "python3 /home/root/dirsearch/dirsearch.py -u https://{{ item.item.split('on')[-1].strip() }} --max-time 300" + cmd: "python3 /home/root/dirsearch/dirsearch.py -u https://{{ item.item.split('on')[-1].strip() }} --max-time 500" become: true loop: "{{ cert.results }}" # vars: