Full update

This commit is contained in:
ItsDrike 2021-07-05 15:52:48 +02:00
parent b7ebadaafb
commit da62c947ca
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
10 changed files with 652 additions and 693 deletions

View file

@ -1,3 +1,4 @@
---
modules:
http_2xx:
prober: http
@ -13,7 +14,7 @@ modules:
prober: tcp
tcp:
query_response:
- expect: "^+OK"
- expect: "^+OK"
tls: true
tls_config:
insecure_skip_verify: false
@ -21,15 +22,15 @@ modules:
prober: tcp
tcp:
query_response:
- expect: "^SSH-2.0-"
- 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"
- send: "NICK prober"
- send: "USER prober prober prober :prober"
- expect: "PING :([^ ]+)"
send: "PONG ${1}"
- expect: "^:[^ ]+ 001"
icmp:
prober: icmp
prober: icmp