This commit is contained in:
2025-03-30 20:23:30 +02:00
parent 051dd2fea5
commit 7cdf4472c8

View File

@@ -61,7 +61,7 @@
delegate_to: localhost
- ansible.builtin.command:
cmd: "masscan {{ target_network }} -{{ target_port }}"
cmd: "masscan {{ target_network }} -p{{ target_port }}"
become: true
register: scan_output
# pause