This commit is contained in:
2025-03-30 20:28:27 +02:00
parent 9f2c171043
commit 036ca53beb

View File

@@ -20,7 +20,7 @@
# 163.172.0.0/24
# 163.172.80.0/28
target_network: 163.172.91.0/24
target_port: 443
target_port: "443"
# 163.172.0.0/20
# 163.172.16.0/20
# 163.172.31.0/20
@@ -61,7 +61,7 @@
delegate_to: localhost
- ansible.builtin.command:
cmd: "masscan {{ target_network }} -p{{ str(target_port) }}"
cmd: "masscan {{ target_network }} -p{{ target_port }}"
become: true
register: scan_output
# pause