mirror of https://github.com/OWASP/Nettacker.git
23 lines
448 B
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 |