Nettacker/nettacker/modules/scan/icmp.yaml

23 lines
448 B
YAML

info:
name: icmp_scan
author: OWASP Nettacker Team
severity: 0
description: check if host is alive through ICMP
reference:
profiles:
- scan
- info
- low_severity
payloads:
- library: socket
steps:
- method: socket_icmp
timeout: 3
host: "{target}"
response:
condition_type: or
conditions:
time_response:
regex: ""
reverse: false