Last active
January 26, 2020 17:37
-
-
Save devils-ey3/725e3d9e5fef415e8864f2dfc615ef31 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modules: | |
http_2xx: | |
prober: http | |
http_post_2xx: | |
prober: http | |
http: | |
method: POST | |
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 " | |
- expect: "^:[^ ]+ 001" | |
icmp: | |
prober: icmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment