infra/blackbox.yml
Gabriel Simmer 66c67463fa
Some checks failed
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: NATURAL_LANGUAGE No errors were found in the linting process
--> Linted: YAML No errors were found in the linting process
Lint / lint (push) Successful in 27s
ci/woodpecker/push/woodpecker Pipeline failed
Fix nix flake check
2024-05-16 21:10:00 +01:00

45 lines
815 B
YAML

---
modules:
http_2xx:
prober: http
http_post_2xx:
prober: http
http:
method: POST
tcp_v4:
prober: tcp
timeout: 5s
tcp:
preferred_ip_protocol: ip4
tcp_v6:
prober: tcp
timeout: 5s
tcp:
preferred_ip_protocol: ip6
tcp_connect:
prober: tcp
pop3s_banner:
prober: tcp
tcp:
query_response:
- expect: "^+OK"
tls: true
tls_config:
insecure_skip_verify: false
ssh_banner:
prober: tcp
tcp:
query_response:
- expect: "^SSH-2.0-"
irc_banner:
prober: tcp
tcp:
query_response:
- send: "NICK prober"
- send: "USER prober prober prober :prober"
- expect: "PING :([^ ]+)"
send: "PONG ${1}"
- expect: "^:[^ ]+ 001"
icmp:
prober: icmp