up
This commit is contained in:
4
scan.yml
4
scan.yml
@@ -23,11 +23,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
|
|
||||||
|
# apt install masscan
|
||||||
- ansible.builtin.command:
|
- ansible.builtin.command:
|
||||||
cmd: "masscan {{ target_network }} -p443 --rate=100000"
|
cmd: "masscan {{ target_network }} -p443 --rate=100000"
|
||||||
become: true
|
become: true
|
||||||
register: scan443
|
register: scan443
|
||||||
delegate_to: localhost
|
# delegate_to: localhost
|
||||||
|
|
||||||
|
|
||||||
# - name: Simple A record (IPV4 address) lookup for example.com
|
# - name: Simple A record (IPV4 address) lookup for example.com
|
||||||
|
|||||||
Reference in New Issue
Block a user