From e6acc7db8615fe0e427a1e20ccf65e856ea3504e Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sun, 30 Mar 2025 18:29:01 +0200 Subject: [PATCH] test fuck --- scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.yml b/scan.yml index 1468430..cb55c60 100644 --- a/scan.yml +++ b/scan.yml @@ -122,7 +122,7 @@ - ansible.builtin.lineinfile: path: "{{ playbook_dir }}/scan/https/{{ item.invocation.module_args.host.split('.')[0] }}/{{ item.invocation.module_args.host.split('.')[1] }}/{{ item.invocation.module_args.host.split('.')[2] }}.csv" - line: "IP,CN,ISSUER,REVERSE" + line: "IP,CN,ISSUER COUNTRY,ISSUER ORGA,REVERSE" insertbefore: BOF create: yes loop: "{{ cert.results }}"